Uses of Interface
org.jbpm.services.api.model.DeployedUnit
-
Packages that use DeployedUnit Package Description org.jbpm.services.api -
-
Uses of DeployedUnit in org.jbpm.services.api
Methods in org.jbpm.services.api that return DeployedUnit Modifier and Type Method Description DeployedUnitDeploymentEvent. getDeployedUnit()Returns the deployed unitDeployedUnitDeploymentService. getDeployedUnit(String deploymentUnitId)ReturnsDeployedUnitinstance for given deployment id if existsMethods in org.jbpm.services.api that return types with arguments of type DeployedUnit Modifier and Type Method Description Collection<DeployedUnit>DeploymentService. getDeployedUnits()Returns all (currently) deployed units.Methods in org.jbpm.services.api with parameters of type DeployedUnit Modifier and Type Method Description voidDeploymentEvent. setDeployedUnit(DeployedUnit deployedUnit)Sets the deployed unit.Constructors in org.jbpm.services.api with parameters of type DeployedUnit Constructor Description DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)Create a new deployment event given deployment id and deployed unit.
-