Interface AppDeploymentEntity
- All Superinterfaces:
AppDeployment,CoreAppDeployment,EngineDeployment,Entity
- All Known Implementing Classes:
AppDeploymentEntityImpl
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppDefinitionCacheEntry(String appDefinitionId, AppDefinitionCacheEntry appDefinitionCacheEntry) voidaddDeployedArtifact(Object deployedArtifact) voidaddResource(AppResourceEntity resource) getAppDefinitionCacheEntry(String appDefinitionId) <T> List<T>getDeployedArtifacts(Class<T> clazz) booleanisNew()voidsetCategory(String category) voidsetCreatorId(String creatorId) voidsetDeploymentTime(Date deploymentTime) voidvoidvoidsetNew(boolean isNew) voidsetResources(Map<String, EngineResource> resources) voidsetTenantId(String tenantId) Methods inherited from interface com.flowable.core.app.api.CoreAppDeployment
getCreatorIdMethods 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
-
addAppDefinitionCacheEntry
void addAppDefinitionCacheEntry(String appDefinitionId, AppDefinitionCacheEntry appDefinitionCacheEntry) -
getAppDefinitionCacheEntry
-
setName
-
setCategory
-
setKey
-
setCreatorId
-
setTenantId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew()- Specified by:
isNewin interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-