FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface PropertyDescriptions

All Superinterfaces:
BaseObjects, java.util.Collection, java.util.List, ReadableMetadataObjects, java.io.Serializable

public interface PropertyDescriptions
extends ReadableMetadataObjects

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:

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:

See Also:
CS Java Connector Developer's Guide

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