Class FcMoveFormRecordToInboxProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcMoveFormRecordToInboxProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for move the current form record to inbox action
(
EWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOX).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen thetarget typeis set toCOMPUTED_INBOX_NAME: the name of the inbox to move the form record to.The type of the target inbox to move the form record to.voidsetInboxName(String inboxName) When thetarget typeis set toCOMPUTED_INBOX_NAME: the name of the inbox to move the form record to.voidsetInboxReference(UuidEntityRef inboxReference) voidsetTargetType(EMoveFormRecordToInboxTargetType targetType) The type of the target inbox to move the form record to.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcMoveFormRecordToInboxProps
public FcMoveFormRecordToInboxProps()
-
-
Method Details
-
getInboxName
When thetarget typeis set toCOMPUTED_INBOX_NAME: the name of the inbox to move the form record to. May contain placeholders.- Returns:
- The name of the inbox to move the form record to.
- Since:
- 8.2.0
-
setInboxName
When thetarget typeis set toCOMPUTED_INBOX_NAME: the name of the inbox to move the form record to. May contain placeholders.- Parameters:
inboxName- The name of the inbox to move the form record to.- Since:
- 8.2.0
-
getInboxReference
- Returns:
- an reference of type
UuidEntityRefto an inbox
-
setInboxReference
- Parameters:
inboxReference- an reference of typeUuidEntityRefto an inbox
-
getTargetType
The type of the target inbox to move the form record to.- Returns:
- The type of the target inbox to move the form record to.
- Since:
- 8.2.0
-
setTargetType
The type of the target inbox to move the form record to.- Parameters:
targetType- The type of the target inbox to move the form record to.- Since:
- 8.2.0
-