Interface DmnDeploymentEntity
- All Superinterfaces:
DmnDeployment, EngineDeployment, Entity
- All Known Implementing Classes:
DmnDeploymentEntityImpl
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDecisionCacheEntry(String decisionDefinitionId, DecisionCacheEntry decisionCacheEntry) voidaddDeployedArtifact(Object deployedArtifact) voidaddResource(DmnResourceEntity resource) getDecisionCacheEntry(String decisionDefinitionId) <T> List<T> getDeployedArtifacts(Class<T> clazz) booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, EngineResource> resources) voidsetTenantId(String tenantId) Methods inherited from interface DmnDeployment
getCategory, getDeploymentTime, getId, getName, getParentDeploymentId, getTenantIdMethods inherited from interface EngineDeployment
getDerivedFrom, getDerivedFromRoot, getEngineVersion, getKey, getResourcesMethods inherited from interface 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:
isNewin interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-