Package com.flowable.idm.engine.impl.cmd
Class SavePlatformUserCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
-
- com.flowable.idm.engine.impl.cmd.SavePlatformUserCmd
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>
public class SavePlatformUserCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>, java.io.Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PlatformUserBuilderImpl
platformUserBuilder
-
Constructor Summary
Constructors Constructor Description SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformUserEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected ActionHandlerModel
findActionHandler(java.lang.String actionName, UserDefinitionModel userDefinition)
-
Methods inherited from class com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
getUserDefinitionModel, resolveUserDefinition
-
-
-
-
Field Detail
-
platformUserBuilder
protected final PlatformUserBuilderImpl platformUserBuilder
-
-
Constructor Detail
-
SavePlatformUserCmd
public SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder)
-
-
Method Detail
-
execute
public PlatformUserEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>
-
findActionHandler
protected ActionHandlerModel findActionHandler(java.lang.String actionName, UserDefinitionModel userDefinition)
-
-