Package | Description |
---|---|
org.apache.chemistry.opencmis.server.support |
Modifier and Type | Method and Description |
---|---|
MutableFolderTypeDefinition |
TypeDefinitionFactory.createBaseFolderTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base folder type definition including all 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.
|
protected MutableFolderTypeDefinition |
TypeDefinitionFactory.createFolderTypeDefinitionObject() |
Modifier and Type | Method and Description |
---|---|
Class<? extends MutableFolderTypeDefinition> |
TypeDefinitionFactory.getFolderTypeDefinitionClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
TypeDefinitionFactory.addFolderPropertyDefinitions(MutableFolderTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
Modifier and Type | Method and Description |
---|---|
void |
TypeDefinitionFactory.setFolderTypeDefinitionClass(Class<? extends MutableFolderTypeDefinition> folderTypeDefinitionClass) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.