public class GetGlobalCommand extends Object implements ExecutableCommand<Object>, IdentifiableResult
| Constructor and Description |
|---|
GetGlobalCommand() |
GetGlobalCommand(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.kie.api.runtime.Context context) |
String |
getIdentifier() |
String |
getOutIdentifier() |
void |
setIdentifier(String identifier) |
void |
setOutIdentifier(String outIdentifier) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanRunInTransactionpublic GetGlobalCommand()
public GetGlobalCommand(String identifier)
public String getOutIdentifier()
getOutIdentifier in interface IdentifiableResultpublic void setOutIdentifier(String outIdentifier)
setOutIdentifier in interface IdentifiableResultpublic String getIdentifier()
public void setIdentifier(String identifier)
public Object execute(org.kie.api.runtime.Context context)
execute in interface ExecutableCommand<Object>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.