Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.server.support |
Modifier and Type | Method and Description |
---|---|
CmisVersion |
RepositoryInfo.getCmisVersion()
Returns the CMIS version supported by this repository as a
CmisVersion enum. |
Modifier and Type | Method and Description |
---|---|
static CmisVersion |
CmisVersion.fromValue(String v) |
static CmisVersion |
CmisVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmisVersion[] |
CmisVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CmisVersion |
CallContext.getCmisVersion()
Returns the CMIS version.
|
Modifier and Type | Method and Description |
---|---|
CmisVersion |
CallContextWrapper.getCmisVersion() |
CmisVersion |
MutableCallContextWrapper.getCmisVersion() |
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.addDocumentPropertyDefinitions(MutableDocumentTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
protected void |
TypeDefinitionFactory.addFolderPropertyDefinitions(MutableFolderTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
protected void |
TypeDefinitionFactory.addPolicyPropertyDefinitions(MutablePolicyTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
protected void |
TypeDefinitionFactory.addRelationshipPropertyDefinitions(MutableRelationshipTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
MutableTypeDefinition |
TypeDefinitionFactory.copy(TypeDefinition sourceTypeDefintion,
boolean includePropertyDefinitions,
CmisVersion cmisVersion)
Copies the given type definition and returns a mutable object.
|
protected void |
TypeDefinitionFactory.copyPropertyDefinitions(TypeDefinition source,
MutableTypeDefinition target,
CmisVersion cmisVersion,
boolean markAsInherited)
Copies the property definitions from a source type to a target type.
|
MutableDocumentTypeDefinition |
TypeDefinitionFactory.createBaseDocumentTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base document type definition including all
property definitions defined in the CMIS specification.
|
MutableFolderTypeDefinition |
TypeDefinitionFactory.createBaseFolderTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base folder type definition including all property
definitions defined in the CMIS specification.
|
MutableItemTypeDefinition |
TypeDefinitionFactory.createBaseItemTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base item type definition including all property
definitions defined in the CMIS specification.
|
MutablePolicyTypeDefinition |
TypeDefinitionFactory.createBasePolicyTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base policy type definition including all property
definitions defined in the CMIS specification.
|
MutableRelationshipTypeDefinition |
TypeDefinitionFactory.createBaseRelationshipTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base relationship type definition including all
property definitions defined in the CMIS specification.
|
MutableSecondaryTypeDefinition |
TypeDefinitionFactory.createBaseSecondaryTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base secondary 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.
|
MutableDocumentTypeDefinition |
TypeDefinitionFactory.createDocumentTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable document type definition including all base
property definitions defined in the CMIS specification.
|
MutableFolderTypeDefinition |
TypeDefinitionFactory.createFolderTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable folder type definition including all base property
definitions defined in the CMIS specification.
|
MutableItemTypeDefinition |
TypeDefinitionFactory.createItemTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable item type definition including all base property
definitions defined in the CMIS specification.
|
MutablePolicyTypeDefinition |
TypeDefinitionFactory.createPolicyTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable policy type definition including all base property
definitions defined in the CMIS specification.
|
MutableRelationshipTypeDefinition |
TypeDefinitionFactory.createRelationshipTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable relationship type definition including all base
property definitions defined in the CMIS specification.
|
MutableSecondaryTypeDefinition |
TypeDefinitionFactory.createSecondaryTypeDefinition(CmisVersion cmisVersion,
String parentId)
Creates a new mutable secondary type definition.
|
TypeDefinitionList |
TypeDefinitionFactory.createTypeDefinitionList(Map<String,TypeDefinition> allTypes,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisVersion cmisVersion)
|
List<TypeDefinitionContainer> |
TypeDefinitionFactory.createTypeDescendants(Map<String,TypeDefinition> allTypes,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisVersion cmisVersion)
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.