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 Summary
FieldsModifier 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 AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier 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 AbstractEventRegistryNoRevisionEntity
getIdPrefixMethods inherited from class AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface EventDeployment
getId
-
Field Details
-
name
-
category
-
tenantId
-
parentDeploymentId
-
resources
-
deploymentTime
-
isNew
protected boolean isNew -
deployedArtifacts
-
-
Constructor Details
-
EventDeploymentEntityImpl
public EventDeploymentEntityImpl()
-
-
Method Details
-
addResource
- Specified by:
addResourcein interfaceEventDeploymentEntity
-
getResources
- Specified by:
getResourcesin interfaceEventDeploymentEntity
-
getPersistentState
Description 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 interfaceEntity
-
addDeployedArtifact
- Specified by:
addDeployedArtifactin interfaceEventDeploymentEntity
-
getDeployedArtifacts
- Specified by:
getDeployedArtifactsin interfaceEventDeploymentEntity
-
getName
- Specified by:
getNamein interfaceEventDeployment
-
setName
- Specified by:
setNamein interfaceEventDeploymentEntity
-
getCategory
- Specified by:
getCategoryin interfaceEventDeployment
-
setCategory
- Specified by:
setCategoryin interfaceEventDeploymentEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceEventDeployment
-
setTenantId
- Specified by:
setTenantIdin interfaceEventDeploymentEntity
-
getParentDeploymentId
- Specified by:
getParentDeploymentIdin interfaceEventDeployment
-
setParentDeploymentId
- Specified by:
setParentDeploymentIdin interfaceEventDeploymentEntity
-
setResources
- Specified by:
setResourcesin interfaceEventDeploymentEntity
-
getDeploymentTime
- Specified by:
getDeploymentTimein interfaceEventDeployment
-
setDeploymentTime
- Specified by:
setDeploymentTimein interfaceEventDeploymentEntity
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceEventDeploymentEntity
-
setNew
public void setNew(boolean isNew) - Specified by:
setNewin interfaceEventDeploymentEntity
-
toString
-