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.actionHandlersprotected Map<String,ActionHandlerModel> UserDefinitionModel.actionHandlersMethods 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 TypeMethodDescriptionvoidUserAccountDefinitionModel.setActionHandlers(Map<String, ActionHandlerModel> actionHandlers) voidUserDefinitionModel.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 ActionHandlerModelSavePlatformUserCmd.findActionHandler(String actionName, UserDefinitionModel userDefinition)