com.crystaldecisions.sdk.occa.pluginmgr
Interface IPluginMgr.Category

Enclosing interface:
IPluginMgr

public static interface IPluginMgr.Category

This interface defines possible values for the plugin category.


Field Summary
static java.lang.String ADMIN
           This constants denotes that the retrieved plugin interface can be used for administration related operations.
static java.lang.String AUTH
           This constants denotes that the retrieved plugin interface can be used for authentication related operations.
static java.lang.String DESKTOP
           This constant denotes that the retrieved plugin interface will operate on an InfoObject.
static java.lang.String DEST
           This constants denotes that the retrieved plugin interface can be used for destination related operations.
 

Field Detail

DESKTOP

static final java.lang.String DESKTOP

This constant denotes that the retrieved plugin interface will operate on an InfoObject. In relation to an admin, authentication, and destination category plugin, this constant indicates that the retrieved plugin interface can be used to configure the specified plugin.

See Also:
Constant Field Values

ADMIN

static final java.lang.String ADMIN

This constants denotes that the retrieved plugin interface can be used for administration related operations.

See Also:
Constant Field Values

AUTH

static final java.lang.String AUTH

This constants denotes that the retrieved plugin interface can be used for authentication related operations.

See Also:
Constant Field Values

DEST

static final java.lang.String DEST

This constants denotes that the retrieved plugin interface can be used for destination related operations.

See Also:
Constant Field Values