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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUserAccountDefinitionModelById(String userAccountDefinitionId) getUserAccountDefinitionModelByKeyAndTenantId(String key, String tenantId) register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder) voidremoveUserAccountDefinition(String userAccountDefinitionId) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
UserAccountDefinitionServiceImpl
-
-
Method Details
-
createUserAccountDefinitionQuery
- Specified by:
createUserAccountDefinitionQueryin interfaceUserAccountDefinitionService
-
removeUserAccountDefinition
- Specified by:
removeUserAccountDefinitionin interfaceUserAccountDefinitionService
-
createUserAccountDefinitionRegistrationBuilder
- Specified by:
createUserAccountDefinitionRegistrationBuilderin interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelByKey
- Specified by:
getUserAccountDefinitionModelByKeyin interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelByKeyAndTenantId
public UserAccountDefinitionModel getUserAccountDefinitionModelByKeyAndTenantId(String key, String tenantId) - Specified by:
getUserAccountDefinitionModelByKeyAndTenantIdin interfaceUserAccountDefinitionService
-
getUserAccountDefinitionModelById
- Specified by:
getUserAccountDefinitionModelByIdin interfaceUserAccountDefinitionService
-
register
public List<UserAccountDefinition> register(UserAccountDefinitionRegistrationBuilderImpl registrationBuilder)
-