|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDefinitionContainer | |
---|---|
org.apache.chemistry.opencmis.commons.definitions | OpenCMIS type and property definition interfaces. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.server.support |
Uses of TypeDefinitionContainer in org.apache.chemistry.opencmis.commons.definitions |
---|
Methods in org.apache.chemistry.opencmis.commons.definitions that return types with arguments of type TypeDefinitionContainer | |
---|---|
List<TypeDefinitionContainer> |
TypeDefinitionContainer.getChildren()
|
Uses of TypeDefinitionContainer in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type TypeDefinitionContainer | |
---|---|
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. |
Uses of TypeDefinitionContainer in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return TypeDefinitionContainer | |
---|---|
TypeDefinitionContainer |
TypeManager.getTypeById(String typeId)
return a type definition from the type definition id |
Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type TypeDefinitionContainer | |
---|---|
List<TypeDefinitionContainer> |
TypeManager.getRootTypes()
return a list of the root types as defined in the CMIS spec (for document, folder, policy and relationship |
Collection<TypeDefinitionContainer> |
TypeManager.getTypeDefinitionList()
return a list of all types known in this repository |
List<TypeDefinitionContainer> |
CmisServiceWrapper.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
ExtensionsData extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |