Uses of Class
org.pentaho.commons.util.repository.exception.FilterNotValidException

Packages that use FilterNotValidException
org.pentaho.commons.util.repository   
org.pentaho.platform.util.client   
 

Uses of FilterNotValidException in org.pentaho.commons.util.repository
 

Methods in org.pentaho.commons.util.repository that throw FilterNotValidException
 GetCheckedoutDocsResponse INavigationService.getCheckedoutDocs(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> INavigationService.getChildren(String repositoryId, String folderId, TypesOfFileableObjects type, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> INavigationService.getDescendants(String repositoryId, String folderId, TypesOfFileableObjects type, int depth, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 List<CmisObject> INavigationService.getFolderParent(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 List<CmisObject> INavigationService.getObjectParent(String repositoryId, String objectId, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 

Uses of FilterNotValidException in org.pentaho.platform.util.client
 

Methods in org.pentaho.platform.util.client that throw FilterNotValidException
 GetCheckedoutDocsResponse BiPlatformRepositoryClientNavigationService.getCheckedoutDocs(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getChildren(String repositoryId, String folderId, TypesOfFileableObjects type, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getDescendants(String repositoryId, String folderId, TypesOfFileableObjects type, int depth, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getFolderParent(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getObjectParent(String repositoryId, String objectId, String filter, boolean includeAllowableActions, boolean includeRelationships)