Interface AppDeploymentEntity
- All Superinterfaces:
AppDeployment
,CoreAppDeployment
,EngineDeployment
,Entity
- All Known Implementing Classes:
AppDeploymentEntityImpl
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppDefinitionCacheEntry
(String appDefinitionId, AppDefinitionCacheEntry appDefinitionCacheEntry) void
addDeployedArtifact
(Object deployedArtifact) void
addResource
(AppResourceEntity resource) getAppDefinitionCacheEntry
(String appDefinitionId) <T> List<T>
getDeployedArtifacts
(Class<T> clazz) boolean
isNew()
void
setCategory
(String category) void
setCreatorId
(String creatorId) void
setDeploymentTime
(Date deploymentTime) void
void
void
setNew
(boolean isNew) void
setResources
(Map<String, EngineResource> resources) void
setTenantId
(String tenantId) Methods inherited from interface com.flowable.core.app.api.CoreAppDeployment
getCreatorId
Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantId
Methods 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:
isNew
in interfaceEngineDeployment
-
setNew
void setNew(boolean isNew)
-