org.activiti.engine.repository
接口 Model
- 所有已知实现类:
- ModelEntity
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.
- 作者:
- Tijs Rademakers, Joram Barrez
getId
String getId()
getName
String getName()
setName
void setName(String name)
getKey
String getKey()
setKey
void setKey(String key)
getCategory
String getCategory()
setCategory
void setCategory(String category)
getCreateTime
Date getCreateTime()
getLastUpdateTime
Date getLastUpdateTime()
getVersion
Integer getVersion()
setVersion
void setVersion(Integer version)
getMetaInfo
String getMetaInfo()
setMetaInfo
void setMetaInfo(String metaInfo)
getDeploymentId
String getDeploymentId()
setDeploymentId
void setDeploymentId(String deploymentId)
Copyright © 2013 Alfresco. All rights reserved.