public interface Deployment
RepositoryService
,
the engine will recognize certain of such resource types and act upon
them (e.g. process definitions will be parsed to an executable Java artifact).
To create a Deployment, use the DeploymentBuilder
.
A Deployment on itself is a read-only object and its content cannot be
changed after deployment (hence the builder that needs to be used).Modifier and Type | Method and Description |
---|---|
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
String |
getSource() |
String |
getTenantId()
Returns the id of the tenant this deployment belongs to.
|
Copyright © 2017. All rights reserved.