Interface TransformModel
- All Known Implementing Classes:
- ActivitiEnd,- ActivitiFork,- ActivitiJoin,- ActivitiTask
public interface TransformModel
Representation of the tranform between our WF model and Activiti
- Since:
- 6.8
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmatches(BaseWorkflowModel model) If there is a match with our model's nodevoidExecutes the tranformation
- 
Method Details- 
transformExecutes the tranformation- Parameters:
- ctx- the tranformation context
 
- 
matchesIf there is a match with our model's node- Parameters:
- model- the WF model's node to check
- Returns:
- if the model matches
 
 
-