Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.tck.impl | |
org.apache.chemistry.opencmis.tck.tests.query |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentType
Document Object Type.
|
interface |
FolderType
Folder Object Type.
|
interface |
ItemType
Item Object Type.
|
interface |
PolicyType
Policy Object Type.
|
interface |
RelationshipType
Relationship Object Type.
|
interface |
SecondaryType
Secondary type.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectFactory.convertTypeDefinition(TypeDefinition typeDefinition) |
ObjectType |
Session.createType(TypeDefinition type)
Creates a new type.
|
ObjectType |
ObjectType.getBaseType()
Get the type's base type, if the type is a derived (non-base) type.
|
ObjectType |
CmisObjectProperties.getBaseType()
Returns the base type of this CMIS object (object type identified by
cmis:baseTypeId ). |
ObjectType |
ObjectType.getParentType()
Get the type's parent type, if the type is a derived (non-base) type.
|
ObjectType |
CmisObjectProperties.getType()
Returns the type of this CMIS object (object type identified by
cmis:objectTypeId ). |
ObjectType |
Session.getTypeDefinition(String typeId)
Returns the type definition of the given type id.
|
ObjectType |
ObjectFactory.getTypeFromObjectData(ObjectData objectData) |
ObjectType |
Session.updateType(TypeDefinition type)
Updates an existing type.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectType> |
CmisObjectProperties.findObjectType(String id)
Returns a list of primary and secondary object types that define the
given property.
|
List<ObjectType> |
FolderProperties.getAllowedChildObjectTypes()
Returns the list of the allowed object types in this folder (CMIS
property
cmis:allowedChildObjectTypeIds ). |
List<ObjectType> |
RelationshipType.getAllowedSourceTypes()
Get the list of object types, allowed as source for relationships of this
type.
|
List<ObjectType> |
RelationshipType.getAllowedTargetTypes()
Get the list of object types, allowed as target for relationships of this
type.
|
ItemIterable<ObjectType> |
ObjectType.getChildren()
Get the list of types directly derived from this type (which will return
this type on
getParent() ). |
List<Tree<ObjectType>> |
ObjectType.getDescendants(int depth)
Get the list of all types somehow derived from this type.
|
ItemIterable<ObjectType> |
Session.getTypeChildren(String typeId,
boolean includePropertyDefinitions)
Returns the type children of the given type id.
|
List<Tree<ObjectType>> |
Session.getTypeDescendants(String typeId,
int depth,
boolean includePropertyDefinitions)
Returns the type descendants of the given type id.
|
Modifier and Type | Method and Description |
---|---|
Properties |
ObjectFactory.convertProperties(Map<String,?> properties,
ObjectType type,
Collection<SecondaryType> secondaryTypes,
Set<Updatability> updatabilityFilter) |
Map<String,Property<?>> |
ObjectFactory.convertProperties(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
Properties properties) |
ItemIterable<Relationship> |
Session.getRelationships(ObjectId objectId,
boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
ObjectType type,
OperationContext context)
Fetches the relationships from or to an object from the repository.
|
void |
QueryStatement.setType(int parameterIndex,
ObjectType type)
Sets the designated parameter to the query name of the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
TransientFolder.setAllowedChildObjectTypes(List<ObjectType> types)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectType |
AbstractSessionTest.createType(Session session,
TypeDefinition typeDef)
Creates a new type.
|
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
QuerySmokeTest.checkQueryResult(Session session,
QueryResult qr,
ObjectType type,
String message) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.