Package de.xima.fc.workflow.model.nodes
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:
-
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 -
Method Summary
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcMoveFormRecordToInboxProps
public FcMoveFormRecordToInboxProps()
-
-
Method Details
-
getInboxReference
- Returns:
- an reference of type
UuidEntityRef
to an inbox
-
setInboxReference
- Parameters:
inboxReference
- an reference of typeUuidEntityRef
to an inbox
-