Package | Description |
---|---|
com.flowable.core.idm.api | |
com.flowable.idm.engine.impl |
Modifier and Type | Method and 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 to
|
UserAccountBuilder |
UserAccountBuilder.type(String type)
Set the type of the account.
|
UserAccountBuilder |
UserAccountBuilder.userAccountDefinitionId(String userAccountDefinitionId)
The id of the
UserAccountDefinition that should be used when creating the user account. |
UserAccountBuilder |
UserAccountBuilder.userAccountDefinitionKey(String userAccountDefinitionKey)
The key of the
UserAccountDefinition that should be used when creating the user account. |
UserAccountBuilder |
UserAccountBuilder.userId(String userId)
The id of the user that this account belongs to
|
Modifier and Type | Class and Description |
---|---|
class |
UserAccountBuilderImpl |
Modifier and Type | Method and 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) |