org.camunda.bpm.engine.impl.cmd
Class SetUserInfoCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class SetUserInfoCmd
extends Object
implements Command<Object>, Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  Map<String,String> accountDetails
           
protected  String accountPassword
           
protected  String key
           
protected  String type
           
protected  String userId
           
protected  String userPassword
           
protected  String value
           
 
Constructor Summary
SetUserInfoCmd(String userId, String key, String value)
           
SetUserInfoCmd(String userId, String userPassword, String accountName, String accountUsername, String accountPassword, Map<String,String> accountDetails)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected String userId

userPassword

protected String userPassword

type

protected String type

key

protected String key

value

protected String value

accountPassword

protected String accountPassword

accountDetails

protected Map<String,String> accountDetails
Constructor Detail

SetUserInfoCmd

public SetUserInfoCmd(String userId,
                      String key,
                      String value)

SetUserInfoCmd

public SetUserInfoCmd(String userId,
                      String userPassword,
                      String accountName,
                      String accountUsername,
                      String accountPassword,
                      Map<String,String> accountDetails)
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>


Copyright © 2016 camunda services GmbH. All rights reserved.