Uses of Class
com.flowable.core.idm.api.UserAccountDefinitionModel
| Package | Description |
|---|---|
| com.flowable.core.idm.api | |
| com.flowable.idm.engine | |
| com.flowable.idm.engine.autodeployment | |
| com.flowable.idm.engine.impl | |
| com.flowable.idm.engine.impl.cmd |
-
Uses of UserAccountDefinitionModel in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountDefinitionModel Modifier and Type Method Description UserAccountDefinitionModelUserAccountDefinitionService. getUserAccountDefinitionModelById(java.lang.String userAccountDefinitionId)UserAccountDefinitionModelUserAccountDefinitionService. getUserAccountDefinitionModelByKey(java.lang.String key)UserAccountDefinitionModelUserAccountDefinitionService. getUserAccountDefinitionModelByKeyAndTenantId(java.lang.String key, java.lang.String tenantId)Methods in com.flowable.core.idm.api with parameters of type UserAccountDefinitionModel Modifier and Type Method Description UserAccountDefinitionRegistrationBuilderUserAccountDefinitionRegistrationBuilder. addUserAccountDefinitionModel(UserAccountDefinitionModel userAccountDefinitionModel)Register the static user account definition -
Uses of UserAccountDefinitionModel in com.flowable.idm.engine
Fields in com.flowable.idm.engine with type parameters of type UserAccountDefinitionModel Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel>CoreIdmEngineConfiguration. userAccountDefinitionModelByIdCacheMethods in com.flowable.idm.engine that return types with arguments of type UserAccountDefinitionModel Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel>CoreIdmEngineConfiguration. getUserAccountDefinitionModelByIdCache()Method parameters in com.flowable.idm.engine with type arguments of type UserAccountDefinitionModel Modifier and Type Method Description voidCoreIdmEngineConfiguration. setUserAccountDefinitionModelByIdCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel> userAccountDefinitionModelByIdCache) -
Uses of UserAccountDefinitionModel in com.flowable.idm.engine.autodeployment
Method parameters in com.flowable.idm.engine.autodeployment with type arguments of type UserAccountDefinitionModel Modifier and Type Method Description protected voidDefaultAutoDeploymentStrategy. addToUserAccountKeyMap(com.fasterxml.jackson.databind.JsonNode definitionNode, java.util.Map<java.lang.String,UserAccountDefinitionModel> userAccountKeyMap, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected voidDefaultAutoDeploymentStrategy. deployUserAccountDefinitions(java.lang.String deploymentNameHint, java.util.Collection<UserAccountDefinitionModel> userAccountDefinitionModels, CoreIdmEngine idmEngine, java.lang.String tenantId) -
Uses of UserAccountDefinitionModel in com.flowable.idm.engine.impl
Fields in com.flowable.idm.engine.impl declared as UserAccountDefinitionModel Modifier and Type Field Description protected UserAccountDefinitionModelUserAccountDefinitionRegistrationObject. userAccountDefinitionModelFields in com.flowable.idm.engine.impl with type parameters of type UserAccountDefinitionModel Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel>UserAccountDefinitionModelManager. userAccountDefinitionModelByIdCacheMethods in com.flowable.idm.engine.impl that return UserAccountDefinitionModel Modifier and Type Method Description UserAccountDefinitionModelUserAccountDefinitionRegistrationObject. getUserAccountDefinitionModel()UserAccountDefinitionModelUserAccountDefinitionModelManager. getUserAccountDefinitionModelById(java.lang.String userAccountDefinitionId)UserAccountDefinitionModelUserAccountDefinitionServiceImpl. getUserAccountDefinitionModelById(java.lang.String userAccountDefinitionId)UserAccountDefinitionModelUserAccountDefinitionModelManager. getUserAccountDefinitionModelByKey(java.lang.String key)UserAccountDefinitionModelUserAccountDefinitionServiceImpl. getUserAccountDefinitionModelByKey(java.lang.String key)UserAccountDefinitionModelUserAccountDefinitionModelManager. getUserAccountDefinitionModelByKeyAndTenantId(java.lang.String key, java.lang.String tenantId)UserAccountDefinitionModelUserAccountDefinitionServiceImpl. getUserAccountDefinitionModelByKeyAndTenantId(java.lang.String key, java.lang.String tenantId)protected UserAccountDefinitionModelUserAccountDefinitionModelManager. readModelAndAddToCache(UserAccountDefinitionEntity userAccountDefinition)Methods in com.flowable.idm.engine.impl that return types with arguments of type UserAccountDefinitionModel Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel>UserAccountDefinitionModelManager. getUserAccountDefinitionModelByIdCache()Methods in com.flowable.idm.engine.impl with parameters of type UserAccountDefinitionModel Modifier and Type Method Description voidUserAccountDefinitionModelManager. addUserAccountDefinitionModel(UserAccountDefinition userAccountDefinition, UserAccountDefinitionModel userAccountDefinitionModel)UserAccountDefinitionRegistrationBuilderUserAccountDefinitionRegistrationBuilderImpl. addUserAccountDefinitionModel(UserAccountDefinitionModel userAccountDefinitionModel)voidUserAccountDefinitionRegistrationObject. setUserAccountDefinitionModel(UserAccountDefinitionModel userAccountDefinitionModel)Method parameters in com.flowable.idm.engine.impl with type arguments of type UserAccountDefinitionModel Modifier and Type Method Description voidUserAccountDefinitionModelManager. setUserAccountDefinitionModelByIdCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<UserAccountDefinitionModel> userAccountDefinitionModelByIdCache)Constructors in com.flowable.idm.engine.impl with parameters of type UserAccountDefinitionModel Constructor Description UserAccountDefinitionRegistrationObject(UserAccountDefinitionModel userAccountDefinitionModel, java.lang.String userAccountDefinitionJson) -
Uses of UserAccountDefinitionModel in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return UserAccountDefinitionModel Modifier and Type Method Description UserAccountDefinitionModelGetUserAccountDefinitionModelByIdCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)UserAccountDefinitionModelGetUserAccountDefinitionModelByKeyCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)Methods in com.flowable.idm.engine.impl.cmd with parameters of type UserAccountDefinitionModel Modifier and Type Method Description protected voidRegisterUserAccountDefinitionsCmd. updateUserValues(UserAccountDefinitionEntity entity, UserAccountDefinitionModel definitionModel)