FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface BaseObjects

All Superinterfaces:
java.util.Collection, java.util.List, java.io.Serializable
All Known Subinterfaces:
ChoiceLists, ClassDescriptions, CustomObjects, Documents, Domains, EventActions, FeatureAddOns, Folders, Groups, Links, ObjectStores, PropertyDescriptions, PublishRequests, PublishTemplates, ReadableMetadataObjects, ReadableSecurityObjects, Realms, SearchPropertyDescriptions, SecurityPolicies, StoredSearches, StyleTemplates, Subscriptions, Users, WorkflowDefinitions, WorkflowSubscriptions, WriteableMetadataObjects, WriteableSecurityObjects

public interface BaseObjects
extends java.util.List, java.io.Serializable

A BaseObjects collection can contain various types of objects from a Content Services server. Each element of the collection is a BaseObject object.

You can instantiate a BaseObjects collection by calling the following methods:

Objects in the collection could have different Session objects from each other. Callers may, of course, determine the applicable Session object or objects and call suspendBatch before calling methods on this interface.

See Also:
CS Java Connector Developer's Guide

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