Class HalProcessDefinition

    • Field Detail

      • REL_DEPLOYMENT

        public static final HalRelation REL_DEPLOYMENT
      • REL_DEPLOYMENT_RESOURCE

        public static final HalRelation REL_DEPLOYMENT_RESOURCE
      • id

        protected java.lang.String id
      • key

        protected java.lang.String key
      • category

        protected java.lang.String category
      • description

        protected java.lang.String description
      • name

        protected java.lang.String name
      • versionTag

        protected java.lang.String versionTag
      • version

        protected int version
      • resource

        protected java.lang.String resource
      • deploymentId

        protected java.lang.String deploymentId
      • diagram

        protected java.lang.String diagram
      • suspended

        protected boolean suspended
      • contextPath

        protected java.lang.String contextPath
    • Constructor Detail

      • HalProcessDefinition

        public HalProcessDefinition()
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: HalIdResource
        return the identifier of the resource
        Specified by:
        getId in interface HalIdResource
      • getKey

        public java.lang.String getKey()
      • getCategory

        public java.lang.String getCategory()
      • getDescription

        public java.lang.String getDescription()
      • getName

        public java.lang.String getName()
      • getVersion

        public int getVersion()
      • getVersionTag

        public java.lang.String getVersionTag()
      • getResource

        public java.lang.String getResource()
      • getDeploymentId

        public java.lang.String getDeploymentId()
      • getDiagram

        public java.lang.String getDiagram()
      • isSuspended

        public boolean isSuspended()
      • getContextPath

        public java.lang.String getContextPath()