Package | Description |
---|---|
org.apache.chemistry.opencmis.client.runtime.objecttype | |
org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
org.apache.chemistry.opencmis.commons.impl.dataobjects | |
org.apache.chemistry.opencmis.inmemory.types | |
org.apache.chemistry.opencmis.server.support |
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl
Document type.
|
class |
FolderTypeImpl
Folder type.
|
class |
ItemTypeImpl |
class |
PolicyTypeImpl
Policy type.
|
class |
RelationshipTypeImpl
Relationship type.
|
class |
SecondaryTypeImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableDocumentTypeDefinition
Mutable Document Type Definition.
|
interface |
MutableFolderTypeDefinition
Mutable Folder Type Definition.
|
interface |
MutableItemTypeDefinition
Mutable Item Type Definition.
|
interface |
MutablePolicyTypeDefinition
Mutable Policy Type Definition.
|
interface |
MutableRelationshipTypeDefinition
Mutable Relationship Type Definition.
|
interface |
MutableSecondaryTypeDefinition
Mutable Secondary Type Definition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeDefinition
Abstract type definition data implementation.
|
class |
DocumentTypeDefinitionImpl
Document type definition.
|
class |
FolderTypeDefinitionImpl
Folder type definition.
|
class |
ItemTypeDefinitionImpl
Item type definition.
|
class |
PolicyTypeDefinitionImpl
Policy type definition.
|
class |
RelationshipTypeDefinitionImpl
Relationship type definition.
|
class |
SecondaryTypeDefinitionImpl |
Modifier and Type | Class and Description |
---|---|
static class |
DocumentTypeCreationHelper.InMemoryDocumentType |
static class |
DocumentTypeCreationHelper.InMemoryFolderType |
static class |
DocumentTypeCreationHelper.InMemoryItemType |
static class |
DocumentTypeCreationHelper.InMemoryPolicyType |
static class |
DocumentTypeCreationHelper.InMemoryRelationshipType |
static class |
DocumentTypeCreationHelper.InMemorySecondaryType |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentTypeCreationHelper.setDefaultTypeCapabilities(MutableTypeDefinition cmisType) |
Modifier and Type | Method and Description |
---|---|
MutableTypeDefinition |
TypeDefinitionFactory.copy(TypeDefinition sourceTypeDefintion,
boolean includePropertyDefinitions)
Copies the given type definition and returns a mutable object.
|
MutableTypeDefinition |
TypeDefinitionFactory.copy(TypeDefinition sourceTypeDefintion,
boolean includePropertyDefinitions,
CmisVersion cmisVersion)
Copies the given type definition and returns a mutable object.
|
MutableTypeDefinition |
TypeDefinitionFactory.createChildTypeDefinition(TypeDefinition parentTypeDefinition,
String id)
Creates a new mutable type definition, which is a child of the provided
type definition.
|
MutableTypeDefinition |
TypeDefinitionFactory.createChildTypeDefinition(TypeDefinition parentTypeDefinition,
String id,
String localName,
String queryName,
String displayName,
String description,
boolean includePropertyDefinitions,
CmisVersion cmisVersion)
Creates a new mutable type definition, which is a child of the provided
type definition.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TypeDefinitionFactory.addBasePropertyDefinitions(MutableTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited)
Adds the base property definitions to a type definition.
|
protected void |
TypeDefinitionFactory.copyPropertyDefinitions(TypeDefinition source,
MutableTypeDefinition target,
CmisVersion cmisVersion,
boolean markAsInherited)
Copies the property definitions from a source type to a target type.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.