| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentTypeDefinition
Document Type Definition.
|
interface |
FolderTypeDefinition
Folder Type Definition.
|
interface |
ItemTypeDefinition
Item Type Definition.
|
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.
|
interface |
MutableTypeDefinition |
interface |
PolicyTypeDefinition
Policy Type Definition.
|
interface |
RelationshipTypeDefinition
Relationship Type Definition.
|
interface |
SecondaryTypeDefinition
Secondary Type Definition.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
TypeDefinitionContainer.getTypeDefinition()
Returns the type definition at this level.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinition> |
TypeDefinitionList.getList()
Returns the list of type definitions.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
RepositoryService.createType(String repositoryId,
TypeDefinition type,
ExtensionsData extension)
Creates a new type.
|
TypeDefinition |
RepositoryService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension)
Gets the definition of the specified object type.
|
TypeDefinition |
ExtendedRepositoryService.getTypeDefinition(String repositoryId,
String typeId,
ExtensionsData extension,
boolean useCache)
Gets the definition of the specified object type.
|
TypeDefinition |
RepositoryService.updateType(String repositoryId,
TypeDefinition type,
ExtensionsData extension)
Updates a type.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
RepositoryService.createType(String repositoryId,
TypeDefinition type,
ExtensionsData extension)
Creates a new type.
|
TypeDefinition |
RepositoryService.updateType(String repositoryId,
TypeDefinition type,
ExtensionsData extension)
Updates a type.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.