Class DocumentActionHandlerModel

java.lang.Object
com.flowable.core.content.api.DocumentActionHandlerModel

public class DocumentActionHandlerModel extends Object
  • Field Details

    • key

      protected String key
    • type

      protected String type
    • overrideDefaultLogic

      protected boolean overrideDefaultLogic
  • Constructor Details

    • DocumentActionHandlerModel

      public DocumentActionHandlerModel()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isOverrideDefaultLogic

      public boolean isOverrideDefaultLogic()
    • setOverrideDefaultLogic

      public void setOverrideDefaultLogic(boolean overrideDefaultLogic)