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, wait
canRunInTransaction
public GetGlobalCommand()
public GetGlobalCommand(String identifier)
public String getOutIdentifier()
getOutIdentifier
in interface IdentifiableResult
public void setOutIdentifier(String outIdentifier)
setOutIdentifier
in interface IdentifiableResult
public String getIdentifier()
public void setIdentifier(String identifier)
public Object execute(org.kie.api.runtime.Context context)
execute
in interface ExecutableCommand<Object>
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.