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()
Returns sub-choice if there is a hierarchy of choices.
|
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 |
---|---|
<T> Choice<T> |
TypeDefinitionFactory.createChoice(String displayName,
List<T> value)
Creates a multi value Choice object.
|
<T> Choice<T> |
TypeDefinitionFactory.createChoice(String displayName,
T value)
Creates a single value Choice object.
|
<T> Choice<T> |
TypeDefinitionFactory.createChoiceWithSubChoices(String displayName,
List<Choice<T>> subChoice)
Creates a Choice object with sub choices.
|
Modifier and Type | Method and Description |
---|---|
protected <T> List<Choice<T>> |
TypeDefinitionFactory.copyChoices(PropertyDefinition<T> source)
Returns a copy of a choice tree.
|
Modifier and Type | Method and Description |
---|---|
<T> Choice<T> |
TypeDefinitionFactory.createChoiceWithSubChoices(String displayName,
List<Choice<T>> subChoice)
Creates a Choice object with sub choices.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.