Class ItemTemplate
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.datarecord.ProcessInstanceFieldTemplate
-
- org.silverpeas.core.workflow.engine.datarecord.ItemTemplate
-
- All Implemented Interfaces:
Serializable
,FieldTemplate
public class ItemTemplate extends ProcessInstanceFieldTemplate
A ItemTemplate builds fields giving the title of a process instance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemTemplate(String fieldName, Item item, String role, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Field
getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance.-
Methods inherited from class org.silverpeas.core.workflow.engine.datarecord.ProcessInstanceFieldTemplate
getDisplayerName, getEmptyField, getEmptyField, getFieldName, getLabel, getLabel, getLanguages, getMaximumNumberOfOccurrences, getParameters, getParametersObj, getTemplateName, getTypeName, isDisabled, isHidden, isMandatory, isReadOnly, isRepeatable, isSearchable, isUsedAsFacet
-
-
-
-
Method Detail
-
getField
public Field getField(ProcessInstance instance) throws FormException
Returns a field built from this template and filled from the given process instance.- Specified by:
getField
in classProcessInstanceFieldTemplate
- Throws:
FormException
-
-