| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.commons.impl.jaxb | |
| org.apache.chemistry.opencmis.server.impl.webservices | 
| Modifier and Type | Field and Description | 
|---|---|
protected EnumIncludeRelationships | 
CmisQueryType.includeRelationships  | 
| Modifier and Type | Method and Description | 
|---|---|
static EnumIncludeRelationships | 
EnumIncludeRelationships.fromValue(String v)  | 
EnumIncludeRelationships | 
CmisQueryType.getIncludeRelationships()
Gets the value of the includeRelationships property. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Query.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetObjectParents.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetObjectOfLatestVersion.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetObjectByPath.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetObject.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetFolderTree.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetDescendants.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetChildren.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
void | 
GetCheckedOutDocs.setIncludeRelationships(javax.xml.bind.JAXBElement<EnumIncludeRelationships> value)
Sets the value of the includeRelationships property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CmisObjectListType | 
NavigationService.getCheckedOutDocs(String repositoryId,
                 String folderId,
                 String filter,
                 String orderBy,
                 Boolean includeAllowableActions,
                 EnumIncludeRelationships includeRelationships,
                 String renditionFilter,
                 BigInteger maxItems,
                 BigInteger skipCount,
                 CmisExtensionType extension)  | 
CmisObjectInFolderListType | 
NavigationService.getChildren(String repositoryId,
           String folderId,
           String filter,
           String orderBy,
           Boolean includeAllowableActions,
           EnumIncludeRelationships includeRelationships,
           String renditionFilter,
           Boolean includePathSegment,
           BigInteger maxItems,
           BigInteger skipCount,
           CmisExtensionType extension)  | 
List<CmisObjectInFolderContainerType> | 
NavigationService.getDescendants(String repositoryId,
              String folderId,
              BigInteger depth,
              String filter,
              Boolean includeAllowableActions,
              EnumIncludeRelationships includeRelationships,
              String renditionFilter,
              Boolean includePathSegment,
              CmisExtensionType extension)  | 
List<CmisObjectInFolderContainerType> | 
NavigationService.getFolderTree(String repositoryId,
             String folderId,
             BigInteger depth,
             String filter,
             Boolean includeAllowableActions,
             EnumIncludeRelationships includeRelationships,
             String renditionFilter,
             Boolean includePathSegment,
             CmisExtensionType extension)  | 
CmisObjectType | 
ObjectService.getObject(String repositoryId,
         String objectId,
         String filter,
         Boolean includeAllowableActions,
         EnumIncludeRelationships includeRelationships,
         String renditionFilter,
         Boolean includePolicyIds,
         Boolean includeAcl,
         CmisExtensionType extension)  | 
CmisObjectType | 
ObjectService.getObjectByPath(String repositoryId,
               String path,
               String filter,
               Boolean includeAllowableActions,
               EnumIncludeRelationships includeRelationships,
               String renditionFilter,
               Boolean includePolicyIds,
               Boolean includeAcl,
               CmisExtensionType extension)  | 
CmisObjectType | 
VersioningService.getObjectOfLatestVersion(String repositoryId,
                        String versionSeriesId,
                        Boolean major,
                        String filter,
                        Boolean includeAllowableActions,
                        EnumIncludeRelationships includeRelationships,
                        String renditionFilter,
                        Boolean includePolicyIds,
                        Boolean includeAcl,
                        CmisExtensionType extension)  | 
List<CmisObjectParentsType> | 
NavigationService.getObjectParents(String repositoryId,
                String objectId,
                String filter,
                Boolean includeAllowableActions,
                EnumIncludeRelationships includeRelationships,
                String renditionFilter,
                Boolean includeRelativePathSegment,
                CmisExtensionType extension)  | 
CmisObjectListType | 
DiscoveryService.query(String repositoryId,
     String statement,
     Boolean searchAllVersions,
     Boolean includeAllowableActions,
     EnumIncludeRelationships includeRelationships,
     String renditionFilter,
     BigInteger maxItems,
     BigInteger skipCount,
     CmisExtensionType extension)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.