Uses of Class
org.xcmis.spi.InvalidArgumentException

Packages that use InvalidArgumentException
org.xcmis.spi   
org.xcmis.spi.basic   
 

Uses of InvalidArgumentException in org.xcmis.spi
 

Methods in org.xcmis.spi that throw InvalidArgumentException
 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.
 

Uses of InvalidArgumentException in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that throw InvalidArgumentException
 ItemsIterator<Result> BasicStorage.query(Query query)
          Handle specified SQL query.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.