| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.server.support |
| Modifier and Type | Method and Description |
|---|---|
MutablePolicyTypeDefinition |
TypeDefinitionFactory.createBasePolicyTypeDefinition(CmisVersion cmisVersion)
Creates a new mutable base policy type definition including all 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.
|
protected MutablePolicyTypeDefinition |
TypeDefinitionFactory.createPolicyTypeDefinitionObject() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MutablePolicyTypeDefinition> |
TypeDefinitionFactory.getPolicyTypeDefinitionClass() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypeDefinitionFactory.addPolicyPropertyDefinitions(MutablePolicyTypeDefinition type,
CmisVersion cmisVersion,
boolean inherited) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefinitionFactory.setPolicyTypeDefinitionClass(Class<? extends MutablePolicyTypeDefinition> policyTypeDefinitionClass) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.