Class ActivitiTask
java.lang.Object
com.logicaldoc.workflow.transform.ActivitiTask
- All Implemented Interfaces:
TransformModel
This model renders a Task in BPMN format suitable for Activiti.
- 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
-
ActivitiTask
public ActivitiTask()
-
-
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- Returns:
- if the model matches
-