public class SaveUserCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.idm.api.User |
user |
| Constructor and Description |
|---|
SaveUserCmd(org.flowable.idm.api.User user) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected PlatformIdentityInfoEntity |
execute(String userId,
String name,
Object value,
CoreIdmEngineConfiguration idmEngineConfiguration) |
getUserDefinitionModel, resolveUserDefinitionpublic Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>protected PlatformIdentityInfoEntity execute(String userId, String name, Object value, CoreIdmEngineConfiguration idmEngineConfiguration)
Copyright © 2019. All rights reserved.