Package org.camunda.bpm.engine.impl.cmd
Class GetUserPictureCmd
- java.lang.Object
- 
- 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
 
- 
- 
Constructor SummaryConstructors Constructor Description GetUserPictureCmd(String userId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Pictureexecute(CommandContext commandContext)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
-