Class UserAccountServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
com.flowable.idm.engine.impl.UserAccountServiceImpl
All Implemented Interfaces:
UserAccountService

public class UserAccountServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration>
implements UserAccountService
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

    Constructors 
    Constructor Description
    UserAccountServiceImpl​(CoreIdmEngineConfiguration configuration)  
  • Method Summary

    Modifier and Type Method Description
    UserAccountBuilder createNewUserAccountBuilder()  
    UserAccountBuilder createUpdateUserAccountBuilder​(java.lang.String accountId)  
    UserAccountQuery createUserAccountQuery()  
    void deleteUserAccount​(java.lang.String accountId)
    Delete the user account with the given id.
    UserAccount findById​(java.lang.String userAccountId)  
    void setStateAndSubState​(java.lang.String accountId, java.lang.String state, java.lang.String subState)
    Update the state and sub state of the user account.
    void setType​(java.lang.String accountId, java.lang.String type, java.lang.String subType)
    Update the type and sub type of the user account

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.flowable.core.idm.api.UserAccountService

    setState, setSubState