Package com.flowable.core.content.api
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.Stringkeyprotected booleanoverrideDefaultLogicprotected java.lang.Stringtype -
Constructor Summary
Constructors Constructor Description DocumentActionHandlerModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetType()booleanisOverrideDefaultLogic()voidsetKey(java.lang.String key)voidsetOverrideDefaultLogic(boolean overrideDefaultLogic)voidsetType(java.lang.String type)
-
Field Details
-
key
protected java.lang.String key -
type
protected java.lang.String type -
overrideDefaultLogic
protected boolean overrideDefaultLogic
-
-
Constructor Details
-
DocumentActionHandlerModel
public DocumentActionHandlerModel()
-
-
Method Details
-
getKey
public java.lang.String getKey() -
setKey
public void setKey(java.lang.String key) -
getType
public java.lang.String getType() -
setType
public void setType(java.lang.String type) -
isOverrideDefaultLogic
public boolean isOverrideDefaultLogic() -
setOverrideDefaultLogic
public void setOverrideDefaultLogic(boolean overrideDefaultLogic)
-