Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
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.server.support | |
org.apache.chemistry.opencmis.server.support.query | |
org.apache.chemistry.opencmis.tck.impl | |
org.apache.chemistry.opencmis.tools.mapper | |
org.apache.chemistry.opencmis.tools.parser |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
FilterCmisService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension) |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentType
Document Object Type.
|
interface |
FolderType
Folder Object Type.
|
interface |
ObjectType
Object Type.
|
interface |
PolicyType
Policy Object Type.
|
interface |
RelationshipType
Relationship Object Type.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectFactory.convertTypeDefinition(TypeDefinition typeDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentTypeDefinition |
interface |
FolderTypeDefinition |
interface |
PolicyTypeDefinition |
interface |
RelationshipTypeDefinition |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
TypeDefinitionContainer.getTypeDefinition() |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinition> |
TypeDefinitionList.getList() |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
RepositoryService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension)
Gets the definition of the specified object type.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.validateAcl(TypeDefinition typeDef,
Acl addACEs,
Acl removeACEs) |
static void |
TypeValidator.validateAllowedChildObjectTypes(TypeDefinition childTypeDef,
List<String> allowedChildTypes) |
static void |
TypeValidator.validateAllowedRelationshipTypes(RelationshipTypeDefinition relationshipTypeDef,
TypeDefinition sourceTypeDef,
TypeDefinition targetTypeDef) |
protected static void |
TypeValidator.validateAllowedTypes(TypeDefinition typeDef,
List<String> allowedTypes,
String description) |
static <T> void |
TypeValidator.validateProperties(TypeDefinition typeDef,
Properties properties,
boolean checkMandatory) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
QueryObject.getMainFromName() |
TypeDefinition |
QueryObject.getParentType(String typeId) |
TypeDefinition |
QueryObject.getParentType(TypeDefinition td) |
TypeDefinition |
ColumnReference.getTypeDefinition() |
TypeDefinition |
QueryObject.getTypeDefinitionFromQueryName(String queryName) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
QueryObject.getParentType(TypeDefinition td) |
void |
ColumnReference.setTypeDefinition(String propertyId,
TypeDefinition typeDef) |
protected void |
QueryObject.validateColumnReferenceAndResolveType(TypeDefinition td,
ColumnReference colRef) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyMapperExif.mapTagAndConvert(com.drew.metadata.Directory dir,
com.drew.metadata.Tag tag,
TypeDefinition td)
store the property id mapped to this tag in a JPEG file in a local map
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataParserTika.extractMetadata(File f,
TypeDefinition td,
Session session) |
void |
MetadataParserExif.extractMetadata(File f,
TypeDefinition td,
Session session) |
void |
MetadataParser.extractMetadata(File f,
TypeDefinition td,
Session session)
Parse a file and extract all metadata and store them in a CMIS property bag
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.