Uses of Class
org.xcmis.spi.FilterNotValidException

Packages that use FilterNotValidException
org.xcmis.spi   
 

Uses of FilterNotValidException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw FilterNotValidException
 List<CmisObject> Connection.getAllVersions(String versionSeriesId, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter)
          Get all documents in version series.
 List<CmisObject> Connection.getAppliedPolicies(String objectId, boolean includeObjectInfo, String propertyFilter)
          Gets the list of policies currently applied to the specified object.
 ItemsList<CmisObject> Connection.getCheckedOutDocs(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Documents that are checked out that the user has access to.
 ItemsList<CmisObject> Connection.getChildren(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Get the list of child objects contained in the specified folder.
 ItemsList<CmisObject> Connection.getContentChanges(ChangeLogTokenHolder changeLogToken, boolean includeProperties, String propertyFilter, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, int maxItems)
          Gets content changes.
 List<ItemsTree<CmisObject>> Connection.getDescendants(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant objects contained in the specified folder and any (according to depth) of its child-folders.
 CmisObject Connection.getFolderParent(String folderId, boolean includeObjectInfo, String propertyFilter)
          Get parent for specified folder.
 List<ItemsTree<CmisObject>> Connection.getFolderTree(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant folder objects contained in the specified folder and any (according to depth) of its child-folders.
 CmisObject Connection.getObject(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object.
 CmisObject Connection.getObjectByPath(String path, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object by specified path.
 CmisObject Connection.getObjectOfLatestVersion(String versionSeriesId, boolean major, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the latest Document object in the version series.
 List<ObjectParent> Connection.getObjectParents(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeRelativePathSegment, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Gets the parent folder(s) for the specified object.
 ItemsList<CmisObject> Connection.getObjectRelationships(String objectId, RelationshipDirection direction, String typeId, boolean includeSubRelationshipTypes, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter, int maxItems, int skipCount)
          Get all or a subset of relationships associated with an independent object.
 CmisObject Connection.getProperties(String objectId, boolean includeObjectInfo, String propertyFilter)
          Get object's properties.
 CmisObject Connection.getPropertiesOfLatestVersion(String versionSeriesId, boolean major, boolean includeObjectInfo, String propertyFilter)
          Get properties of latest version in version series.
 List<Rendition> Connection.getRenditions(String objectId, String renditionFilter, int maxItems, int skipCount)
          Get the list of associated Renditions for the specified object.
 ItemsList<CmisObject> Connection.query(String statement, boolean searchAllVersions, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeObjectInfo, String renditionFilter, int maxItems, int skipCount)
          Executes a CMIS-SQL query statement against the contents of the CMIS Storage.
 

Constructors in org.xcmis.spi that throw FilterNotValidException
PropertyFilter(String filterString)
          Construct new Property Filter.
RenditionFilter(String filterString)
          Construct new Rendition Filter.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.