Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
FilterCmisService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryServiceImpl.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryServiceImpl.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryServiceImpl.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryServiceImpl.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryServiceImpl.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
TypeDefinitionContainer.getChildren()
Returns direct children of the type definition at this level.
|
Modifier and Type | Method and Description |
---|---|
static List<TypeDefinitionContainer> |
WSConverter.convertTypeContainerList(List<CmisTypeContainer> typeContainers)
Converts a type container list.
|
static List<TypeDefinitionContainer> |
JSONConverter.convertTypeDescendants(List<Object> json)
Converts a type definition list.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
JSONConverter.convert(TypeDefinitionContainer container)
Converts a type definition container.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSConverter.convertTypeContainerList(List<TypeDefinitionContainer> typeContainers,
List<CmisTypeContainer> target)
Converts a type container list.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeDefinitionContainerImpl
TypeDefinitionContainer implementation.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
TypeDefinitionContainerImpl.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
TypeDefinitionContainerImpl.setChildren(List<TypeDefinitionContainer> children) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
AbstractCmisService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension)
Returns the set of descendant object type defined for the repository
under the specified type.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
RepositoryService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension)
Returns the set of descendant object type defined for the repository
under the specified type.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
FileShareTypeManager.getTypeDescendants(CallContext context,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions) |
List<TypeDefinitionContainer> |
FileShareRepository.getTypeDescendants(CallContext context,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions)
CMIS getTypesDescendants.
|
List<TypeDefinitionContainer> |
FileShareCmisService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionContainer |
TypeManagerImpl.getTypeById(String typeId) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
TypeManagerImpl.getRootTypes() |
Collection<TypeDefinitionContainer> |
TypeManagerImpl.getTypeDefinitionList() |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
InMemoryRepositoryServiceImpl.getTypeDescendants(CallContext context,
String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
List<TypeDefinitionContainer> |
InMemoryService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionContainer |
StoreManager.getTypeById(String repositoryId,
String typeId)
Retrieve a type definition for a give repository and type id.
|
TypeDefinitionContainer |
StoreManager.getTypeById(String repositoryId,
String typeId,
boolean includePropertyDefinitions,
int depth)
Retrieve a type definition for a give repository and type id with or
without property definitions and limited to depth in hierarchy.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
StoreManager.getRootTypes(String repositoryId,
boolean inclPropDefs)
Retrieve a list of root types in the repositories.
|
Collection<TypeDefinitionContainer> |
StoreManager.getTypeDefinitionList(String repositoryId,
boolean includePropertyDefinitions)
Retrieve a list with all type definitions.
|
Modifier and Type | Method and Description |
---|---|
static TypeDefinitionContainer |
StoreManagerImpl.cloneTypeList(int depth,
boolean includePropertyDefinitions,
TypeDefinitionContainer tdc,
TypeDefinitionContainer parent)
traverse tree and replace each need node with a clone.
|
TypeDefinitionContainer |
StoreManagerImpl.getTypeById(String repositoryId,
String typeId) |
TypeDefinitionContainer |
StoreManagerImpl.getTypeById(String repositoryId,
String typeId,
boolean includePropertyDefinitions,
int depthParam) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
StoreManagerImpl.getRootTypes(String repositoryId,
boolean includePropertyDefinitions) |
Collection<TypeDefinitionContainer> |
StoreManagerImpl.getTypeDefinitionList(String repositoryId,
boolean includePropertyDefinitions) |
Modifier and Type | Method and Description |
---|---|
static TypeDefinitionContainer |
StoreManagerImpl.cloneTypeList(int depth,
boolean includePropertyDefinitions,
TypeDefinitionContainer tdc,
TypeDefinitionContainer parent)
traverse tree and replace each need node with a clone.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionContainer |
JcrTypeManager.getTypeById(String typeId) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
JcrTypeManager.getRootTypes() |
Collection<TypeDefinitionContainer> |
JcrTypeManager.getTypeDefinitionList() |
List<TypeDefinitionContainer> |
JcrService.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
List<TypeDefinitionContainer> |
JcrRepository.getTypesDescendants(javax.jcr.Session session,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions)
See CMIS 1.0 section 2.2.2.4 getTypeDescendants
|
List<TypeDefinitionContainer> |
JcrTypeManager.getTypesDescendants(String typeId,
BigInteger depth,
Boolean includePropertyDefinitions)
See CMIS 1.0 section 2.2.2.4 getTypeDescendants
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAtomPubServiceCall.writeTypeEntry(AtomEntry entry,
TypeDefinition type,
List<TypeDefinitionContainer> children,
String repositoryId,
UrlBuilder baseUrl,
boolean isRoot,
CmisVersion cmisVersion)
Writes the a type entry.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionContainer |
TypeDefinitionFactory.createTypeDefinitionContainer(TypeDefinition typeDef,
List<TypeDefinitionContainer> children)
Creates a type definition container.
|
TypeDefinitionContainer |
TypeManager.getTypeById(String typeId)
return a type definition from the type definition id
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
TypeDefinitionFactory.createTypeDescendants(Map<String,TypeDefinition> allTypes,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions)
|
List<TypeDefinitionContainer> |
TypeDefinitionFactory.createTypeDescendants(Map<String,TypeDefinition> allTypes,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisVersion cmisVersion)
|
List<TypeDefinitionContainer> |
TypeManager.getRootTypes()
return a list of the root types as defined in the CMIS spec (for
document, folder, policy and relationship
Note: This method is not needed for the query parser.
|
Collection<TypeDefinitionContainer> |
TypeManager.getTypeDefinitionList()
return a list of all types known in this repository
Note: This method is not needed for the query parser.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinitionContainer |
TypeDefinitionFactory.createTypeDefinitionContainer(TypeDefinition typeDef,
List<TypeDefinitionContainer> children)
Creates a type definition container.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionContainer> |
SimpleLoggingCmisServiceWrapper.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
List<TypeDefinitionContainer> |
ConformanceCmisServiceWrapper.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
List<TypeDefinitionContainer> |
AbstractCmisServiceWrapper.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.