Uses of Class
org.pentaho.commons.util.repository.type.TypesOfFileableObjects

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

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

Methods in org.pentaho.commons.util.repository with parameters of type TypesOfFileableObjects
 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)
           
 

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

Methods in org.pentaho.platform.util.client with parameters of type TypesOfFileableObjects
 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)