Interface Model

  • All Known Subinterfaces:
    ModelEntity
    All Known Implementing Classes:
    ModelEntityImpl

    @Internal
    public interface Model
    Represents a model that is stored in the model repository. In addition, a model can be deployed to the Activiti Engine in a separate deployment step. A model is a container for the meta data and sources of a process model that typically can be edited in a modeling environment.
    • Method Detail

      • getId

        java.lang.String getId()
      • getName

        java.lang.String getName()
      • setName

        void setName​(java.lang.String name)
      • getKey

        java.lang.String getKey()
      • setKey

        void setKey​(java.lang.String key)
      • getCategory

        java.lang.String getCategory()
      • setCategory

        void setCategory​(java.lang.String category)
      • getCreateTime

        java.util.Date getCreateTime()
      • getLastUpdateTime

        java.util.Date getLastUpdateTime()
      • getVersion

        java.lang.Integer getVersion()
      • setVersion

        void setVersion​(java.lang.Integer version)
      • getMetaInfo

        java.lang.String getMetaInfo()
      • setMetaInfo

        void setMetaInfo​(java.lang.String metaInfo)
      • getDeploymentId

        java.lang.String getDeploymentId()
      • setDeploymentId

        void setDeploymentId​(java.lang.String deploymentId)
      • setTenantId

        void setTenantId​(java.lang.String tenantId)
      • getTenantId

        java.lang.String getTenantId()
      • hasEditorSource

        boolean hasEditorSource()
        whether this model has editor source
      • hasEditorSourceExtra

        boolean hasEditorSourceExtra()
        whether this model has editor source extra