Package com.flowable.idm.engine.impl.cmd
Class CreateUserAccountCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.AbstractNeedsUserAccountDefinitionCmd
com.flowable.idm.engine.impl.cmd.CreateUserAccountCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
public class CreateUserAccountCmd
extends AbstractNeedsUserAccountDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected String
getUserAccountDefinitionId
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.idm.engine.impl.cmd.AbstractNeedsUserAccountDefinitionCmd
resolveUserAccountDefinition
-
Field Details
-
userAccountBuilder
-
-
Constructor Details
-
CreateUserAccountCmd
-
-
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 String getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-