public class AppDeploymentEntityImpl extends AbstractAppEngineNoRevisionEntity implements AppDeploymentEntity, 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 process definitions).
|
protected Date |
deploymentTime |
protected boolean |
isNew |
protected String |
key |
protected String |
name |
protected Map<String,EngineResource> |
resources |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
AppDeploymentEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployedArtifact(Object deployedArtifact) |
void |
addResource(AppResourceEntity resource) |
String |
getCategory() |
<T> List<T> |
getDeployedArtifacts(Class<T> clazz) |
Date |
getDeploymentTime() |
String |
getDerivedFrom() |
String |
getDerivedFromRoot() |
String |
getEngineVersion() |
String |
getKey() |
String |
getName() |
Object |
getPersistentState() |
Map<String,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 |
setResources(Map<String,EngineResource> 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 key
protected String tenantId
protected Map<String,EngineResource> resources
protected Date deploymentTime
protected boolean isNew
public void addResource(AppResourceEntity resource)
addResource in interface AppDeploymentEntitypublic Map<String,EngineResource> getResources()
getResources in interface EngineDeploymentpublic Object getPersistentState()
getPersistentState in interface Entitypublic void addDeployedArtifact(Object deployedArtifact)
addDeployedArtifact in interface AppDeploymentEntitypublic <T> List<T> getDeployedArtifacts(Class<T> clazz)
getDeployedArtifacts in interface AppDeploymentEntitypublic String getName()
getName in interface EngineDeploymentpublic void setName(String name)
setName in interface AppDeploymentEntitypublic String getCategory()
getCategory in interface EngineDeploymentpublic void setCategory(String category)
setCategory in interface AppDeploymentEntitypublic String getKey()
getKey in interface EngineDeploymentpublic void setKey(String key)
setKey in interface AppDeploymentEntitypublic String getTenantId()
getTenantId in interface EngineDeploymentpublic void setTenantId(String tenantId)
setTenantId in interface AppDeploymentEntitypublic void setResources(Map<String,EngineResource> resources)
setResources in interface AppDeploymentEntitypublic Date getDeploymentTime()
getDeploymentTime in interface EngineDeploymentpublic void setDeploymentTime(Date deploymentTime)
setDeploymentTime in interface AppDeploymentEntitypublic boolean isNew()
isNew in interface AppDeploymentEntityisNew in interface EngineDeploymentpublic void setNew(boolean isNew)
setNew in interface AppDeploymentEntitypublic String getDerivedFrom()
getDerivedFrom in interface EngineDeploymentpublic String getDerivedFromRoot()
getDerivedFromRoot in interface EngineDeploymentpublic String getEngineVersion()
getEngineVersion in interface EngineDeployment