|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Not Implemented in CS Java Connector v3.0.
AFeatureAddOn
object represents a product extension to the
core FileNet P8 Content Services components.
These extensions consist of properties and/or classes to support a specific feature.
Feature add-ons can be non-FileNet products that are compatible with FileNet P8, or
can be the FileNet P8-supplied feature add-ons.
You can create a FeatureAddOn
object by calling
createFeatureAddOn
on the Domain
interface.
Creating a feature add-on automatically registers it in the FileNet
P8 Global Configuration Data (GCD) file. A registered feature add-on can then be:
installed
on an existing object store.When you create a FeatureAddOn
object, you specify
a type. The type identifies the feature add-on as either optional or
recommended for installation when a new object store is created.
In general, you should specify as optional those feature add-ons that are not
required for your system or that deal with specialized, niche functionality.
A recommended feature add-on is one that is typically installed as part of most systems,
but one that could be eliminated if a user does not need that functionality
on a particular system. As an example, you can specify the publishing add-on as
recommended so that you can offer a user who has no need of publishing functions an option to exclude
that particular feature add-on when creating a new object store.
When you create the FeatureAddOn
object, you also can optionally
specify zero or more import scripts to associate with the feature add-on, in which
language (VBScript or JavaScript) a script is written, and if the script will be
executed before or after the import of the feature add-on takes place.
If you do not specify a script, the object as defined within the manifest
is imported into the object store with no additional pre- or post-processing performed.
Otherwise, scripts are executed at the appropriate time (pre- or
post-import, as specified) when the FeatureAddOn
object is imported into
the object store.
Field Summary | |
static java.lang.String |
SCRIPT_TYPE_JAVA
Not Implemented in CS Java Connector v3.0. |
static java.lang.String |
SCRIPT_TYPE_VB
Not Implemented in CS Java Connector v3.0. |
static int |
TYPE_OPTIONAL
Not Implemented in CS Java Connector v3.0. |
static int |
TYPE_RECOMMENDED
Not Implemented in CS Java Connector v3.0. |
Method Summary | |
void |
delete()
Not Implemented in CS Java Connector v3.0. |
Methods inherited from interface com.filenet.wcm.api.WriteableMetadataObject |
setProperties |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Field Detail |
public static final int TYPE_RECOMMENDED
Not Implemented in CS Java Connector v3.0.
Value of 1; specifies that the installation of a specifiedFeatureAddOn
object is recommended during object store creation.
public static final int TYPE_OPTIONAL
Not Implemented in CS Java Connector v3.0.
Value of 2; specifies that the installation of a specifiedFeatureAddOn
object is optional during object store creation.
public static final java.lang.String SCRIPT_TYPE_JAVA
Not Implemented in CS Java Connector v3.0.
Value of "JavaScript"; specifies that the import script is written in the JavaScript language.
public static final java.lang.String SCRIPT_TYPE_VB
Not Implemented in CS Java Connector v3.0.
Value of "VBScript"; specifies that the import script is written in the VBScript language.
Method Detail |
public void delete()
Not Implemented in CS Java Connector v3.0.
Deletes thisFeatureAddOn
object from the FileNet P8 domain.
This method deletes the object from the GCD and deletes the object's associated
XML and script files. Note that once installed, a FeatureAddOn
object
cannot be uninstalled from an object store.
To successfully delete this FeatureAddOn
object, the user must
have Delete permission (Permission.RIGHT_DELETE
)
on the object.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |