Class FormDeploymentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
com.flowable.form.engine.impl.persistence.entity.FormDeploymentEntityImpl
- All Implemented Interfaces:
FormDeploymentEntity,Serializable,Entity,FormDeployment
public class FormDeploymentEntityImpl
extends AbstractFormEngineNoRevisionEntity
implements FormDeploymentEntity, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringWill only be used during actual deployment to pass deployed artifacts (eg form definitions).protected Dateprotected Map<String,FormDefinitionCacheEntry> protected booleanprotected Stringprotected Stringprotected Map<String,FormResourceEntity> protected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
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) getName()booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, FormResourceEntity> resources) voidsetTenantId(String tenantId) toString()Methods inherited from class com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.form.api.FormDeployment
getId
-
Field Details
-
name
-
category
-
tenantId
-
parentDeploymentId
-
resources
-
deploymentTime
-
isNew
protected boolean isNew -
deployedArtifacts
Will only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise. -
formDefinitionCache
-
-
Constructor Details
-
FormDeploymentEntityImpl
public FormDeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfaceFormDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceFormDeploymentEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfaceFormDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfaceFormDeploymentEntity
-
addFormDefinitionCacheEntry
public void addFormDefinitionCacheEntry(String formDefinitionId, FormDefinitionCacheEntry formDefinitionCacheEntry) - Specified by:
addFormDefinitionCacheEntryin interfaceFormDeploymentEntity
-
getFormDefinitionCacheEntry
- Specified by:
getFormDefinitionCacheEntryin interfaceFormDeploymentEntity
-
getName
- Specified by:
getNamein interfaceFormDeployment
-
setName
- Specified by:
setNamein interfaceFormDeploymentEntity
-
getCategory
- Specified by:
getCategoryin interfaceFormDeployment
-
setCategory
- Specified by:
setCategoryin interfaceFormDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceFormDeployment
-
setTenantId
- Specified by:
setTenantIdin interfaceFormDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentIdin interfaceFormDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentIdin interfaceFormDeploymentEntity
-
setResources
- Specified by:
setResourcesin interfaceFormDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceFormDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfaceFormDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceFormDeploymentEntity
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfaceFormDeploymentEntity
-
toString
-