|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ClassDescriptions
object represents a collection of
ClassDescription
objects. You can instantiate a
ClassDescriptions
collection in the following ways:
getClassDescriptions()
method on an ObjectStore
object or by retrieving the object's
ClassDescriptions property, which returns a collection of all class
descriptions for the object store.getClassDescriptions(classDescs)
method on an ObjectStore
object, which returns a collection of
class descriptions for the specified Content Services classes.getClassDescriptions(objTypes)
method on an ObjectStore
object, which returns a collection of
class descriptions for Content Services classes associated with the requested object types.If you use one of the filtered forms of getClassDescriptions
,
the results are the class descriptions appropriate to the objects specified
in the filter.
Also, the filtered forms have better performance than getClassDescriptions()
.
Some methods on the ObjectStore
interface take a
ClassDescriptions
collections for a parameter. You can create an empty
ClassDescriptions
collection by calling the ObjectFactory's
getClassDescriptions
method, then populate the collection and pass it into the
ObjectStore.getClassDescriptions(classDescs)
method.
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 |