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 TypeMethodDescriptionvoid
addDeployedArtifact
(Object deployedArtifact) void
addFormDefinitionCacheEntry
(String formDefinitionId, FormDefinitionCacheEntry formDefinitionCacheEntry) void
addResource
(FormResourceEntity resource) <T> List
<T> getDeployedArtifacts
(Class<T> clazz) getFormDefinitionCacheEntry
(String formDefinitionId) boolean
isNew()
void
setCategory
(String category) void
setDeploymentTime
(Date deploymentTime) void
void
setNew
(boolean isNew) void
setParentDeploymentId
(String parentDeploymentId) void
setResources
(Map<String, FormResourceEntity> resources) void
setTenantId
(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, setUpdated
Methods 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)
-