org.drools.core.command
Class ExecuteCommand
java.lang.Object
org.drools.core.command.ExecuteCommand
- All Implemented Interfaces:
- Serializable, GenericCommand<org.kie.api.runtime.ExecutionResults>, org.kie.api.command.Command<org.kie.api.runtime.ExecutionResults>
public class ExecuteCommand
- extends Object
- implements GenericCommand<org.kie.api.runtime.ExecutionResults>
- See Also:
- Serialized Form
ExecuteCommand
public ExecuteCommand(org.kie.api.command.Command command)
ExecuteCommand
public ExecuteCommand(String identifier,
org.kie.api.command.Command command)
ExecuteCommand
public ExecuteCommand(String identifier,
org.kie.api.command.Command command,
boolean disconnected)
ExecuteCommand
public ExecuteCommand(org.kie.api.command.Command command,
boolean disconnected)
execute
public org.kie.api.runtime.ExecutionResults execute(org.kie.internal.command.Context context)
- Specified by:
execute in interface GenericCommand<org.kie.api.runtime.ExecutionResults>
getCommand
public org.kie.api.command.Command getCommand()
getOutIdentifier
public String getOutIdentifier()
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.