|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Updatability | |
|---|---|
| org.xcmis.spi.model | |
| Uses of Updatability in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return Updatability | |
|---|---|
static Updatability |
Updatability.fromValue(String value)
|
Updatability |
PropertyDefinition.getUpdatability()
When property may be updated. |
static Updatability |
Updatability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Updatability[] |
Updatability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xcmis.spi.model with parameters of type Updatability | |
|---|---|
void |
PropertyDefinition.setUpdatability(Updatability updatability)
|
| Constructors in org.xcmis.spi.model with parameters of type Updatability | |
|---|---|
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 | |||||||||