|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Documents
collection represents a collection of Document
objects. The primary purpose of this collection is to retrieve individual documents
or groups of related documents.
You cannot create a new Documents
collection, but you can instantiate
one in the following ways:
getVersions
method on a VersionableObject
object or by retrieving the Versions property
on a Document
or VersionSeries
object, which
returns each document in the version series as a separate Document
object.
getCheckoutList
method on an ObjectStore
object, which returns all documents
in the object store that are checked-out by the current user.
getContainees
method on a Folder
object or by retrieving the object's
ContainedDocument property, which returns the documents filed in
a folder.
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 |