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 UserAccountBuilderImpluserAccountBuilder -
Constructor Summary
Constructors Constructor Description CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder) -
Method Summary
Modifier and Type Method Description UserAccountEntityexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)protected java.lang.StringgetUserAccountDefinitionId(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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
-
getUserAccountDefinitionId
protected java.lang.String getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-