| java.lang.Object org.drools.repository.Item
All known Subclasses: org.drools.repository.StateItem, org.drools.repository.CategoryItem, org.drools.repository.VersionableItem,
Item | abstract public class Item (Code) | | The item class is used to abstract away the underlying details of the JCR repository.
author: btruitt |
node | protected Node node(Code) | | The node within the repository that this item corresponds to
|
rulesRepository | protected RulesRepository rulesRepository(Code) | | The RulesRepository object that this object was created from
|
Item | public Item(RulesRepository rulesRepository, Node node)(Code) | | Sets the item object's node attribute to the specified node
Parameters: rulesRepository - the RulesRepository object that this object is being created from Parameters: node - the node in the repository that this item corresponds to |
getNode | public Node getNode()(Code) | | gets the node in the repository that this item is associated with
the node in the repository that this item is associated with |
getRulesRepository | public RulesRepository getRulesRepository()(Code) | | the RulesRepository object that this object was instantiated from |
hashCode | public int hashCode()(Code) | | |
|
|