Uses of Class
com.flowable.core.idm.api.ActionHandlerModel
Packages that use ActionHandlerModel
-
Uses of ActionHandlerModel in com.flowable.core.idm.api
Fields in com.flowable.core.idm.api with type parameters of type ActionHandlerModelModifier and TypeFieldDescriptionprotected 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 ActionHandlerModelModifier and TypeMethodDescriptionUserAccountDefinitionModel.getActionHandlers()
UserDefinitionModel.getActionHandlers()
Method parameters in com.flowable.core.idm.api with type arguments of type ActionHandlerModelModifier and TypeMethodDescriptionvoid
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 ActionHandlerModelModifier and TypeMethodDescriptionprotected ActionHandlerModel
SavePlatformUserCmd.findActionHandler
(String actionName, UserDefinitionModel userDefinition)