Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
FilterCmisService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryServiceImpl.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryServiceImpl.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryServiceImpl.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryServiceImpl.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryServiceImpl.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
static TypeDefinitionList |
WSConverter.convert(CmisTypeDefinitionListType typeList)
Converts a type list.
|
static TypeDefinitionList |
JSONConverter.convertTypeChildren(Map<String,Object> json)
Converts a type definition list.
|
Modifier and Type | Method and Description |
---|---|
static CmisTypeDefinitionListType |
WSConverter.convert(TypeDefinitionList typeList)
Converts a type list.
|
static JSONObject |
JSONConverter.convert(TypeDefinitionList list)
Converts a type definition list.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeDefinitionListImpl
TypeDefinitionList implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract TypeDefinitionList |
AbstractCmisService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Returns the list of object types defined for the repository that are
children of the specified type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
RepositoryService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Returns the list of object types defined for the repository that are
children of the specified type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
FileShareTypeManager.getTypeChildren(CallContext context,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount) |
TypeDefinitionList |
FileShareRepository.getTypeChildren(CallContext context,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
CMIS getTypesChildren.
|
TypeDefinitionList |
FileShareCmisService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
InMemoryRepositoryServiceImpl.getTypeChildren(CallContext context,
String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
TypeDefinitionList |
InMemoryService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
JcrRepository.getTypeChildren(javax.jcr.Session session,
String typeId,
boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
See CMIS 1.0 section 2.2.2.3 getTypeChildren
|
TypeDefinitionList |
JcrTypeManager.getTypeChildren(String typeId,
boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
See CMIS 1.0 section 2.2.2.3 getTypeChildren
|
TypeDefinitionList |
JcrService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
DummyService.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
TypeDefinitionFactory.createTypeDefinitionList(List<TypeDefinition> list,
boolean hasMoreItems,
BigInteger numItems)
Creates a type definition list.
|
TypeDefinitionList |
TypeDefinitionFactory.createTypeDefinitionList(Map<String,TypeDefinition> allTypes,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
|
TypeDefinitionList |
TypeDefinitionFactory.createTypeDefinitionList(Map<String,TypeDefinition> allTypes,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisVersion cmisVersion)
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionList |
SimpleLoggingCmisServiceWrapper.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
TypeDefinitionList |
ConformanceCmisServiceWrapper.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
TypeDefinitionList |
AbstractCmisServiceWrapper.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectGenerator.createTypes(TypeDefinitionList typeDefList) |
static MultiThreadedObjectGenerator.ObjectGeneratorRunner |
MultiThreadedObjectGenerator.prepareForCreateTypes(CmisBinding provider,
String repoId,
TypeDefinitionList typeDefList) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.