public class SetGlobalCommand extends Object implements org.kie.api.command.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() |
public Object execute(org.kie.api.runtime.Context context)
execute
in interface org.kie.api.command.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–2020 JBoss by Red Hat. All rights reserved.