Uses of Class
org.xcmis.client.gwt.model.EnumIncludeRelationships

Packages that use EnumIncludeRelationships
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.actions   
org.xcmis.client.gwt.service.navigation   
org.xcmis.client.gwt.service.object   
org.xcmis.client.gwt.service.policy   
 

Uses of EnumIncludeRelationships in org.xcmis.client.gwt.model
 

Methods in org.xcmis.client.gwt.model that return EnumIncludeRelationships
static EnumIncludeRelationships EnumIncludeRelationships.fromValue(String v)
           
static EnumIncludeRelationships EnumIncludeRelationships.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumIncludeRelationships[] EnumIncludeRelationships.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumIncludeRelationships in org.xcmis.client.gwt.model.actions
 

Fields in org.xcmis.client.gwt.model.actions declared as EnumIncludeRelationships
protected  EnumIncludeRelationships Query.includeRelationships
          Include relationships.
 

Methods in org.xcmis.client.gwt.model.actions that return EnumIncludeRelationships
 EnumIncludeRelationships Query.getIncludeRelationships()
           
 

Methods in org.xcmis.client.gwt.model.actions with parameters of type EnumIncludeRelationships
 void Query.setIncludeRelationships(EnumIncludeRelationships value)
           
 

Uses of EnumIncludeRelationships in org.xcmis.client.gwt.service.navigation
 

Methods in org.xcmis.client.gwt.service.navigation with parameters of type EnumIncludeRelationships
 void NavigationService.getCheckedOut(String url, String folderId, int maxItems, int skipCount, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions)
          Gets the list of documents that are checked out that the user has access to.
 void NavigationService.getChildren(String url, int maxItems, int skipCount, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions, boolean includePathSegment)
          Gets the list of child objects contained in the specified folder.
 void NavigationService.getDescendants(String url, int depth, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions, boolean includePathSegment)
          Gets the set of descendant objects contained in the specified folder or any of its childfolders.
 void NavigationService.getFolderTree(String url, int depth, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions, boolean includePathSegment)
          Gets the set of descendant folder objects contained in the specified folder.
 void NavigationService.getNextPage(String url, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions, boolean includePathSegment)
          To support paging and get next page with items.
 void NavigationService.getObjectParents(String url, String filter, EnumIncludeRelationships includeRelationships, String renditionFilter, boolean includeAllowableActions, boolean includeRelativePathSegment)
          Gets the parent folder(s) for the specified non-folder, fileable object.
 

Uses of EnumIncludeRelationships in org.xcmis.client.gwt.service.object
 

Methods in org.xcmis.client.gwt.service.object with parameters of type EnumIncludeRelationships
 void ObjectService.getObject(String url, String filter, EnumIncludeRelationships includeRelationships, boolean includePolicyIds, String renditionFilter, boolean includeACL, boolean includeAllowableActions)
          Gets the specified information for the Object.
 

Uses of EnumIncludeRelationships in org.xcmis.client.gwt.service.policy
 

Methods in org.xcmis.client.gwt.service.policy with parameters of type EnumIncludeRelationships
 void PolicyService.getAllPolicies(String url, String repositoryId, boolean searchAllVersions, boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Long maxItems, Long skipCount)
          Get all policies from repository.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.