public class JBPMWorkflowManager extends Object
| Constructor and Description |
|---|
JBPMWorkflowManager(ContentContext contentContext,
ControlActionFacade controlFacade,
JBossASPaths jbossPaths) |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.content.transfer.DeployIndividualPackageResponse |
run(org.rhq.core.domain.content.transfer.ResourcePackageDetails packageDetails)
Runs the JBPM process included in the provided package description.
|
List<org.rhq.core.domain.content.transfer.DeployPackageStep> |
translateSteps(org.rhq.core.domain.content.transfer.ResourcePackageDetails packageDetails)
Translates the metadata inside the given package into a list of readable steps that will be executed
during this package's installation.
|
public JBPMWorkflowManager(ContentContext contentContext, ControlActionFacade controlFacade, JBossASPaths jbossPaths)
public org.rhq.core.domain.content.transfer.DeployIndividualPackageResponse run(org.rhq.core.domain.content.transfer.ResourcePackageDetails packageDetails)
throws Exception
packageDetails - contains data to describe the package being installedException - if there are any unexpected errors during the processpublic List<org.rhq.core.domain.content.transfer.DeployPackageStep> translateSteps(org.rhq.core.domain.content.transfer.ResourcePackageDetails packageDetails) throws Exception
packageDetails - generate the steps for this package; cannot be nullnull otherwise.Exception - if there is an error during the translationCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.