|
||||||||||
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 | |
---|---|
java.util.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 | |
---|---|
java.util.List<TypeDefinitionContainer> |
RepositoryService.getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.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(java.lang.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 | |
---|---|
java.util.List<TypeDefinitionContainer> |
TypeManager.getRootTypes()
return a list of the root types as defined in the CMIS spec (for document, folder, policy and relationship |
java.util.Collection<TypeDefinitionContainer> |
TypeManager.getTypeDefinitionList()
return a list of all types known in this repository |
java.util.List<TypeDefinitionContainer> |
CmisServiceWrapper.getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.Boolean includePropertyDefinitions,
ExtensionsData extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |