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