FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.FeatureAddOn

Packages that use FeatureAddOn
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of FeatureAddOn in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that return FeatureAddOn
 FeatureAddOn Domain.createFeatureAddOn(java.lang.String name, int featureAddOnType, java.lang.String XMLmanifest, java.lang.String pre, java.lang.String post, java.lang.String scriptType, java.lang.String[] predecessors)
          

Not Implemented in CS Java Connector v3.0.

 

Methods in com.filenet.wcm.api with parameters of type FeatureAddOn
 java.lang.String ObjectStore.installFeatureAddOn(FeatureAddOn addOnInst)
          

Not Implemented in CS Java Connector v3.0.

 java.lang.String ObjectStore.installFeatureAddOn(FeatureAddOn addOnInst, int flags)
          Deprecated. Use installFeatureAddOn(FeatureAddOn addOnInst).
 


FileNet Content Services
Java Connector v3.0