|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectType | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.workbench | |
org.apache.chemistry.opencmis.workbench.model | |
org.apache.chemistry.opencmis.workbench.swing |
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(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> |
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. |
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> |
Session.getRelationships(ObjectId objectId,
boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
ObjectType type,
OperationContext context)
Fetches the relationships from or to an object from the repository. |
Method parameters in org.apache.chemistry.opencmis.client.api with type arguments of type ObjectType | |
---|---|
void |
TransientFolder.setAllowedChildObjectTypes(List<ObjectType> types)
|
Uses of ObjectType in org.apache.chemistry.opencmis.workbench |
---|
Methods in org.apache.chemistry.opencmis.workbench with parameters of type ObjectType | |
---|---|
void |
TypeSplitPane.setType(ObjectType type)
|
Uses of ObjectType in org.apache.chemistry.opencmis.workbench.model |
---|
Methods in org.apache.chemistry.opencmis.workbench.model that return types with arguments of type ObjectType | |
---|---|
List<ObjectType> |
ClientModel.getCreateableTypes(String rootTypeId)
|
List<Tree<ObjectType>> |
ClientModel.getTypeDescendants()
|
Uses of ObjectType in org.apache.chemistry.opencmis.workbench.swing |
---|
Methods in org.apache.chemistry.opencmis.workbench.swing that return ObjectType | |
---|---|
ObjectType |
CreateDialog.ObjectTypeItem.getObjectType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |