Interface PolicyDeploymentEntity
- All Superinterfaces:
EngineDeployment,Entity,PolicyDeployment
- All Known Implementing Classes:
PolicyDeploymentEntityImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddPolicyDefinitionCacheEntry(String policyDefinitionId, PolicyDefinitionCacheEntry policyDefinitionCacheEntry) voidaddResource(PolicyResourceEntity resource) <T> List<T>getDeployedArtifacts(Class<T> clazz) getPolicyDefinitionCacheEntry(String policyDefinitionId) 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.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, setUpdatedMethods inherited from interface com.flowable.policy.api.repository.PolicyDeployment
getParentDeploymentId
-
Method Details
-
addResource
-
addDeployedArtifact
-
getDeployedArtifacts
-
addPolicyDefinitionCacheEntry
void addPolicyDefinitionCacheEntry(String policyDefinitionId, PolicyDefinitionCacheEntry policyDefinitionCacheEntry) -
getPolicyDefinitionCacheEntry
-
setName
-
setKey
-
setCategory
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew()- Specified by:
isNewin interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-