Package org.drools.core.command.runtime
Class GetGlobalCommand
- java.lang.Object
-
- org.drools.core.command.runtime.GetGlobalCommand
-
- All Implemented Interfaces:
Serializable,IdentifiableResult,org.kie.api.command.Command<Object>,org.kie.api.command.ExecutableCommand<Object>
public class GetGlobalCommand extends Object implements org.kie.api.command.ExecutableCommand<Object>, IdentifiableResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetGlobalCommand()GetGlobalCommand(String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.kie.api.runtime.Context context)StringgetIdentifier()StringgetOutIdentifier()voidsetIdentifier(String identifier)voidsetOutIdentifier(String outIdentifier)StringtoString()
-
-
-
Constructor Detail
-
GetGlobalCommand
public GetGlobalCommand()
-
GetGlobalCommand
public GetGlobalCommand(String identifier)
-
-
Method Detail
-
getOutIdentifier
public String getOutIdentifier()
- Specified by:
getOutIdentifierin interfaceIdentifiableResult
-
setOutIdentifier
public void setOutIdentifier(String outIdentifier)
- Specified by:
setOutIdentifierin interfaceIdentifiableResult
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
execute
public Object execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand<Object>
-
-