Package de.xima.fc.workflow.model.nodes
Class FcWriteFormRecordAttrProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcWriteFormRecordAttrProps
-
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,Serializable
public class FcWriteFormRecordAttrProps extends BaseActionProps implements Serializable
Model class for the write form record custom attributes action (EWorkflowNodeType.FC_WRITE_FORM_RECORD_ATTRIBUTES).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcWriteFormRecordAttrProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Setting<String>>getCustomAttributes()booleanisWriteAttributesToForm()voidsetCustomAttributes(List<Setting<String>> customAttributes)voidsetWriteAttributesToForm(boolean writeAttributesToForm)-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
isWriteAttributesToForm
public boolean isWriteAttributesToForm()
- Returns:
trueif form record attributes should be written into form elements additionally, otherwisefalse
-
setCustomAttributes
public void setCustomAttributes(List<Setting<String>> customAttributes)
- Parameters:
customAttributes- list ofSettings
-
setWriteAttributesToForm
public void setWriteAttributesToForm(boolean writeAttributesToForm)
- Parameters:
writeAttributesToForm-trueif form record attributes should be write into form elements additionally, otherwisefalse
-
-