Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.LibraryMemberIterator

Packages that use LibraryMemberIterator
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.apps.restapi HTTP client for the Qizx REST API. 
 

Uses of LibraryMemberIterator in com.qizx.api
 

Methods in com.qizx.api that return LibraryMemberIterator
 LibraryMemberIterator PostCommitTrigger.CommitEvent.createdDocuments()
          Returns an iterator on documents created in the transaction.
 LibraryMemberIterator PostCommitTrigger.CommitEvent.deletedDocuments()
          Returns an iterator on documents deleted in the transaction.
 LibraryMemberIterator Collection.getChildren()
          Returns an iterator over members (Documents and Collections) directly contained in this Collection.
 LibraryMemberIterator Collection.getChildren(LibraryMemberFilter filter)
          Returns an iterator over members directly contained in this Collection and accepted by the specified filter.
 LibraryMemberIterator Collection.queryProperties(Expression query)
          Returns an iterator over descendant Documents and Collections whose properties match a boolean XQuery expression.
 LibraryMemberIterator LibraryMemberIterator.reborn()
          Returns a clone of the iterator in its initial state.
 LibraryMemberIterator PostCommitTrigger.CommitEvent.updatedCollections()
          Returns an iterator on collections whose contents have changed in the transaction.
 LibraryMemberIterator PostCommitTrigger.CommitEvent.updatedDocuments()
          Returns an iterator on documents whose contents have changed in the transaction.
 

Methods in com.qizx.api with parameters of type LibraryMemberIterator
 void Expression.bindImplicitCollection(LibraryMemberIterator roots)
          Defines the Implicit Collection as a set of Documents defined by a query.
 

Uses of LibraryMemberIterator in com.qizx.apps.restapi
 

Methods in com.qizx.apps.restapi that return LibraryMemberIterator
 LibraryMemberIterator RestAPIConnection.getChildren(String collectionPath, int limit)
          Returns children of Collection: documents or collections as an iterator.
 LibraryMemberIterator RestAPIConnection.getMembers(String path, int depth, String[] properties)
          Returns an iterator over XML Library members
 LibraryMemberIterator RestAPIConnection.queryProp(String path, String query, String[] properties)
          Looks for Library members matching a query on metadata properties.
 


© 2010 Axyana Software