Interface ResourceDefinition

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCategory()
      category name which is derived from the targetNamespace attribute in the definitions element
      java.lang.String getDeploymentId()
      The deployment in which this definition is contained.
      java.lang.String getDiagramResourceName()
      The diagram resource name for this definition if exist
      java.lang.Integer getHistoryTimeToLive()
      History time to live.
      java.lang.String getId()
      unique identifier
      java.lang.String getKey()
      unique name for all versions this definition
      java.lang.String getName()
      label used for display purposes
      java.lang.String getResourceName()
      name of the resource of this definition
      java.lang.String getTenantId()
      The id of the tenant this definition belongs to.
      int getVersion()
      version of this definition
    • Method Detail

      • getId

        java.lang.String getId()
        unique identifier
      • getCategory

        java.lang.String getCategory()
        category name which is derived from the targetNamespace attribute in the definitions element
      • getName

        java.lang.String getName()
        label used for display purposes
      • getKey

        java.lang.String getKey()
        unique name for all versions this definition
      • getVersion

        int getVersion()
        version of this definition
      • getResourceName

        java.lang.String getResourceName()
        name of the resource of this definition
      • getDeploymentId

        java.lang.String getDeploymentId()
        The deployment in which this definition is contained.
      • getDiagramResourceName

        java.lang.String getDiagramResourceName()
        The diagram resource name for this definition if exist
      • getTenantId

        java.lang.String getTenantId()
        The id of the tenant this definition belongs to. Can be null if the definition belongs to no single tenant.
      • getHistoryTimeToLive

        java.lang.Integer getHistoryTimeToLive()
        History time to live. Is taken into account in history cleanup.