Package org.jbpm.services.api.model
Interface DeploymentUnit
-
- All Known Implementing Classes:
CustomIdKModuleDeploymentUnit,KModuleDeploymentUnit
public interface DeploymentUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()Returns the deployment unit identifier.org.kie.internal.runtime.conf.RuntimeStrategygetStrategy()Returns the deployment unit runtime strategy.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Returns the deployment unit identifier.- Returns:
- identifier
-
getStrategy
org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
Returns the deployment unit runtime strategy.- Returns:
-
-