Class CaseProvisioningExecutor
- java.lang.Object
-
- org.jbpm.workbench.wi.backend.server.casemgmt.service.CaseProvisioningExecutor
-
@Dependent public class CaseProvisioningExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description CaseProvisioningExecutor()CaseProvisioningExecutor(org.jbpm.workbench.wi.casemgmt.service.CaseProvisioningSettings settings, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningStartedEvent> startedEvent, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningCompletedEvent> completedEvent, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningFailedEvent> failedEvent, ExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.guvnor.ala.pipeline.execution.PipelineExecutor executor, org.guvnor.ala.pipeline.Pipeline pipeline, org.guvnor.ala.pipeline.Input input)protected intgetManagementInterfaceStatus(String host, String managementPort, String password, String username)
-
-
-
Constructor Detail
-
CaseProvisioningExecutor
public CaseProvisioningExecutor()
-
CaseProvisioningExecutor
@Inject public CaseProvisioningExecutor(org.jbpm.workbench.wi.casemgmt.service.CaseProvisioningSettings settings, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningStartedEvent> startedEvent, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningCompletedEvent> completedEvent, javax.enterprise.event.Event<org.jbpm.workbench.wi.casemgmt.events.CaseProvisioningFailedEvent> failedEvent, @Managed ExecutorService executorService)
-
-