| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
| org.apache.chemistry.opencmis.server.support |
| Modifier and Type | Method and Description |
|---|---|
List<Choice<T>> |
Choice.getChoice() |
List<Choice<T>> |
PropertyDefinition.getChoices()
Returns the choices for this property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePropertyDefinition.setChoices(List<Choice<T>> choiceList) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> List<Choice<T>> |
TypeDefinitionFactory.copyChoices(PropertyDefinition<T> source)
Returns a copy of a choice tree.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.