Interface DmnDeploymentEntity
- All Superinterfaces:
DmnDeployment
,EngineDeployment
,Entity
- All Known Implementing Classes:
DmnDeploymentEntityImpl
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDecisionCacheEntry
(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry) void
addDeployedArtifact
(Object deployedArtifact) void
addResource
(DmnResourceEntity resource) getDecisionCacheEntry
(String decisionDefinitionId) <T> List<T>
getDeployedArtifacts
(Class<T> clazz) boolean
isNew()
void
setCategory
(String category) void
setDeploymentTime
(Date deploymentTime) void
void
setNew
(boolean isNew) void
setParentDeploymentId
(String parentDeploymentId) void
setResources
(Map<String, EngineResource> resources) void
setTenantId
(String tenantId) Methods inherited from interface org.flowable.dmn.api.DmnDeployment
getCategory, getDeploymentTime, getId, getName, getParentDeploymentId, getTenantId
Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getDerivedFrom, getDerivedFromRoot, getEngineVersion, getKey, getResources
Methods 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
-
addDecisionCacheEntry
-
getDecisionCacheEntry
-
setName
-
setCategory
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew()- Specified by:
isNew
in interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-