org.xcmis.sp.jcr.exo
Class QueryableStorage
java.lang.Object
org.xcmis.sp.jcr.exo.StorageImpl
org.xcmis.sp.jcr.exo.QueryableStorage
- All Implemented Interfaces:
- Storage, TypeManager
public class QueryableStorage
- extends StorageImpl
Storage with implemented Storage.query(Query query) method.
| Methods inherited from class org.xcmis.sp.jcr.exo.StorageImpl |
addType, calculateAllowableActions, copyDocument, createDocument, createFolder, createJcrDate, createPolicy, createRelationship, deleteObject, deleteTree, getAllVersions, getChangeLog, getCheckedOutDocuments, getId, getIndexListener, getNodeType, getObjectById, getObjectByPath, getRenditions, getRepositoryInfo, getTypeChildren, getTypeDefinition, getUnfiledObjectsId, moveObject, removeType, setIndexListener, unfileObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryableStorage
public QueryableStorage(javax.jcr.Session session,
StorageConfiguration configuration,
SearchService searchService,
PermissionService permissionService)
- Parameters:
session - Sessionconfiguration - StorageConfigurationsearchService - the search service
QueryableStorage
public QueryableStorage(javax.jcr.Session session,
StorageConfiguration configuration,
RenditionManager renditionManager,
SearchService searchService,
PermissionService permissionService)
- Constructor.
- Parameters:
session - Sessionconfiguration - StorageConfigurationrenditionManager - RenditionManagersearchService - the search service
query
public ItemsIterator<Result> query(Query query)
throws InvalidArgumentException
- Description copied from class:
StorageImpl
-
- Specified by:
query in interface Storage- Overrides:
query in class StorageImpl
- Throws:
InvalidArgumentException- See Also:
StorageImpl.query(org.xcmis.spi.query.Query)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.