public interface PropertyDependentObjectList extends Property
DependentObjectList
object.
A DependentObjectList
object is a Java List
collection (ordered,
non-unique) of DependentObject
objects.DependentObjectList
Modifier and Type | Method and Description |
---|---|
DependentObjectList |
fetchDependentObjectListValue(PropertyFilter filter)
Retrieves the value of this
PropertyDependentObjectList property by
making a roundtrip to the server using an optional property filter. |
void |
setValue(DependentObjectList val)
Sets the value of this Content Engine property.
|
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getDependentObjectListValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getIndependentObjectSetValue, getInputStreamValue, getInteger32ListValue, getInteger32Value, getObjectValue, getPropertyName, getRetrievalErrorValue, getState, getStringListValue, getStringValue, isDirty, isSettable, setObjectValue
void setValue(DependentObjectList val)
val
- A DependentObjectList
object that specifies the new property value.E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).DependentObjectList fetchDependentObjectListValue(PropertyFilter filter)
PropertyDependentObjectList
property by
making a roundtrip to the server using an optional property filter.filter
- A PropertyFilter
object that represents information for
controlling which property values (and with what level of detail and recursion) to return.
If null
, this method returns values for all non-object properties and returns
placeholders for all object-valued properties (PropertyEngineObject
properties with a state of PropertyState.UNEVALUATED
or
PropertyState.REFERENCE
); any subsequent attempts to access an object-valued
property will cause an automatic round-trip to the server to fetch its value.DependentObjectList
object.© Copyright IBM Corporation 2006, 2015. All rights reserved.