Package com.flowable.core.idm.api
Class UserDefinitionModel
- java.lang.Object
-
- com.flowable.core.idm.api.UserDefinitionModel
-
public class UserDefinitionModel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,ActionHandlerModel>
actionHandlers
protected Map<String,Set<String>>
actionPermissions
protected Set<String>
allowedFeatures
protected Set<String>
allowedTabs
protected List<String>
contactFilters
protected List<String>
conversationFilters
protected String
description
protected String
dynamicLookupVariable
protected Map<String,String>
forms
protected String
icon
protected String
initialState
protected String
initialSubState
protected String
initialUserSubType
protected String
initialUserType
protected Map<String,Object>
initialVariables
protected String
key
protected List<String>
lookupGroups
protected List<String>
memberGroups
protected String
name
protected Map<String,Set<String>>
restVariables
protected Map<String,Map<String,String>>
translations
-
Constructor Summary
Constructors Constructor Description UserDefinitionModel()
-
Method Summary
-
-
-
Field Detail
-
name
protected String name
-
description
protected String description
-
key
protected String key
-
initialState
protected String initialState
-
initialSubState
protected String initialSubState
-
initialUserType
protected String initialUserType
-
initialUserSubType
protected String initialUserSubType
-
icon
protected String icon
-
dynamicLookupVariable
protected String dynamicLookupVariable
-
actionHandlers
protected Map<String,ActionHandlerModel> actionHandlers
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getInitialState
public String getInitialState()
-
setInitialState
public void setInitialState(String initialState)
-
getInitialSubState
public String getInitialSubState()
-
setInitialSubState
public void setInitialSubState(String initialSubState)
-
getInitialUserType
public String getInitialUserType()
-
setInitialUserType
public void setInitialUserType(String initialUserType)
-
getInitialUserSubType
public String getInitialUserSubType()
-
setInitialUserSubType
public void setInitialUserSubType(String initialUserSubType)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getDynamicLookupVariable
public String getDynamicLookupVariable()
-
setDynamicLookupVariable
public void setDynamicLookupVariable(String dynamicLookupVariable)
-
getActionHandlers
public Map<String,ActionHandlerModel> getActionHandlers()
-
setActionHandlers
public void setActionHandlers(Map<String,ActionHandlerModel> actionHandlers)
-
-