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:
  • Constructor Details

    • FcWriteFormRecordAttrProps

      public FcWriteFormRecordAttrProps()
  • Method Details

    • getCustomAttributes

      public List<Setting<String>> getCustomAttributes()
      Returns:
      list of Settings
    • isWriteAttributesToForm

      public boolean isWriteAttributesToForm()
      Returns:
      true if form record attributes should be write into form elements additionally, otherwise false
    • setCustomAttributes

      public void setCustomAttributes(List<Setting<String>> customAttributes)
      Parameters:
      customAttributes - list of Settings
    • setWriteAttributesToForm

      public void setWriteAttributesToForm(boolean writeAttributesToForm)
      Parameters:
      writeAttributesToForm - true if form record attributes should be write into form elements additionally, otherwise false