Package com.flowable.idm.engine.impl.cmd
Class CreateUserAccountCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreateUserAccountCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
public class CreateUserAccountCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected UserAccountBuilderImpl
userAccountBuilder
-
Constructor Summary
Constructors Constructor Description CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder)
-
Method Summary
Modifier and Type Method Description UserAccountEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.lang.String
getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
execute
public UserAccountEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
-
getUserAccountDefinitionId
protected java.lang.String getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-