Interface EngineDeployment
- All Known Subinterfaces:
AppDeployment, CmmnDeployment, CmmnDeploymentEntity, Deployment, DeploymentEntity, DmnDeployment, DmnDeploymentEntity
- All Known Implementing Classes:
CmmnDeploymentEntityImpl, DeploymentEntityImpl, DmnDeploymentEntityImpl
public interface EngineDeployment
Represents 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 Details
-
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()
-