Package de.xima.fc.workflow.model.nodes
Class FcCopyFormRecordProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcCopyFormRecordProps
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,Serializable
Model class for the state change workflow action (
EWorkflowNodeType.FC_COPY_FORM_RECORD).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAnonymize(boolean anonymizeUserMetadata) voidsetTargetInbox(UuidEntityRef targetInbox) voidsetTriggerToInvoke(TriggerKey triggerToInvoke) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcCopyFormRecordProps
public FcCopyFormRecordProps()
-
-
Method Details
-
getTargetInbox
- Returns:
- Inbox to which to move the form record. When
null, the form record is copied to the same inbox as the current form record.
-
getTriggerToInvoke
- Returns:
- A trigger to invoke after the form record was copied. When
null, no trigger is invoked.
-
isAnonymize
public boolean isAnonymize()- Returns:
trueif the form record user metadata should be anonymize,falseotherwise.
-
setAnonymize
public void setAnonymize(boolean anonymizeUserMetadata) - Parameters:
anonymizeUserMetadata-trueif the form record user metadata should be anonymize,falseotherwise.
-
setTargetInbox
- Parameters:
targetInbox- Inbox to which to move the form record. Whennull, the form record is copied to the same inbox as the current form record.
-
setTriggerToInvoke
- Parameters:
triggerToInvoke- A trigger to invoke after the form record was copied. Whennull, no trigger is invoked.
-