Class ActivitiEnd
java.lang.Object
com.logicaldoc.workflow.transform.ActivitiEnd
- All Implemented Interfaces:
 TransformModel
A final state of Activiti scheme
- Since:
 - 6.8
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(BaseWorkflowModel model) If there is a match with our model's nodevoidExecutes the tranformation 
- 
Constructor Details
- 
ActivitiEnd
public ActivitiEnd() 
 - 
 - 
Method Details
- 
transform
Description copied from interface:TransformModelExecutes the tranformation- Specified by:
 transformin interfaceTransformModel- Parameters:
 ctx- the tranformation context
 - 
matches
Description copied from interface:TransformModelIf there is a match with our model's node- Specified by:
 matchesin interfaceTransformModel- Parameters:
 model- the WF model's node to check
 
 -