|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Not Implemented in CS Java Connector v3.0.
ACustomObjects
collection contains one or more
CustomObject
objects.
The main use of a CustomObjects
collection is to contain a set of
application-specific CustomObject
objects that are instantiated
and subclassed according to the needs of the application.
You cannot create a new CustomObjects
collection, but you
can instantiate one in the following ways:
getContainees(typesReturned)
on a Folder
object. Specify BaseObject.TYPE_CUSTOMOBJECT
in the typesReturned
parameter. Cast the returned
BaseObjects
collection to a CustomObjects
collection. (Use the Java instanceof
operator to determine
if it is safe to cast the returned collection to a CustomObjects
collection.)
execute
on a StoredSearch
object, which returns the results
of a stored search.
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 |