Uses of Interface
com.flowable.core.idm.api.UserAccount
-
Uses of UserAccount in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccount Modifier and Type Method Description UserAccountUserAccountService. findById(java.lang.String userAccountId)UserAccountUserAccountBuilder. save()Performs the save of the user account -
Uses of UserAccount in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return UserAccount Modifier and Type Method Description UserAccountUserAccountServiceImpl. findById(java.lang.String userAccountId)UserAccountUserAccountBuilderImpl. save()Methods in com.flowable.idm.engine.impl that return types with arguments of type UserAccount Modifier and Type Method Description java.util.List<UserAccount>UserAccountQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of UserAccount in com.flowable.idm.engine.impl.action
Methods in com.flowable.idm.engine.impl.action that return UserAccount Modifier and Type Method Description UserAccountUserAccountScopedObjectProvider. getScopedObject(java.lang.String scopeType, java.lang.String scopeId, SecurityScope securityScope)Methods in com.flowable.idm.engine.impl.action with parameters of type UserAccount Modifier and Type Method Description protected java.lang.StringUserAccountActionFilter. getScopedObjectState(UserAccount scopedObject)protected java.lang.StringUserAccountActionFilter. getScopedObjectSubState(UserAccount scopedObject)protected java.lang.StringUserAccountActionFilter. getScopedObjectSubType(UserAccount scopedObject)protected java.lang.StringUserAccountActionFilter. getScopedObjectType(UserAccount scopedObject) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of UserAccount in com.flowable.idm.engine.impl.persistence.entity Modifier and Type Interface Description interfaceUserAccountEntityClasses in com.flowable.idm.engine.impl.persistence.entity that implement UserAccount Modifier and Type Class Description classUserAccountEntityImplMethods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccount Modifier and Type Method Description java.util.List<UserAccount>UserAccountEntityManager. findUserAccountByQueryCriteria(UserAccountQuery query)java.util.List<UserAccount>UserAccountEntityManagerImpl. findUserAccountByQueryCriteria(UserAccountQuery query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserAccount Modifier and Type Method Description java.util.List<UserAccount>UserAccountDataManager. findUserAccountsByQueryCriteria(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserAccount Modifier and Type Method Description java.util.List<UserAccount>MybatisUserAccountDataManager. findUserAccountsByQueryCriteria(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util that return UserAccount Modifier and Type Method Description static UserAccountUserAccountUtil. findUserAccountById(java.lang.String accountId)