Uses of Class
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships

Packages that use IncludeRelationships
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of IncludeRelationships in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return IncludeRelationships
 IncludeRelationships OperationContext.getIncludeRelationships()
          Returns which relationships should be returned.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type IncludeRelationships
 OperationContext Session.createOperationContext(Set<String> filter, boolean includeAcls, boolean includeAllowableActions, boolean includePolicies, IncludeRelationships includeRelationships, Set<String> renditionFilter, boolean includePathSegments, String orderBy, boolean cacheEnabled, int maxItemsPerPage)
          Creates a new operation context object with the given properties.
 void OperationContext.setIncludeRelationships(IncludeRelationships include)
          Sets which relationships should be returned.
 

Uses of IncludeRelationships in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return IncludeRelationships
static IncludeRelationships IncludeRelationships.fromValue(String v)
           
static IncludeRelationships IncludeRelationships.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IncludeRelationships[] IncludeRelationships.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IncludeRelationships in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type IncludeRelationships
 ObjectList NavigationService.getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Gets the list of documents that are checked out that the user has access to.
 ObjectInFolderList NavigationService.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Gets the list of child objects contained in the specified folder.
 List<ObjectInFolderContainer> NavigationService.getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension)
          Gets the set of descendant objects contained in the specified folder or any of its child folders.
 List<ObjectInFolderContainer> NavigationService.getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension)
          Gets the set of descendant folder objects contained in the specified folder.
 ObjectData ObjectService.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Gets the specified information for the object specified by id.
 ObjectData ObjectService.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Gets the specified information for the object specified by path.
 ObjectData VersioningService.getObjectOfLatestVersion(String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Get the latest document object in the version series.
 List<ObjectParentData> NavigationService.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension)
          Gets the parent folder(s) for the specified non-folder, fileable object.
 ObjectList DiscoveryService.query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Executes a CMIS query statement against the contents of the repository.
 

Uses of IncludeRelationships in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return IncludeRelationships
protected  IncludeRelationships CmisServiceWrapper.getDefault(IncludeRelationships value)
          Returns the IncludeRelationships.NONE if value is null.
 

Methods in org.apache.chemistry.opencmis.server.support with parameters of type IncludeRelationships
 ObjectList CmisServiceWrapper.getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 ObjectInFolderList CmisServiceWrapper.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
protected  IncludeRelationships CmisServiceWrapper.getDefault(IncludeRelationships value)
          Returns the IncludeRelationships.NONE if value is null.
 List<ObjectInFolderContainer> CmisServiceWrapper.getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension)
           
 List<ObjectInFolderContainer> CmisServiceWrapper.getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 ObjectData CmisServiceWrapper.getObjectOfLatestVersion(String repositoryId, String objectId, String versionSeriesId, Boolean major, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
           
 List<ObjectParentData> CmisServiceWrapper.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension)
           
 ObjectList CmisServiceWrapper.query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.