Uses of Interface
org.pentaho.commons.util.repository.type.CmisObject

Packages that use CmisObject
org.pentaho.commons.util.repository   
org.pentaho.commons.util.repository.type   
org.pentaho.platform.util.client   
 

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

Methods in org.pentaho.commons.util.repository that return CmisObject
 CmisObject IObjectService.getProperties(String repositoryId, String objectId, ReturnVersion returnVersion, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 

Methods in org.pentaho.commons.util.repository that return types with arguments of type CmisObject
 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> GetCheckedoutDocsResponse.getDocs()
           
 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)
           
 

Methods in org.pentaho.commons.util.repository with parameters of type CmisObject
 String INavigationService.getRepositoryFilename(CmisObject object)
           
 String INavigationService.getRepositoryPath(CmisObject object)
           
 

Method parameters in org.pentaho.commons.util.repository with type arguments of type CmisObject
 void GetCheckedoutDocsResponse.setDocs(List<CmisObject> docs)
           
 

Uses of CmisObject in org.pentaho.commons.util.repository.type
 

Classes in org.pentaho.commons.util.repository.type that implement CmisObject
 class CmisObjectImpl
           
 

Methods in org.pentaho.commons.util.repository.type that return types with arguments of type CmisObject
 List<CmisObject> CmisObject.getChild()
           
 List<CmisObject> CmisObjectImpl.getChild()
           
 List<CmisObject> CmisObject.getRelationship()
           
 List<CmisObject> CmisObjectImpl.getRelationship()
           
 

Method parameters in org.pentaho.commons.util.repository.type with type arguments of type CmisObject
 void CmisObject.setChild(List<CmisObject> child)
           
 void CmisObjectImpl.setChild(List<CmisObject> child)
           
 void CmisObject.setRelationship(List<CmisObject> relationship)
           
 void CmisObjectImpl.setRelationship(List<CmisObject> relationship)
           
 

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

Methods in org.pentaho.platform.util.client that return CmisObject
 CmisObject BiPlatformRepositoryClientObjectService.getProperties(String arg0, String arg1, ReturnVersion arg2, String arg3, boolean arg4, boolean arg5)
           
 

Methods in org.pentaho.platform.util.client that return types with arguments of type CmisObject
 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)
           
 

Methods in org.pentaho.platform.util.client with parameters of type CmisObject
 String BiPlatformRepositoryClientNavigationService.getRepositoryFilename(CmisObject object)
           
 String BiPlatformRepositoryClientNavigationService.getRepositoryPath(CmisObject object)