Uses of Interface
org.apache.chemistry.opencmis.client.api.ObjectType

Packages that use ObjectType
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.tck.tests.query   
 

Uses of ObjectType in org.apache.chemistry.opencmis.client.api
 

Subinterfaces of ObjectType in org.apache.chemistry.opencmis.client.api
 interface DocumentType
          Document Object Type.
 interface FolderType
          Folder Object Type.
 interface PolicyType
          Policy Object Type.
 interface RelationshipType
          Relationship Object Type.
 

Methods in org.apache.chemistry.opencmis.client.api that return ObjectType
 ObjectType ObjectFactory.convertTypeDefinition(TypeDefinition typeDefinition)
           
 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(java.lang.String typeId)
          Returns the type definition of the given type id.
 ObjectType ObjectFactory.getTypeFromObjectData(ObjectData objectData)
           
 

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type ObjectType
 java.util.List<ObjectType> FolderProperties.getAllowedChildObjectTypes()
          Returns the list of the allowed object types in this folder (CMIS property cmis:allowedChildObjectTypeIds).
 java.util.List<ObjectType> RelationshipType.getAllowedSourceTypes()
          Get the list of object types, allowed as source for relationships of this type.
 java.util.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()).
 java.util.List<Tree<ObjectType>> ObjectType.getDescendants(int depth)
          Get the list of all types somehow derived from this type.
 ItemIterable<ObjectType> Session.getTypeChildren(java.lang.String typeId, boolean includePropertyDefinitions)
          Returns the type children of the given type id.
 java.util.List<Tree<ObjectType>> Session.getTypeDescendants(java.lang.String typeId, int depth, boolean includePropertyDefinitions)
          Returns the type descendants of the given type id.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ObjectType
 Properties ObjectFactory.convertProperties(java.util.Map<java.lang.String,?> properties, ObjectType type, java.util.Set<Updatability> updatabilityFilter)
           
 java.util.Map<java.lang.String,Property<?>> ObjectFactory.convertProperties(ObjectType objectType, 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.
 

Method parameters in org.apache.chemistry.opencmis.client.api with type arguments of type ObjectType
 void TransientFolder.setAllowedChildObjectTypes(java.util.List<ObjectType> types)
           
 

Uses of ObjectType in org.apache.chemistry.opencmis.tck.tests.query
 

Methods in org.apache.chemistry.opencmis.tck.tests.query with parameters of type ObjectType
protected  CmisTestResult QuerySmokeTest.checkQueryResult(Session session, QueryResult qr, ObjectType type, java.lang.String message)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.