org.apache.chemistry.opencmis.commons.impl.jaxb
Interface RepositoryServicePort

All Known Implementing Classes:
RepositoryService

public interface RepositoryServicePort

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1


Method Summary
 List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension)
           
 CmisRepositoryInfoType getRepositoryInfo(String repositoryId, CmisExtensionType extension)
           
 CmisTypeDefinitionListType getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisTypeDefinitionType getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension)
           
 List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 

Method Detail

getRepositories

@RequestWrapper(localName="getRepositories",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositories")
@ResponseWrapper(localName="getRepositoriesResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoriesResponse")
List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension)
                                              throws CmisException
Parameters:
extension -
Returns:
returns java.util.List
Throws:
CmisException

getRepositoryInfo

@RequestWrapper(localName="getRepositoryInfo",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfo")
@ResponseWrapper(localName="getRepositoryInfoResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetRepositoryInfoResponse")
CmisRepositoryInfoType getRepositoryInfo(String repositoryId,
                                                                        CmisExtensionType extension)
                                         throws CmisException
Parameters:
extension -
repositoryId -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRepositoryInfoType
Throws:
CmisException

getTypeChildren

@RequestWrapper(localName="getTypeChildren",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeChildren")
@ResponseWrapper(localName="getTypeChildrenResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeChildrenResponse")
CmisTypeDefinitionListType getTypeChildren(String repositoryId,
                                                                          String typeId,
                                                                          Boolean includePropertyDefinitions,
                                                                          BigInteger maxItems,
                                                                          BigInteger skipCount,
                                                                          CmisExtensionType extension)
                                           throws CmisException
Parameters:
extension -
skipCount -
maxItems -
typeId -
repositoryId -
includePropertyDefinitions -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionListType
Throws:
CmisException

getTypeDescendants

@RequestWrapper(localName="getTypeDescendants",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDescendants")
@ResponseWrapper(localName="getTypeDescendantsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDescendantsResponse")
List<CmisTypeContainer> getTypeDescendants(String repositoryId,
                                                                          String typeId,
                                                                          BigInteger depth,
                                                                          Boolean includePropertyDefinitions,
                                                                          CmisExtensionType extension)
                                           throws CmisException
Parameters:
extension -
typeId -
repositoryId -
includePropertyDefinitions -
depth -
Returns:
returns java.util.List
Throws:
CmisException

getTypeDefinition

@RequestWrapper(localName="getTypeDefinition",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDefinition")
@ResponseWrapper(localName="getTypeDefinitionResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.GetTypeDefinitionResponse")
CmisTypeDefinitionType getTypeDefinition(String repositoryId,
                                                                        String typeId,
                                                                        CmisExtensionType extension)
                                         throws CmisException
Parameters:
extension -
typeId -
repositoryId -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionType
Throws:
CmisException


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