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

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

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 CmisObject.getBaseType()
          Get the object's base type (maintained by the repository).
 ObjectType ObjectType.getParentType()
          Get the type's parent type, if the type is a derived (non-base) type.
 ObjectType CmisObject.getType()
          Get the object's type.
 ObjectType Session.getTypeDefinition(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
 List<ObjectType> Folder.getAllowedChildObjectTypes()
          If the children object types are restricted, it returns all allowed object types.
 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.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type ObjectType
 Properties ObjectFactory.convertProperties(Map<String,?> properties, ObjectType type, Set<Updatability> updatabilityFilter)
           
 Map<String,Property<?>> ObjectFactory.convertProperties(ObjectType objectType, Properties properties)
           
 ItemIterable<Relationship> CmisObject.getRelationships(boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, ObjectType type, OperationContext context)
          Fetches the relationships from or to this object from the repository.
 



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