Package com.flowable.core.content.api
Class DocumentActionHandlerModel
- java.lang.Object
-
- com.flowable.core.content.api.DocumentActionHandlerModel
-
public class DocumentActionHandlerModel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
key
protected boolean
overrideDefaultLogic
protected String
type
-
Constructor Summary
Constructors Constructor Description DocumentActionHandlerModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getType()
boolean
isOverrideDefaultLogic()
void
setKey(String key)
void
setOverrideDefaultLogic(boolean overrideDefaultLogic)
void
setType(String type)
-
-
-
Method Detail
-
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)
-
-