Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Collection

Packages that use Collection
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of Collection in com.qizx.api
 

Methods in com.qizx.api that return Collection
 Collection Collection.createChildCollection(String name)
          Creates a Collection direct child of this collection.
 Collection Library.createCollection(String absolutePath)
          Creates a new Collection.
 Collection Library.getCollection(String absolutePath)
          Gets a Collection by its path inside the Library.
 Collection LibraryMember.getParent()
          Returns the Collection that directly contains this member.
 Collection Library.getRootCollection()
          Returns the root collection of the Library.
 Collection PostCommitTrigger.CommitEvent.getUpdatedCollection(String path)
          Returns a non-null Collection descriptor if the collection with this path has been updated (i.e anything nested within the collection has changed).
 Collection Library.lockCollection(String path, int timeOutMillis)
          Locks a Collection to initiate a safe concurrent update.
 


© 2010 Axyana Software