Package com.flowable.idm.engine.impl.cmd
Class SaveUserCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
-
- com.flowable.idm.engine.impl.cmd.SaveUserCmd
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class SaveUserCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.idm.api.User
user
-
Constructor Summary
Constructors Constructor Description SaveUserCmd(org.flowable.idm.api.User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PlatformIdentityInfoEntity
execute(java.lang.String userId, java.lang.String name, java.lang.Object value, CoreIdmEngineConfiguration idmEngineConfiguration)
java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Methods inherited from class com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
getUserDefinitionModel, resolveUserDefinition
-
-
-
-
Method Detail
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-
execute
protected PlatformIdentityInfoEntity execute(java.lang.String userId, java.lang.String name, java.lang.Object value, CoreIdmEngineConfiguration idmEngineConfiguration)
-
-