|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.base.CopyIdentifiersGlobalExporter
public class CopyIdentifiersGlobalExporter
Creates a new GlobalResolver consisting of just the identifiers specified in the String[]. If the String[] is null, or the default constructor is used, then all globals defined in the RuleBase will be copied.
| Constructor Summary | |
|---|---|
CopyIdentifiersGlobalExporter()
All identifiers will be copied |
|
CopyIdentifiersGlobalExporter(String[] identifiers)
Specified identifiers will be copied |
|
| Method Summary | |
|---|---|
GlobalResolver |
export(WorkingMemory workingMemory)
This method is called internally by the StatelessSession, which will provide the WorkingMemory. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyIdentifiersGlobalExporter()
public CopyIdentifiersGlobalExporter(String[] identifiers)
identifiers - | Method Detail |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic GlobalResolver export(WorkingMemory workingMemory)
GlobalExporter
export in interface GlobalExporter
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||