|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PropertyDescriptions
interface represents a collection of
PropertyDescription
objects. The collection usually contains
either the PropertyDescription
objects associated with a
class or PropertyDescription
objects
associated with a particular ObjectStore
object.
You can instantiate a PropertyDescriptions
collection
in the following ways:
getPropertyDescriptions(objTypes)
method on an ObjectStore
object, which returns a collection of
PropertyDescription
objects for a specified set of object types.getPropertyDescriptions(classDescs)
method on an ObjectStore
object, which returns a collection of
PropertyDescription
objects for the specified ClassDescription
objects.getPropertyDescriptions()
method on a ClassDescription
object or by retrieving the object's
PropertyDescriptions property, which returns a collection of PropertyDescription
objects for a ClassDescription
object.
Many methods that return properties (most notably, the getProperties
method) take a PropertyDescriptions
collection as an argument.
You can create a PropertyDescriptions
collection to pass into
these methods by:
ObjectFactory's
getPropertyDescriptions()
method to create an empty collection, then populating the collection before
passing it into one of these methods.ObjectFactory's
getPropertyDescriptions(propertyNames)
method to create a collection that includes property descriptions for the
specified properties.
Field Summary |
Fields inherited from interface com.filenet.wcm.api.ReadableMetadataObjects |
IS_EQUAL, IS_GREATER, IS_GREATER_OR_EQUAL, IS_LESS, IS_LESS_OR_EQUAL, IS_NOT_EQUAL |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObjects |
filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, orderByProperty, orderByProperty |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |