|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Choice | |
|---|---|
| org.xcmis.spi.model | |
| Uses of Choice in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return types with arguments of type Choice | |
|---|---|
List<Choice<T>> |
Choice.getChoices()
Sub-choices of current choice. |
List<Choice<T>> |
PropertyDefinition.getChoices()
|
| Method parameters in org.xcmis.spi.model with type arguments of type Choice | |
|---|---|
void |
PropertyDefinition.setChoices(List<Choice<T>> choices)
|
| Constructor parameters in org.xcmis.spi.model with type arguments of type Choice | |
|---|---|
PropertyDefinition(String id,
String queryName,
String localName,
String localNamespace,
String displayName,
String description,
PropertyType propertyType,
Updatability updatability,
boolean inherited,
boolean required,
boolean queryable,
boolean orderable,
Boolean openChoice,
boolean multivalued,
List<Choice<T>> choices,
T[] defaultValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||