Class HalProcessDefinition

    • Field Detail

      • REL_DEPLOYMENT

        public static final HalRelation REL_DEPLOYMENT
      • REL_DEPLOYMENT_RESOURCE

        public static final HalRelation REL_DEPLOYMENT_RESOURCE
      • category

        protected String category
      • description

        protected String description
      • versionTag

        protected String versionTag
      • version

        protected int version
      • resource

        protected String resource
      • deploymentId

        protected String deploymentId
      • diagram

        protected String diagram
      • suspended

        protected boolean suspended
      • contextPath

        protected String contextPath
    • Constructor Detail

      • HalProcessDefinition

        public HalProcessDefinition()
    • Method Detail

      • getKey

        public String getKey()
      • getCategory

        public String getCategory()
      • getDescription

        public String getDescription()
      • getName

        public String getName()
      • getVersion

        public int getVersion()
      • getVersionTag

        public String getVersionTag()
      • getResource

        public String getResource()
      • getDeploymentId

        public String getDeploymentId()
      • getDiagram

        public String getDiagram()
      • isSuspended

        public boolean isSuspended()
      • getContextPath

        public String getContextPath()