Constructor and Description |
---|
XObjectImpl() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
After rule evaluation this method will be called by the ruleengine.
|
protected void |
finalize() |
java.lang.String |
getIdentifier()
This method will be used by ruleengine to create the hashmap for all xobjects added to the rulesession.
|
int |
getMetadata()
The objects passed to the rule engine must implement this method
to return xml-nom representation of the meta data of the object.
|
void |
setXml(int xml)
After evaluation of rules ,rule engine will call the set xml on all xObjects inside rulesession objects .
|
int |
toOriginalXml()
The objects passed to the rule engine must implement this method
to return xml-nom representation of the original data of the object.
|
int |
toXml()
The objects passed to the rule engine must implement this method
to return the xml-nom representation of the current data of the object.
|
public java.lang.String getIdentifier()
XObject
getIdentifier
in interface XObject
public int getMetadata()
XObject
getMetadata
in interface XObject
public void setXml(int xml)
XObject
public int toOriginalXml()
XObject
toOriginalXml
in interface XObject
public int toXml()
XObject
public void cleanUp()
XObject
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable