Uses of Class
org.xcmis.spi.model.IncludeRelationships

Packages that use IncludeRelationships
org.xcmis.spi   
org.xcmis.spi.model   
 

Uses of IncludeRelationships in org.xcmis.spi
 

Methods in org.xcmis.spi with parameters of type IncludeRelationships
 ItemsList<CmisObject> Connection.getCheckedOutDocs(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Documents that are checked out that the user has access to.
 ItemsList<CmisObject> Connection.getChildren(String folderId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter, String orderBy, int maxItems, int skipCount)
          Get the list of child objects contained in the specified folder.
protected  CmisObject Connection.getCmisObject(ObjectData object, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIds, boolean includeACL, boolean includeObjectInfo, PropertyFilter parsedPropertyFilter, RenditionFilter parsedRenditionFilter)
           
 List<ItemsTree<CmisObject>> Connection.getDescendants(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant objects contained in the specified folder and any (according to depth) of its child-folders.
 List<ItemsTree<CmisObject>> Connection.getFolderTree(String folderId, int depth, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePathSegments, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the collection of descendant folder objects contained in the specified folder and any (according to depth) of its child-folders.
 CmisObject Connection.getObject(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object.
 CmisObject Connection.getObjectByPath(String path, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get object by specified path.
 CmisObject Connection.getObjectOfLatestVersion(String versionSeriesId, boolean major, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includePolicyIDs, boolean includeAcl, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Get the latest Document object in the version series.
 List<ObjectParent> Connection.getObjectParents(String objectId, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeRelativePathSegment, boolean includeObjectInfo, String propertyFilter, String renditionFilter)
          Gets the parent folder(s) for the specified object.
 ItemsList<CmisObject> Connection.query(String statement, boolean searchAllVersions, boolean includeAllowableActions, IncludeRelationships includeRelationships, boolean includeObjectInfo, String renditionFilter, int maxItems, int skipCount)
          Executes a CMIS-SQL query statement against the contents of the CMIS Storage.
 

Uses of IncludeRelationships in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return IncludeRelationships
static IncludeRelationships IncludeRelationships.fromValue(String value)
           
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.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.