Uses of Class
com.flowable.core.idm.api.ActionHandlerModel
-
Packages that use ActionHandlerModel Package Description com.flowable.core.idm.api com.flowable.idm.engine.impl.cmd -
-
Uses of ActionHandlerModel in com.flowable.core.idm.api
Fields in com.flowable.core.idm.api with type parameters of type ActionHandlerModel Modifier and Type Field Description protected Map<String,ActionHandlerModel>
UserAccountDefinitionModel. actionHandlers
protected Map<String,ActionHandlerModel>
UserDefinitionModel. actionHandlers
Methods in com.flowable.core.idm.api that return types with arguments of type ActionHandlerModel Modifier and Type Method Description Map<String,ActionHandlerModel>
UserAccountDefinitionModel. getActionHandlers()
Map<String,ActionHandlerModel>
UserDefinitionModel. getActionHandlers()
Method parameters in com.flowable.core.idm.api with type arguments of type ActionHandlerModel Modifier and Type Method Description void
UserAccountDefinitionModel. setActionHandlers(Map<String,ActionHandlerModel> actionHandlers)
void
UserDefinitionModel. setActionHandlers(Map<String,ActionHandlerModel> actionHandlers)
-
Uses of ActionHandlerModel in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return ActionHandlerModel Modifier and Type Method Description protected ActionHandlerModel
SavePlatformUserCmd. findActionHandler(String actionName, UserDefinitionModel userDefinition)
-