FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface Realms

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

public interface Realms
extends ReadableMetadataObjects

Not Implemented in CS Java Connector v3.0.

A Realms collection contains Realm objects. The primary use of this collection object is for obtaining access to all realms trusted by the Content Services server and known to the EntireNetwork object.

To instantiate a Realms object, call the getRealms method on the EntireNetwork interface. The returned collection contains all of the Realm objects for the trusted domains in the local forest, including the domain in which the current user resides, as well as all of the domains trusted by the domains of the local forest. Use methods on the returned collection to retrieve an individual Realm object.

You can also call findByProperty and filterByProperty to retrieve, respectively, a single specific Realm object or a specific collection of Realm objects.


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