Class EventDefinition

java.lang.Object
com.flowable.form.model.EventDefinition
All Implemented Interfaces:
Serializable

public class EventDefinition extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected String id
    • eventType

      protected String eventType
    • implementationType

      protected String implementationType
    • expression

      protected String expression
    • resultVariable

      protected String resultVariable
  • Constructor Details

    • EventDefinition

      public EventDefinition()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getImplementationType

      public String getImplementationType()
    • setImplementationType

      public void setImplementationType(String implementationType)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)
    • getResultVariable

      public String getResultVariable()
    • setResultVariable

      public void setResultVariable(String resultVariable)