public class GetGlobalCommand extends Object implements GenericCommand<Object>, IdentifiableResult
| Constructor and Description |
|---|
GetGlobalCommand() |
GetGlobalCommand(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.kie.internal.command.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.internal.command.Context context)
execute in interface GenericCommand<Object>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.