Uses of Interface
com.flowable.core.idm.api.UserAccountBuilder
-
Packages that use UserAccountBuilder Package Description com.flowable.core.idm.api com.flowable.idm.engine.impl -
-
Uses of UserAccountBuilder in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountBuilder Modifier and Type Method Description UserAccountBuilder
UserAccountBuilder. businessAccountId(String businessAccountId)
The id of the business account that the user account would be linked to (e.g.UserAccountBuilder
UserAccountService. createNewUserAccountBuilder()
UserAccountBuilder
UserAccountService. createUpdateUserAccountBuilder(String accountId)
UserAccountBuilder
UserAccountBuilder. externalUserId(String externalUserId)
The id of the user within the external system (e.g.UserAccountBuilder
UserAccountBuilder. name(String name)
The name of the account (e.g.UserAccountBuilder
UserAccountBuilder. state(String state)
The initial state of the created account.UserAccountBuilder
UserAccountBuilder. subState(String subState)
The initial sub state of the created account.UserAccountBuilder
UserAccountBuilder. subType(String subType)
The sub type of the account.UserAccountBuilder
UserAccountBuilder. tenantId(String tenantId)
The id of the tenant that this account belongs toUserAccountBuilder
UserAccountBuilder. type(String type)
Set the type of the account.UserAccountBuilder
UserAccountBuilder. userAccountDefinitionId(String userAccountDefinitionId)
The id of theUserAccountDefinition
that should be used when creating the user account.UserAccountBuilder
UserAccountBuilder. userAccountDefinitionKey(String userAccountDefinitionKey)
The key of theUserAccountDefinition
that should be used when creating the user account.UserAccountBuilder
UserAccountBuilder. userId(String userId)
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 UserAccountBuilder Modifier and Type Class Description class
UserAccountBuilderImpl
Methods in com.flowable.idm.engine.impl that return UserAccountBuilder Modifier and Type Method Description UserAccountBuilder
UserAccountBuilderImpl. businessAccountId(String businessAccountId)
UserAccountBuilder
UserAccountServiceImpl. createNewUserAccountBuilder()
UserAccountBuilder
UserAccountServiceImpl. createUpdateUserAccountBuilder(String accountId)
UserAccountBuilder
UserAccountBuilderImpl. externalUserId(String externalUserId)
UserAccountBuilder
UserAccountBuilderImpl. name(String name)
UserAccountBuilder
UserAccountBuilderImpl. state(String state)
UserAccountBuilder
UserAccountBuilderImpl. subState(String subState)
UserAccountBuilder
UserAccountBuilderImpl. subType(String subType)
UserAccountBuilder
UserAccountBuilderImpl. tenantId(String tenantId)
UserAccountBuilder
UserAccountBuilderImpl. type(String type)
UserAccountBuilder
UserAccountBuilderImpl. userAccountDefinitionId(String userAccountDefinitionId)
UserAccountBuilder
UserAccountBuilderImpl. userAccountDefinitionKey(String userAccountDefinitionKey)
UserAccountBuilder
UserAccountBuilderImpl. userId(String userId)
-