public interface DmnDeployment
org.activiti.engine.RuntimeService, the Activiti engine will recognize certain of such resource types and act upon them (eg process definitions
will be parsed to an executable Java artifact).
To create a Deployment, use the org.activiti.engine.repository.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 |
|---|---|
String |
getCategory() |
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
String |
getParentDeploymentId() |
String |
getTenantId() |
Copyright © 2017 Alfresco. All rights reserved.