Class UpdateElementPropertiesCmd

java.lang.Object
io.jmix.bpmui.uicomponent.bpmnmodeler.command.UpdateElementPropertiesCmd
All Implemented Interfaces:
Serializable

public class UpdateElementPropertiesCmd extends Object implements Serializable
See Also:
  • Field Details

    • elementId

      protected String elementId
    • elementProperties

      protected Map<String,Object> elementProperties
  • Constructor Details

    • UpdateElementPropertiesCmd

      public UpdateElementPropertiesCmd(String elementId, Map<String,Object> elementProperties)
  • Method Details

    • getElementId

      public String getElementId()
    • setElementId

      public void setElementId(String elementId)
    • getElementProperties

      public Map<String,Object> getElementProperties()
    • setElementProperties

      public void setElementProperties(Map<String,Object> elementProperties)