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
public class FcMoveFormRecordToInboxProps extends BaseActionProps
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FcMoveFormRecordToInboxProps.ValidationGroup
-
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 FcMoveFormRecordToInboxProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInboxName()
When thetarget type
is set toCOMPUTED_INBOX_NAME
: the name of the inbox to move the form record to.UuidEntityRef
getInboxReference()
EMoveFormRecordToInboxTargetType
getTargetType()
The type of the target inbox to move the form record to.void
setInboxName(String inboxName)
When thetarget type
is set toCOMPUTED_INBOX_NAME
: the name of the inbox to move the form record to.void
setInboxReference(UuidEntityRef inboxReference)
void
setTargetType(EMoveFormRecordToInboxTargetType targetType)
The type of the target inbox to move the form record to.-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getInboxName
public String getInboxName()
When thetarget type
is 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
public void setInboxName(String inboxName)
When thetarget type
is 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
public UuidEntityRef getInboxReference()
- Returns:
- an reference of type
UuidEntityRef
to an inbox
-
setInboxReference
public void setInboxReference(UuidEntityRef inboxReference)
- Parameters:
inboxReference
- an reference of typeUuidEntityRef
to an inbox
-
getTargetType
public EMoveFormRecordToInboxTargetType 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
public void setTargetType(EMoveFormRecordToInboxTargetType targetType)
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
-
-