FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface Domains

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

public interface Domains
extends ReadableMetadataObjects

Not Implemented in CS Java Connector v3.0.

A Domains collection contains Domain objects.

The primary use of this collection object is for obtaining access to all domains running on the Content Services server and known to the EntireNetwork object. You can instantiate a Domains collection object by calling EntireNetwork.getDomains().

To instantiate a specific collection of Domain objects, you can call the various forms of the filterByProperty method on the ReadableMetadataObjects interface to retrieve a collection of Domain objects whose properties meet the specified filtering criteria. (In contrast, the findByProperty method retrieves a single specific Domain object.)


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