Class ProcessDefinitionDiagramDto


  • public class ProcessDefinitionDiagramDto
    extends Object
    ProcessDefinitionDiagramDto
    • Constructor Detail

      • ProcessDefinitionDiagramDto

        public ProcessDefinitionDiagramDto()
    • Method Detail

      • getId

        public String getId()
        The id of the process definition.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getBpmn20Xml

        public String getBpmn20Xml()
        An escaped XML string containing the XML that this definition was deployed with. Carriage returns, line feeds and quotation marks are escaped.
        Returns:
        bpmn20Xml
      • setBpmn20Xml

        public void setBpmn20Xml​(String bpmn20Xml)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object