Interface ServiceDeployment
-
- All Superinterfaces:
EngineDeployment
- All Known Subinterfaces:
ServiceDeploymentEntity
- All Known Implementing Classes:
ServiceDeploymentEntityImpl
public interface ServiceDeployment extends EngineDeployment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParentDeploymentId()
-
Methods inherited from interface org.flowable.common.engine.api.repository.EngineDeployment
getCategory, getDeploymentTime, getDerivedFrom, getDerivedFromRoot, getEngineVersion, getId, getKey, getName, getResources, getTenantId, isNew
-
-
-
-
Method Detail
-
getParentDeploymentId
String getParentDeploymentId()
-
-