public class ExecuteCommand extends Object implements GenericCommand<org.kie.api.runtime.ExecutionResults>
Constructor and Description |
---|
ExecuteCommand(org.kie.api.command.Command command) |
ExecuteCommand(org.kie.api.command.Command command,
boolean disconnected) |
ExecuteCommand(String identifier,
org.kie.api.command.Command command) |
ExecuteCommand(String identifier,
org.kie.api.command.Command command,
boolean disconnected) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.ExecutionResults |
execute(org.kie.internal.command.Context context) |
org.kie.api.command.Command |
getCommand() |
String |
getOutIdentifier() |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
public ExecuteCommand(org.kie.api.command.Command command)
public ExecuteCommand(String identifier, org.kie.api.command.Command command)
public ExecuteCommand(String identifier, org.kie.api.command.Command command, boolean disconnected)
public ExecuteCommand(org.kie.api.command.Command command, boolean disconnected)
public org.kie.api.runtime.ExecutionResults execute(org.kie.internal.command.Context context)
execute
in interface GenericCommand<org.kie.api.runtime.ExecutionResults>
public org.kie.api.command.Command getCommand()
public String getOutIdentifier()
public void setOutIdentifier(String outIdentifier)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.