Interface AppDeploymentEntity
- All Superinterfaces:
org.flowable.app.api.repository.AppDeployment,CoreAppDeployment,org.flowable.common.engine.api.repository.EngineDeployment,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
AppDeploymentEntityImpl
public interface AppDeploymentEntity
extends CoreAppDeployment, org.flowable.common.engine.impl.persistence.entity.Entity
- 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, org.flowable.common.engine.api.repository.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 interfaceorg.flowable.common.engine.api.repository.EngineDeployment
-
setNew
void setNew(boolean isNew)
-