Package com.logicaldoc.workflow.model
Class Join
- java.lang.Object
-
- com.logicaldoc.workflow.model.BaseWorkflowModel
-
- com.logicaldoc.workflow.model.Join
-
- All Implemented Interfaces:
Serializable
public class Join extends BaseWorkflowModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Join()Join(BaseWorkflowModel workflowModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseWorkflowModelcopy(BaseWorkflowModel baseWorkflowModel)BaseWorkflowModelgetDestination()StringgetImage()StringgetTemplate()StringgetType()booleanisPossibleStartState()voidsetDestination(BaseWorkflowModel destination)-
Methods inherited from class com.logicaldoc.workflow.model.BaseWorkflowModel
getDescription, getDisplay, getId, getLeft, getName, getTop, getTransitions, isSelected, setDescription, setDisplay, setId, setLeft, setName, setSelected, setTop, setTransitions
-
-
-
-
Constructor Detail
-
Join
public Join()
-
Join
public Join(BaseWorkflowModel workflowModel)
-
-
Method Detail
-
getImage
public String getImage()
- Specified by:
getImagein classBaseWorkflowModel
-
getTemplate
public String getTemplate()
- Specified by:
getTemplatein classBaseWorkflowModel
-
copy
public BaseWorkflowModel copy(BaseWorkflowModel baseWorkflowModel)
- Overrides:
copyin classBaseWorkflowModel
-
setDestination
public void setDestination(BaseWorkflowModel destination)
-
getDestination
public BaseWorkflowModel getDestination()
-
isPossibleStartState
public boolean isPossibleStartState()
- Specified by:
isPossibleStartStatein classBaseWorkflowModel
-
getType
public String getType()
- Specified by:
getTypein classBaseWorkflowModel
-
-