public class EventDeploymentEntityImpl extends AbstractEventRegistryNoRevisionEntity implements EventDeploymentEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Map<Class<?>,List<Object>> |
deployedArtifacts
Will only be used during actual deployment to pass deployed artifacts (eg form definitions).
|
protected Date |
deploymentTime |
protected boolean |
isNew |
protected String |
name |
protected String |
parentDeploymentId |
protected Map<String,EventResourceEntity> |
resources |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
EventDeploymentEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployedArtifact(Object deployedArtifact) |
void |
addResource(EventResourceEntity resource) |
String |
getCategory() |
<T> List<T> |
getDeployedArtifacts(Class<T> clazz) |
Date |
getDeploymentTime() |
String |
getName() |
String |
getParentDeploymentId() |
Object |
getPersistentState() |
Map<String,EventResourceEntity> |
getResources() |
String |
getTenantId() |
boolean |
isNew() |
void |
setCategory(String category) |
void |
setDeploymentTime(Date deploymentTime) |
void |
setName(String name) |
void |
setNew(boolean isNew) |
void |
setParentDeploymentId(String parentDeploymentId) |
void |
setResources(Map<String,EventResourceEntity> resources) |
void |
setTenantId(String tenantId) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected String category
protected String tenantId
protected String parentDeploymentId
protected Map<String,EventResourceEntity> resources
protected Date deploymentTime
protected boolean isNew
public void addResource(EventResourceEntity resource)
addResource in interface EventDeploymentEntitypublic Map<String,EventResourceEntity> getResources()
getResources in interface EventDeploymentEntitypublic Object getPersistentState()
getPersistentState in interface Entitypublic void addDeployedArtifact(Object deployedArtifact)
addDeployedArtifact in interface EventDeploymentEntitypublic <T> List<T> getDeployedArtifacts(Class<T> clazz)
getDeployedArtifacts in interface EventDeploymentEntitypublic String getName()
getName in interface EventDeploymentpublic void setName(String name)
setName in interface EventDeploymentEntitypublic String getCategory()
getCategory in interface EventDeploymentpublic void setCategory(String category)
setCategory in interface EventDeploymentEntitypublic String getTenantId()
getTenantId in interface EventDeploymentpublic void setTenantId(String tenantId)
setTenantId in interface EventDeploymentEntitypublic String getParentDeploymentId()
getParentDeploymentId in interface EventDeploymentpublic void setParentDeploymentId(String parentDeploymentId)
setParentDeploymentId in interface EventDeploymentEntitypublic void setResources(Map<String,EventResourceEntity> resources)
setResources in interface EventDeploymentEntitypublic Date getDeploymentTime()
getDeploymentTime in interface EventDeploymentpublic void setDeploymentTime(Date deploymentTime)
setDeploymentTime in interface EventDeploymentEntitypublic boolean isNew()
isNew in interface EventDeploymentEntitypublic void setNew(boolean isNew)
setNew in interface EventDeploymentEntityCopyright © 2020 Flowable. All rights reserved.