public class SavePlatformUserCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>, Serializable
Modifier and Type | Field and Description |
---|---|
protected PlatformUserBuilderImpl |
platformUserBuilder |
Constructor and Description |
---|
SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder) |
Modifier and Type | Method and Description |
---|---|
PlatformUserEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected ActionHandlerModel |
findActionHandler(String actionName,
UserDefinitionModel userDefinition) |
getUserDefinitionModel, resolveUserDefinition
protected final PlatformUserBuilderImpl platformUserBuilder
public SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder)
public PlatformUserEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute
in interface org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>
protected ActionHandlerModel findActionHandler(String actionName, UserDefinitionModel userDefinition)
Copyright © 2019. All rights reserved.