public interface DmnDeployment extends EngineDeployment
DmnDeploymentBuilder. 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() |
getDerivedFrom, getDerivedFromRoot, getEngineVersion, getKey, getResources, isNewString getId()
getId in interface EngineDeploymentString getName()
getName in interface EngineDeploymentDate getDeploymentTime()
getDeploymentTime in interface EngineDeploymentString getCategory()
getCategory in interface EngineDeploymentString getTenantId()
getTenantId in interface EngineDeploymentString getParentDeploymentId()
Copyright © 2021 Flowable. All rights reserved.