KIE Remote Services :: Services 6.0.0.CR2

org.kie.services.remote.cdi
Class ProcessRequestBean

java.lang.Object
  extended by org.kie.services.remote.cdi.ProcessRequestBean

@ApplicationScoped
public class ProcessRequestBean
extends Object


Constructor Summary
ProcessRequestBean()
           
 
Method Summary
 Object doKieSessionOperation(org.kie.api.command.Command<?> cmd, String deploymentId)
           
 Object doKieSessionOperation(org.kie.api.command.Command<?> cmd, String deploymentId, Long processInstanceId)
           
 Object doTaskOperation(org.kie.api.command.Command<?> cmd)
           
protected  org.kie.api.runtime.manager.RuntimeEngine getRuntimeEngine(String domainName, Long processInstanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessRequestBean

public ProcessRequestBean()
Method Detail

doKieSessionOperation

public Object doKieSessionOperation(org.kie.api.command.Command<?> cmd,
                                    String deploymentId)

doKieSessionOperation

public Object doKieSessionOperation(org.kie.api.command.Command<?> cmd,
                                    String deploymentId,
                                    Long processInstanceId)

doTaskOperation

public Object doTaskOperation(org.kie.api.command.Command<?> cmd)

getRuntimeEngine

protected org.kie.api.runtime.manager.RuntimeEngine getRuntimeEngine(String domainName,
                                                                     Long processInstanceId)

KIE Remote Services :: Services 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.