Interface Model


  • public interface Model
    Represents a model that is stored in the model repository. In addition, a model can be deployed to the process 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.
    Author:
    Tijs Rademakers, Joram Barrez
    • Method Detail

      • setName

        void setName​(String name)
      • setKey

        void setKey​(String key)
      • getCategory

        String getCategory()
      • setCategory

        void setCategory​(String category)
      • getCreateTime

        Date getCreateTime()
      • getLastUpdateTime

        Date getLastUpdateTime()
      • setVersion

        void setVersion​(Integer version)
      • getMetaInfo

        String getMetaInfo()
      • setMetaInfo

        void setMetaInfo​(String metaInfo)
      • getDeploymentId

        String getDeploymentId()
      • setDeploymentId

        void setDeploymentId​(String deploymentId)
      • setTenantId

        void setTenantId​(String tenantId)
      • getTenantId

        String getTenantId()
      • hasEditorSource

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

        boolean hasEditorSourceExtra()
        whether this model has editor source extra