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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmatches(BaseWorkflowModel model) If there is a match with our model's nodevoidExecutes the tranformation
- 
Constructor Details- 
ActivitiTaskpublic ActivitiTask()
 
- 
- 
Method Details- 
transformDescription copied from interface:TransformModelExecutes the tranformation- Specified by:
- transformin interface- TransformModel
- Parameters:
- ctx- the tranformation context
 
- 
matchesDescription copied from interface:TransformModelIf there is a match with our model's node- Specified by:
- matchesin interface- TransformModel
- Parameters:
- model- the WF model's node to check
- Returns:
- if the model matches
 
 
-