org.xcmis.wssoap.impl
Class RepositoryServicePortImpl
java.lang.Object
org.xcmis.wssoap.impl.RepositoryServicePortImpl
- All Implemented Interfaces:
- RepositoryServicePort
public class RepositoryServicePortImpl
- extends Object
- implements RepositoryServicePort
- Version:
- $Id: RepositoryServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
- Author:
- Max Shaposhnik
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryServicePortImpl
public RepositoryServicePortImpl()
- Constructs instance of
RepositoryServicePortImpl .
getRepositories
public List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension)
throws CmisException
-
- Specified by:
getRepositories in interface RepositoryServicePort
- Throws:
CmisException
getRepositoryInfo
public CmisRepositoryInfoType getRepositoryInfo(String repositoryId,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
getRepositoryInfo in interface RepositoryServicePort
- Throws:
CmisException
getTypeChildren
public CmisTypeDefinitionListType getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
getTypeChildren in interface RepositoryServicePort
- Throws:
CmisException
getTypeDefinition
public CmisTypeDefinitionType getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
getTypeDefinition in interface RepositoryServicePort
- Throws:
CmisException
getTypeDescendants
public List<CmisTypeContainer> getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension)
throws CmisException
-
- Specified by:
getTypeDescendants in interface RepositoryServicePort
- Throws:
CmisException
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.