|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDefinition | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
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.jcr | |
org.apache.chemistry.opencmis.jcr.query | |
org.apache.chemistry.opencmis.server.support | |
org.apache.chemistry.opencmis.server.support.query | |
org.apache.chemistry.opencmis.tck.impl |
Uses of TypeDefinition in org.apache.chemistry.opencmis.client.api |
---|
Subinterfaces of TypeDefinition in org.apache.chemistry.opencmis.client.api | |
---|---|
interface |
DocumentType
Document Object Type. |
interface |
FolderType
Folder Object Type. |
interface |
ObjectType
Object Type. |
interface |
PolicyType
Policy Object Type. |
interface |
RelationshipType
Relationship Object Type. |
Methods in org.apache.chemistry.opencmis.client.api with parameters of type TypeDefinition | |
---|---|
ObjectType |
ObjectFactory.convertTypeDefinition(TypeDefinition typeDefinition)
|
Uses of TypeDefinition in org.apache.chemistry.opencmis.commons.definitions |
---|
Subinterfaces of TypeDefinition in org.apache.chemistry.opencmis.commons.definitions | |
---|---|
interface |
DocumentTypeDefinition
|
interface |
FolderTypeDefinition
|
interface |
PolicyTypeDefinition
|
interface |
RelationshipTypeDefinition
|
Methods in org.apache.chemistry.opencmis.commons.definitions that return TypeDefinition | |
---|---|
TypeDefinition |
TypeDefinitionContainer.getTypeDefinition()
|
Methods in org.apache.chemistry.opencmis.commons.definitions that return types with arguments of type TypeDefinition | |
---|---|
List<TypeDefinition> |
TypeDefinitionList.getList()
|
Uses of TypeDefinition in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi that return TypeDefinition | |
---|---|
TypeDefinition |
RepositoryService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension)
Gets the definition of the specified object type. |
Uses of TypeDefinition in org.apache.chemistry.opencmis.jcr |
---|
Methods in org.apache.chemistry.opencmis.jcr that return TypeDefinition | |
---|---|
static TypeDefinition |
JcrTypeManager.copyTypeDefinition(TypeDefinition type)
|
TypeDefinition |
JcrTypeManager.getType(String typeId)
|
TypeDefinition |
JcrTypeManager.getTypeByQueryName(String typeQueryName)
|
TypeDefinition |
JcrRepository.getTypeDefinition(javax.jcr.Session session,
String typeId)
See CMIS 1.0 section 2.2.2.5 getTypeDefinition |
TypeDefinition |
JcrService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension)
|
Methods in org.apache.chemistry.opencmis.jcr with parameters of type TypeDefinition | |
---|---|
boolean |
JcrTypeManager.addType(TypeDefinition type)
Adds a type to collection with inheriting base type properties. |
static TypeDefinition |
JcrTypeManager.copyTypeDefinition(TypeDefinition type)
|
IdentifierMap |
JcrNodeFactory.getIdentifierMap(TypeDefinition fromType)
Return a IdentifierMap for the given CMIS type. |
String |
JcrTypeManager.getPropertyIdForQueryName(TypeDefinition typeDefinition,
String propQueryName)
|
static boolean |
JcrTypeManager.isVersionable(TypeDefinition typeDef)
|
Uses of TypeDefinition in org.apache.chemistry.opencmis.jcr.query |
---|
Methods in org.apache.chemistry.opencmis.jcr.query with parameters of type TypeDefinition | |
---|---|
protected String |
QueryTranslator.buildElementTest(TypeDefinition fromType)
Build a XPath element test for the given CMIS type. |
protected String |
QueryTranslator.buildOrderByClause(TypeDefinition fromType,
List<QueryObject.SortSpec> orderBys)
Build a XPath order by clause for the given CMIS type and a list of QueryObject.SortSpec s. |
protected String |
QueryTranslator.buildPathExpression(TypeDefinition fromType,
String folderPredicate)
Build a XPath path expression for the CMIS type queried for and a folder predicate. |
protected String |
QueryTranslator.buildPredicates(TypeDefinition fromType,
String condition)
Build a XPath predicate for the given CMIS type and an additional condition. |
protected abstract String |
QueryTranslator.jcrPathFromCol(TypeDefinition fromType,
String name)
Map a column name in the CMIS query to the corresponding relative JCR path. |
protected abstract String |
QueryTranslator.jcrTypeCondition(TypeDefinition fromType)
Create and additional condition in order for the query to only return nodes of the right type. |
protected abstract String |
QueryTranslator.jcrTypeName(TypeDefinition fromType)
Map a CMIS type to the corresponding JCR type name. |
Uses of TypeDefinition in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return TypeDefinition | |
---|---|
TypeDefinition |
TypeManager.getTypeByQueryName(String typeQueryName)
return a type definition from the type query name or null if not found |
TypeDefinition |
CmisServiceWrapper.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension)
|
Methods in org.apache.chemistry.opencmis.server.support with parameters of type TypeDefinition | ||
---|---|---|
String |
TypeManager.getPropertyIdForQueryName(TypeDefinition typeDefinition,
String propQueryName)
retrieve the property id from a type for a given property query name |
|
static boolean |
TypeValidator.typeContainsProperty(TypeDefinition typeDef,
String propertyId)
|
|
static boolean |
TypeValidator.typeContainsPropertyWithQueryName(TypeDefinition typeDef,
String propertyQueryName)
|
|
static void |
TypeValidator.validateAllowedChildObjectTypes(TypeDefinition childTypeDef,
List<String> allowedChildTypes)
|
|
static
|
TypeValidator.validateProperties(TypeDefinition typeDef,
Properties properties,
boolean checkMandatory)
|
Uses of TypeDefinition in org.apache.chemistry.opencmis.server.support.query |
---|
Methods in org.apache.chemistry.opencmis.server.support.query that return TypeDefinition | |
---|---|
TypeDefinition |
QueryObject.getMainFromName()
|
TypeDefinition |
QueryObject.getParentType(String typeId)
|
TypeDefinition |
QueryObject.getParentType(TypeDefinition td)
|
TypeDefinition |
ColumnReference.getTypeDefinition()
|
TypeDefinition |
QueryObject.getTypeDefinitionFromQueryName(String queryName)
|
Methods in org.apache.chemistry.opencmis.server.support.query with parameters of type TypeDefinition | |
---|---|
TypeDefinition |
QueryObject.getParentType(TypeDefinition td)
|
void |
ColumnReference.setTypeDefinition(String propertyId,
TypeDefinition typeDef)
|
protected void |
QueryObject.validateColumnReferenceAndResolveType(TypeDefinition td,
ColumnReference colRef)
|
Uses of TypeDefinition in org.apache.chemistry.opencmis.tck.impl |
---|
Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type TypeDefinition | |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(TypeDefinition expected,
TypeDefinition actual,
CmisTestResult success,
CmisTestResult failure)
|
CmisTestResult |
AbstractSessionTest.CmisPropertyDefintion.check(TypeDefinition type)
|
protected CmisTestResult |
AbstractSessionTest.checkTypeDefinition(Session session,
TypeDefinition type,
String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |