Interface EngineDeployment
-
public interface EngineDeploymentRepresents a deployment that is already present in the engine repository. A deployment is a container for resources such as process definitions, case definitions, images, forms, etc.- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCategory()DategetDeploymentTime()StringgetDerivedFrom()StringgetDerivedFromRoot()StringgetEngineVersion()StringgetId()StringgetKey()StringgetName()Map<String,EngineResource>getResources()StringgetTenantId()booleanisNew()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getDeploymentTime
Date getDeploymentTime()
-
getCategory
String getCategory()
-
getKey
String getKey()
-
getDerivedFrom
String getDerivedFrom()
-
getDerivedFromRoot
String getDerivedFromRoot()
-
getTenantId
String getTenantId()
-
getEngineVersion
String getEngineVersion()
-
isNew
boolean isNew()
-
getResources
Map<String,EngineResource> getResources()
-
-