Class ActivitiFork
java.lang.Object
com.logicaldoc.workflow.transform.ActivitiFork
- All Implemented Interfaces:
- TransformModel
Represents a fork note in the Activiti scheme
- 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- 
ActivitiForkpublic ActivitiFork()
 
- 
- 
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
 
 
-