Interface CmmnDeploymentEntity
- All Superinterfaces:
CmmnDeployment,EngineDeployment,Entity
- All Known Implementing Classes:
CmmnDeploymentEntityImpl
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCaseDefinitionCacheEntry(String caseDefinitionId, CaseDefinitionCacheEntry caseDefinitionCacheEntry) voidaddDeployedArtifact(Object deployedArtifact) voidaddResource(CmmnResourceEntity resource) getCaseDefinitionCacheEntry(String caseDefinitionId) <T> List<T>getDeployedArtifacts(Class<T> clazz) booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, EngineResource> resources) voidsetTenantId(String tenantId) Methods inherited from interface org.flowable.cmmn.api.repository.CmmnDeployment
getParentDeploymentIdMethods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
addResource
-
addDeployedArtifact
-
getDeployedArtifacts
-
addCaseDefinitionCacheEntry
void addCaseDefinitionCacheEntry(String caseDefinitionId, CaseDefinitionCacheEntry caseDefinitionCacheEntry) -
getCaseDefinitionCacheEntry
-
setName
-
setCategory
-
setKey
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew()- Specified by:
isNewin interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-