Class EventDeploymentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntity
org.flowable.eventregistry.impl.persistence.entity.EventDeploymentEntityImpl
- All Implemented Interfaces:
- Serializable,- Entity,- EventDeployment,- EventDeploymentEntity
public class EventDeploymentEntityImpl
extends AbstractEventRegistryNoRevisionEntity
implements EventDeploymentEntity, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected StringWill only be used during actual deployment to pass deployed artifacts (eg form definitions).protected Dateprotected booleanprotected Stringprotected Stringprotected Map<String,EventResourceEntity> protected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevisionid, isDeleted, isInserted, isUpdated, originalPersistentState
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDeployedArtifact(Object deployedArtifact) voidaddResource(EventResourceEntity resource) <T> List<T>getDeployedArtifacts(Class<T> clazz) getName()Returns a representation of the object, as would be stored in the database.booleanisNew()voidsetCategory(String category) voidsetDeploymentTime(Date deploymentTime) voidvoidsetNew(boolean isNew) voidsetParentDeploymentId(String parentDeploymentId) voidsetResources(Map<String, EventResourceEntity> resources) voidsetTenantId(String tenantId) toString()Methods inherited from class org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntitygetIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevisiongetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntitygetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.eventregistry.api.EventDeploymentgetId
- 
Field Details- 
name
- 
category
- 
tenantId
- 
parentDeploymentId
- 
resources
- 
deploymentTime
- 
isNewprotected boolean isNew
- 
deployedArtifactsWill only be used during actual deployment to pass deployed artifacts (eg form definitions). Will be null otherwise.
 
- 
- 
Constructor Details- 
EventDeploymentEntityImplpublic EventDeploymentEntityImpl()
 
- 
- 
Method Details- 
addResource- Specified by:
- addResourcein interface- EventDeploymentEntity
 
- 
getResources- Specified by:
- getResourcesin interface- EventDeploymentEntity
 
- 
getPersistentStateDescription copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
- getPersistentStatein interface- Entity
 
- 
addDeployedArtifact- Specified by:
- addDeployedArtifactin interface- EventDeploymentEntity
 
- 
getDeployedArtifacts- Specified by:
- getDeployedArtifactsin interface- EventDeploymentEntity
 
- 
getName- Specified by:
- getNamein interface- EventDeployment
 
- 
setName- Specified by:
- setNamein interface- EventDeploymentEntity
 
- 
getCategory- Specified by:
- getCategoryin interface- EventDeployment
 
- 
setCategory- Specified by:
- setCategoryin interface- EventDeploymentEntity
 
- 
getTenantId- Specified by:
- getTenantIdin interface- EventDeployment
 
- 
setTenantId- Specified by:
- setTenantIdin interface- EventDeploymentEntity
 
- 
getParentDeploymentId- Specified by:
- getParentDeploymentIdin interface- EventDeployment
 
- 
setParentDeploymentId- Specified by:
- setParentDeploymentIdin interface- EventDeploymentEntity
 
- 
setResources- Specified by:
- setResourcesin interface- EventDeploymentEntity
 
- 
getDeploymentTime- Specified by:
- getDeploymentTimein interface- EventDeployment
 
- 
setDeploymentTime- Specified by:
- setDeploymentTimein interface- EventDeploymentEntity
 
- 
isNewpublic boolean isNew()- Specified by:
- isNewin interface- EventDeploymentEntity
 
- 
setNewpublic void setNew(boolean isNew) - Specified by:
- setNewin interface- EventDeploymentEntity
 
- 
toString
 
-