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

Enclosing interface:
IPluginMgr

public static interface IPluginMgr.Type

This interface defines possible values for the types of plugin interface retrieval. Note that this interface is different from the IPluginManager.Category interface. Where as the IPluginManager.Category interface represents the category of the specified plugin, this interface represents the functionality of the retrieved plugin interface.


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

public 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

public 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

public 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

public 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