Package com.logicaldoc.workflow.model
Class EndState
- java.lang.Object
-
- com.logicaldoc.workflow.model.BaseWorkflowModel
-
- com.logicaldoc.workflow.model.EndState
-
- All Implemented Interfaces:
Serializable
public class EndState extends BaseWorkflowModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Assignee>
getAssignees()
String
getCreationMessageTemplate()
String
getImage()
String
getOnCreation()
String
getTemplate()
String
getType()
boolean
isPossibleStartState()
void
setAssignees(List<Assignee> assignees)
void
setCreationMessageTemplate(String creationMessageTemplate)
void
setOnCreation(String onCreation)
-
Methods inherited from class com.logicaldoc.workflow.model.BaseWorkflowModel
copy, getDescription, getDisplay, getId, getLeft, getName, getTop, getTransitions, isSelected, setDescription, setDisplay, setId, setLeft, setName, setSelected, setTop, setTransitions
-
-
-
-
Method Detail
-
getImage
public String getImage()
- Specified by:
getImage
in classBaseWorkflowModel
-
getTemplate
public String getTemplate()
- Specified by:
getTemplate
in classBaseWorkflowModel
-
isPossibleStartState
public boolean isPossibleStartState()
- Specified by:
isPossibleStartState
in classBaseWorkflowModel
-
getType
public String getType()
- Specified by:
getType
in classBaseWorkflowModel
-
getOnCreation
public String getOnCreation()
-
setOnCreation
public void setOnCreation(String onCreation)
-
getCreationMessageTemplate
public String getCreationMessageTemplate()
-
setCreationMessageTemplate
public void setCreationMessageTemplate(String creationMessageTemplate)
-
-