Uses of Interface
com.flowable.core.idm.api.UserAccountBuilder
Packages that use UserAccountBuilder
-
Uses of UserAccountBuilder in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountBuilderModifier and TypeMethodDescriptionUserAccountBuilder.businessAccountId
(String businessAccountId) The id of the business account that the user account would be linked to (e.g.UserAccountService.createNewUserAccountBuilder()
UserAccountService.createUpdateUserAccountBuilder
(String accountId) UserAccountBuilder.externalUserId
(String externalUserId) The id of the user within the external system (e.g.The name of the account (e.g.The initial state of the created account.The initial sub state of the created account.The sub type of the account.The id of the tenant that this account belongs toSet the type of the account.UserAccountBuilder.userAccountDefinitionId
(String userAccountDefinitionId) The id of theUserAccountDefinition
that should be used when creating the user account.UserAccountBuilder.userAccountDefinitionKey
(String userAccountDefinitionKey) The key of theUserAccountDefinition
that should be used when creating the user account.The id of the user that this account belongs to -
Uses of UserAccountBuilder in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement UserAccountBuilderMethods in com.flowable.idm.engine.impl that return UserAccountBuilderModifier and TypeMethodDescriptionUserAccountBuilderImpl.businessAccountId
(String businessAccountId) UserAccountServiceImpl.createNewUserAccountBuilder()
UserAccountServiceImpl.createUpdateUserAccountBuilder
(String accountId) UserAccountBuilderImpl.externalUserId
(String externalUserId) UserAccountBuilderImpl.userAccountDefinitionId
(String userAccountDefinitionId) UserAccountBuilderImpl.userAccountDefinitionKey
(String userAccountDefinitionKey)