Uses of Class
org.outerj.daisy.repository.VariantKey

Packages that use VariantKey
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
org.outerj.daisy.repository.acl API for dealing with the Access Control functionality. 
org.outerj.daisy.repository.comment API for dealing with document comments. 
org.outerj.daisy.repository.query API for querying the repository using the Daisy Query Language. 
 

Uses of VariantKey in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return VariantKey
 VariantKey[] VariantKeys.getArray()
           
 VariantKey Document.getVariantKey()
           
 

Methods in org.outerj.daisy.repository with parameters of type VariantKey
 Document Repository.getDocument(VariantKey key, boolean updateable)
           
 void Repository.deleteVariant(VariantKey variantKey)
          Deletes a document variant permanently (unrecoverable) from the repository.
 

Constructors in org.outerj.daisy.repository with parameters of type VariantKey
VariantKeys(VariantKey[] variantKeys)
           
 

Uses of VariantKey in org.outerj.daisy.repository.acl
 

Methods in org.outerj.daisy.repository.acl that return VariantKey
 VariantKey[] AccessManager.filterDocuments(VariantKey[] variantKeys)
          Filters the given list of document variants so that only document variants to which the current user has access remains.
 

Methods in org.outerj.daisy.repository.acl with parameters of type VariantKey
 AclResultInfo AccessManager.getAclInfoOnLive(long userId, long[] roleIds, VariantKey key)
          Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the live ACL.
 AclResultInfo AccessManager.getAclInfoOnStaging(long userId, long[] roleIds, VariantKey key)
          Gets ACL info for the specified user acting in the specified role, for the specified document variant, by evaluating the staging ACL.
 VariantKey[] AccessManager.filterDocuments(VariantKey[] variantKeys)
          Filters the given list of document variants so that only document variants to which the current user has access remains.
 

Uses of VariantKey in org.outerj.daisy.repository.comment
 

Methods in org.outerj.daisy.repository.comment with parameters of type VariantKey
 Comments CommentManager.getComments(VariantKey variantKey)
           
 

Uses of VariantKey in org.outerj.daisy.repository.query
 

Methods in org.outerj.daisy.repository.query that return VariantKey
 VariantKey[] QueryManager.performQueryReturnKeys(java.lang.String query, java.util.Locale locale)
          Executes a query and returns the keys of the matching document variants.
 VariantKey[] QueryManager.performQueryReturnKeys(java.lang.String query, java.lang.String extraCond, java.util.Locale locale)
          Executes a query and returns the keys of the matching document variants.
 



Copyright © -2005 . All Rights Reserved.