Interface FormDeploymentEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.form.api.FormDeployment
- All Known Implementing Classes:
FormDeploymentEntityImpl
public interface FormDeploymentEntity
extends org.flowable.form.api.FormDeployment, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddFormDefinitionCacheEntry(String formDefinitionId, FormDefinitionCacheEntry formDefinitionCacheEntry) voidaddResource(FormResourceEntity resource) <T> List<T> getDeployedArtifacts(Class<T> clazz) getFormDefinitionCacheEntry(String formDefinitionId) booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, FormResourceEntity> resources) voidsetTenantId(String tenantId) Methods 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 org.flowable.form.api.FormDeployment
getCategory, getDeploymentTime, getId, getName, getParentDeploymentId, getTenantId
-
Method Details
-
addResource
-
getResources
Map<String,FormResourceEntity> getResources() -
addDeployedArtifact
-
getDeployedArtifacts
-
addFormDefinitionCacheEntry
void addFormDefinitionCacheEntry(String formDefinitionId, FormDefinitionCacheEntry formDefinitionCacheEntry) -
getFormDefinitionCacheEntry
-
setName
-
setCategory
-
setTenantId
-
setParentDeploymentId
-
setResources
-
setDeploymentTime
-
isNew
boolean isNew() -
setNew
void setNew(boolean isNew)
-