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 BaseWorkflowModel
copy(BaseWorkflowModel baseWorkflowModel)
BaseWorkflowModel
getDestination()
String
getImage()
String
getTemplate()
String
getType()
boolean
isPossibleStartState()
void
setDestination(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:
getImage
in classBaseWorkflowModel
-
getTemplate
public String getTemplate()
- Specified by:
getTemplate
in classBaseWorkflowModel
-
copy
public BaseWorkflowModel copy(BaseWorkflowModel baseWorkflowModel)
- Overrides:
copy
in classBaseWorkflowModel
-
setDestination
public void setDestination(BaseWorkflowModel destination)
-
getDestination
public BaseWorkflowModel getDestination()
-
isPossibleStartState
public boolean isPossibleStartState()
- Specified by:
isPossibleStartState
in classBaseWorkflowModel
-
getType
public String getType()
- Specified by:
getType
in classBaseWorkflowModel
-
-