public interface XObject
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
After rule evaluation this method will be called by the ruleengine.
|
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.
|
int toXml()
void setXml(int xml)
int toOriginalXml()
int getMetadata()
void cleanUp()
java.lang.String getIdentifier()