Package com.flowable.idm.engine.impl
Class UserAccountDefinitionServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
com.flowable.idm.engine.impl.UserAccountDefinitionServiceImpl
- All Implemented Interfaces:
UserAccountDefinitionService
public class UserAccountDefinitionServiceImpl
extends CommonEngineServiceImpl<CoreIdmEngineConfiguration>
implements UserAccountDefinitionService
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUserAccountDefinitionModelById
(String userAccountDefinitionId) getUserAccountDefinitionModelByKeyAndTenantId
(String key, String tenantId) register
(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder) void
removeUserAccountDefinition
(String userAccountDefinitionId) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
UserAccountDefinitionServiceImpl
-
-
Method Details
-
createUserAccountDefinitionQuery
- Specified by:
createUserAccountDefinitionQuery
in interfaceUserAccountDefinitionService
-
removeUserAccountDefinition
- Specified by:
removeUserAccountDefinition
in interfaceUserAccountDefinitionService
-
createUserAccountDefinitionRegistrationBuilder
- Specified by:
createUserAccountDefinitionRegistrationBuilder
in interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelByKey
- Specified by:
getUserAccountDefinitionModelByKey
in interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelByKeyAndTenantId
public UserAccountDefinitionModel getUserAccountDefinitionModelByKeyAndTenantId(String key, String tenantId) - Specified by:
getUserAccountDefinitionModelByKeyAndTenantId
in interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelById
- Specified by:
getUserAccountDefinitionModelById
in interfaceUserAccountDefinitionService
-
register
public List<UserAccountDefinition> register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder)
-