public class MapGlobalResolver extends Object implements GlobalResolver, org.kie.api.runtime.Globals, Externalizable
Constructor and Description |
---|
MapGlobalResolver() |
MapGlobalResolver(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
GlobalResolver |
clone() |
Object |
get(String identifier) |
Collection<String> |
getGlobalKeys() |
Map.Entry<String,Object>[] |
getGlobals() |
void |
readExternal(ObjectInput in) |
void |
removeGlobal(String identifier) |
Object |
resolveGlobal(String identifier) |
void |
set(String identifier,
Object value) |
void |
setDelegate(org.kie.api.runtime.Globals delegate) |
void |
setGlobal(String identifier,
Object value) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void setDelegate(org.kie.api.runtime.Globals delegate)
setDelegate
in interface org.kie.api.runtime.Globals
public Collection<String> getGlobalKeys()
getGlobalKeys
in interface org.kie.api.runtime.Globals
public Object resolveGlobal(String identifier)
resolveGlobal
in interface GlobalResolver
public void set(String identifier, Object value)
set
in interface org.kie.api.runtime.Globals
public void setGlobal(String identifier, Object value)
setGlobal
in interface GlobalResolver
public void removeGlobal(String identifier)
removeGlobal
in interface GlobalResolver
public GlobalResolver clone()
public void clear()
clear
in interface GlobalResolver
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.