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 Summary
Modifier and TypeMethodDescriptionbooleanmatches(BaseWorkflowModel model) If there is a match with our model's nodevoidExecutes the tranformation 
- 
Method Details
- 
transform
Executes the tranformation- Parameters:
 ctx- the tranformation context
 - 
matches
If there is a match with our model's node- Parameters:
 model- the WF model's node to check- Returns:
 - if the model matches
 
 
 -