public class DocumentDeploymentEntityImpl extends AbstractContentEngineEntity implements DocumentDeploymentEntity, 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 |
key |
protected String |
name |
protected String |
parentDeploymentId |
protected Map<String,org.flowable.common.engine.api.repository.EngineResource> |
resources |
protected String |
tenantId |
| Constructor and Description |
|---|
DocumentDeploymentEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployedArtifact(Object deployedArtifact) |
void |
addResource(DocumentResourceEntity resource) |
String |
getCategory() |
<T> List<T> |
getDeployedArtifacts(Class<T> clazz) |
Date |
getDeploymentTime() |
String |
getDerivedFrom() |
String |
getDerivedFromRoot() |
String |
getEngineVersion() |
String |
getKey() |
String |
getName() |
String |
getParentDeploymentId() |
Object |
getPersistentState() |
Map<String,org.flowable.common.engine.api.repository.EngineResource> |
getResources() |
String |
getTenantId() |
boolean |
isNew() |
void |
setCategory(String category) |
void |
setDeploymentTime(Date deploymentTime) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setNew(boolean isNew) |
void |
setParentDeploymentId(String parentDeploymentId) |
void |
setResources(Map<String,org.flowable.common.engine.api.repository.EngineResource> resources) |
void |
setTenantId(String tenantId) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String name
protected String key
protected String category
protected String tenantId
protected String parentDeploymentId
protected Date deploymentTime
protected boolean isNew
public void addResource(DocumentResourceEntity resource)
addResource in interface DocumentDeploymentEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic void addDeployedArtifact(Object deployedArtifact)
addDeployedArtifact in interface DocumentDeploymentEntitypublic <T> List<T> getDeployedArtifacts(Class<T> clazz)
getDeployedArtifacts in interface DocumentDeploymentEntitypublic String getName()
getName in interface DocumentDeploymentgetName in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setName(String name)
setName in interface DocumentDeploymentEntitypublic String getKey()
getKey in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setKey(String key)
setKey in interface DocumentDeploymentEntitypublic Map<String,org.flowable.common.engine.api.repository.EngineResource> getResources()
getResources in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic String getCategory()
getCategory in interface DocumentDeploymentgetCategory in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setCategory(String category)
setCategory in interface DocumentDeploymentEntitypublic String getTenantId()
getTenantId in interface DocumentDeploymentgetTenantId in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setTenantId(String tenantId)
setTenantId in interface DocumentDeploymentEntitypublic String getParentDeploymentId()
getParentDeploymentId in interface DocumentDeploymentpublic void setParentDeploymentId(String parentDeploymentId)
setParentDeploymentId in interface DocumentDeploymentEntitypublic void setResources(Map<String,org.flowable.common.engine.api.repository.EngineResource> resources)
setResources in interface DocumentDeploymentEntitypublic Date getDeploymentTime()
getDeploymentTime in interface DocumentDeploymentgetDeploymentTime in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setDeploymentTime(Date deploymentTime)
setDeploymentTime in interface DocumentDeploymentEntitypublic boolean isNew()
isNew in interface DocumentDeploymentEntityisNew in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic void setNew(boolean isNew)
setNew in interface DocumentDeploymentEntitypublic String getDerivedFrom()
getDerivedFrom in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic String getDerivedFromRoot()
getDerivedFromRoot in interface org.flowable.common.engine.api.repository.EngineDeploymentpublic String getEngineVersion()
getEngineVersion in interface org.flowable.common.engine.api.repository.EngineDeploymentCopyright © 2019. All rights reserved.