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

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

public class GetUserPictureCmd
extends Object
implements Command<Picture>, Serializable

Author:
Daniel Meyer, Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String userId
           
 
Constructor Summary
GetUserPictureCmd(String userId)
           
 
Method Summary
 Picture 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
Constructor Detail

GetUserPictureCmd

public GetUserPictureCmd(String userId)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.