Interface ActionDeploymentEntity
- All Superinterfaces:
ActionDeployment,EngineDeployment,Entity
- All Known Implementing Classes:
ActionDeploymentEntityImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionDefinitionCacheEntry(String actionDefinitionId, ActionDefinitionCacheEntry actionDefinitionCacheEntry) voidaddDeployedArtifact(Object deployedArtifact) voidaddResource(ActionResourceEntity resource) getActionDefinitionCacheEntry(String actionDefinitionId) <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 com.flowable.action.api.repository.ActionDeployment
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
-
addActionDefinitionCacheEntry
void addActionDefinitionCacheEntry(String actionDefinitionId, ActionDefinitionCacheEntry actionDefinitionCacheEntry) -
getActionDefinitionCacheEntry
-
setName
-
setKey
-
setCategory
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew()- Specified by:
isNewin interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-