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:
Serializable
,Command<PlatformUserEntity>
public class SavePlatformUserCmd extends AbstractNeedsUserDefinitionCmd implements Command<PlatformUserEntity>, 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(CommandContext commandContext)
protected ActionHandlerModel
findActionHandler(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(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<PlatformUserEntity>
-
findActionHandler
protected ActionHandlerModel findActionHandler(String actionName, UserDefinitionModel userDefinition)
-
-