Uses of Class
org.pentaho.commons.util.repository.GetCheckedoutDocsResponse

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

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

Methods in org.pentaho.commons.util.repository that return GetCheckedoutDocsResponse
 GetCheckedoutDocsResponse INavigationService.getCheckedoutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 

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

Methods in org.pentaho.platform.util.client that return GetCheckedoutDocsResponse
 GetCheckedoutDocsResponse BiPlatformRepositoryClientNavigationService.getCheckedoutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)