Uses of Class
org.xcmis.spi.model.Choice

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>> PropertyDefinition.getChoices()
           
 List<Choice<T>> Choice.getChoices()
          Sub-choices of current choice.
 

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)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.