Class DocumentActionHandlerModel

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

public class DocumentActionHandlerModel
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String key  
    protected boolean overrideDefaultLogic  
    protected java.lang.String type  
  • Constructor Summary

    Constructors 
    Constructor Description
    DocumentActionHandlerModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()  
    java.lang.String getType()  
    boolean isOverrideDefaultLogic()  
    void setKey​(java.lang.String key)  
    void setOverrideDefaultLogic​(boolean overrideDefaultLogic)  
    void setType​(java.lang.String type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait