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