Class SetUserPictureCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetUserPictureCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetUserPictureCmd extends Object implements Command<Void>, Serializable
Author:
Daniel Meyer, Tom Baeyens
See Also:
  • Field Details

    • userId

      protected String userId
    • picture

      protected Picture picture
  • Constructor Details

    • SetUserPictureCmd

      public SetUserPictureCmd(String userId, Picture picture)
  • Method Details