Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumIncludeRelationships

Packages that use EnumIncludeRelationships
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of EnumIncludeRelationships in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumIncludeRelationships
protected  EnumIncludeRelationships CmisQueryType.includeRelationships
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumIncludeRelationships
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> Query.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectParents.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectOfLatestVersion.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectByPath.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObject.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetFolderTree.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetDescendants.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetChildren.includeRelationships
           
protected  javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetCheckedOutDocs.includeRelationships
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumIncludeRelationships
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.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type EnumIncludeRelationships
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetCheckedOutDocsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetChildrenIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetDescendantsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetFolderTreeIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectByPathIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectOfLatestVersionIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectParentsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createQueryIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> Query.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectParents.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectOfLatestVersion.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObjectByPath.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetObject.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetFolderTree.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetDescendants.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetChildren.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> GetCheckedOutDocs.getIncludeRelationships()
          Gets the value of the includeRelationships property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumIncludeRelationships
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetCheckedOutDocsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetChildrenIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetDescendantsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetFolderTreeIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectByPathIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectOfLatestVersionIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createGetObjectParentsIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 javax.xml.bind.JAXBElement<EnumIncludeRelationships> ObjectFactory.createQueryIncludeRelationships(EnumIncludeRelationships value)
          Create an instance of JAXBElement<EnumIncludeRelationships>}
 CmisObjectListType NavigationServicePort.getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectInFolderListType NavigationServicePort.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> NavigationServicePort.getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 List<CmisObjectInFolderContainerType> NavigationServicePort.getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 CmisObjectType ObjectServicePort.getObject(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType ObjectServicePort.getObjectByPath(String repositoryId, String path, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 CmisObjectType VersioningServicePort.getObjectOfLatestVersion(String repositoryId, String objectId, Boolean major, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeACL, CmisExtensionType extension)
           
 List<CmisObjectParentsType> NavigationServicePort.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, CmisExtensionType extension)
           
 CmisObjectListType DiscoveryServicePort.query(String repositoryId, String statement, Boolean searchAllVersions, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 void CmisQueryType.setIncludeRelationships(EnumIncludeRelationships value)
          Sets the value of the includeRelationships property.
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumIncludeRelationships
 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.
 

Uses of EnumIncludeRelationships in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumIncludeRelationships
 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-2011 The Apache Software Foundation. All Rights Reserved.