FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface FeatureAddOns

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

public interface FeatureAddOns
extends ReadableMetadataObjects

Not Implemented in CS Java Connector v3.0.

A FeatureAddOns collection contains FeatureAddOn objects.

Use this collection to retrieve the list of FeatureAddOn objects that are registered in the FileNet P8 domain. You can then install these feature add-ons into an object store. You can retrieve the list of FeatureAddOn objects installed into an object store through the ObjectStore object's InstalledAddOns property.

You can instantiate a FeatureAddOns collection by calling getFeatureAddOns() on the Domain interface.


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