public class GetGlobalCommand extends Object implements org.kie.api.command.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() |
public 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 org.kie.api.command.ExecutableCommand<Object>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.