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