|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisTypeDefinitionListType | |
---|---|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.jaxb | |
org.apache.chemistry.opencmis.server.impl.webservices |
Uses of CmisTypeDefinitionListType in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return CmisTypeDefinitionListType | |
---|---|
static CmisTypeDefinitionListType |
Converter.convert(TypeDefinitionList typeList)
Converts a type list. |
Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisTypeDefinitionListType | |
---|---|
static TypeDefinitionList |
Converter.convert(CmisTypeDefinitionListType typeList)
Converts a type list. |
Uses of CmisTypeDefinitionListType in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisTypeDefinitionListType | |
---|---|
protected CmisTypeDefinitionListType |
GetTypeChildrenResponse.types
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisTypeDefinitionListType | |
---|---|
CmisTypeDefinitionListType |
ObjectFactory.createCmisTypeDefinitionListType()
Create an instance of CmisTypeDefinitionListType |
CmisTypeDefinitionListType |
RepositoryServicePort.getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
CmisTypeDefinitionListType |
GetTypeChildrenResponse.getTypes()
Gets the value of the types property. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisTypeDefinitionListType | |
---|---|
void |
GetTypeChildrenResponse.setTypes(CmisTypeDefinitionListType value)
Sets the value of the types property. |
Uses of CmisTypeDefinitionListType in org.apache.chemistry.opencmis.server.impl.webservices |
---|
Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisTypeDefinitionListType | |
---|---|
CmisTypeDefinitionListType |
RepositoryService.getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
CmisExtensionType extension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |