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 Type
    Method
    Description
    boolean
    If there is a match with our model's node
    void
    Executes the tranformation
  • Method Details

    • transform

      void transform(TransformContext ctx)
      Executes the tranformation
      Parameters:
      ctx - the tranformation context
    • matches

      boolean matches(BaseWorkflowModel model)
      If there is a match with our model's node
      Parameters:
      model - the WF model's node to check
      Returns:
      if the model matches