Interface TransformModel
-
- All Known Implementing Classes:
ActivitiEnd
,ActivitiFork
,ActivitiJoin
,ActivitiTask
public interface TransformModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(BaseWorkflowModel model)
void
transform(TransformContext ctx)
-
-
-
Method Detail
-
transform
void transform(TransformContext ctx)
-
matches
boolean matches(BaseWorkflowModel model)
-
-