public class CreateUserAccountCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
| Modifier and Type | Field and Description |
|---|---|
protected UserAccountBuilderImpl |
userAccountBuilder |
| Constructor and Description |
|---|
CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String |
getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected final UserAccountBuilderImpl userAccountBuilder
public CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder)
public UserAccountEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>protected String getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.