|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to retrieve description information related to a plugin. The information is originally retrieved from the .pin file of a plugin and is written to the local registry after plugin installation.
| Method Summary | |
java.lang.String |
getCategory()
Returns the category to which the plugin belongs. |
IPluginFactory |
getFactory()
Returns the factory object for this plugin. |
java.lang.String |
getKind()
Returns the InfoObject type. |
java.lang.String |
getName()
Returns the friendly name or description of the plugin. |
java.lang.String |
getObjectTypeName()
Returns the processing DLL name. |
java.lang.String |
getProgID()
Returns the plugin's ProgID. |
java.lang.String |
getPropertyIndex()
Returns the plugin property index list. |
int |
getRootFolderID()
Deprecated. use #getFolderIDs instead |
int[] |
getRootFolderIDs()
Returns the root folder IDs. |
IPluginSecurityInfo |
getSecurityInfo()
Returns the custom rights info for this plugin. |
short |
getType()
Returns the plugin's type. |
java.lang.String |
getVersion()
Returns the version number of the plugin. |
boolean |
isManagedDestination()
Returns a boolean that indicates whether the object is a destination within the BusinessObjects Enterprise Infrastructure.
|
boolean |
isSchedulable()
Returns a boolean that indicates whether this object can be scheduled.
|
boolean |
isSendable()
Returns a boolean that indicates whether the object can be sent.
|
| Method Detail |
public java.lang.String getCategory()
Returns the category to which the plugin belongs. For example, desktop plugin or admin plugin.
String containing the category that the plugin belongs to.public java.lang.String getName()
Returns the friendly name or description of the plugin.
String containing the friendly name or description of the plugin.public java.lang.String getObjectTypeName()
Returns the processing DLL name.
String containing the processing DLL name.public IPluginFactory getFactory()
Returns the factory object for this plugin.
IPluginFactory object for this plugin or
null if it is not installed.public java.lang.String getProgID()
Returns the plugin's ProgID.
String containing the plugin's ProgID.public java.lang.String getPropertyIndex()
Returns the plugin property index list.
String containing the plugin property index list.public short getType()
Returns the plugin's type.
short.public java.lang.String getKind()
Returns the InfoObject type. For more information see the CeKind class.
String that indicates the InfoObject type.public java.lang.String getVersion()
Returns the version number of the plugin.
String containing the plugin's version number.public IPluginSecurityInfo getSecurityInfo()
Returns the custom rights info for this plugin.
IPluginSecurityInfo object specifying the rights for this plugin.public int getRootFolderID()
Returns the root folder ID.
int indicating the root folder ID of this plugin.public boolean isSchedulable()
Returns a boolean that indicates whether this object can be scheduled.
true if this object can be scheduled, false otherwise.public int[] getRootFolderIDs()
Returns the root folder IDs.
int[] array that contains the root folder IDs of these InfoObject types.public boolean isSendable()
Returns a boolean that indicates whether the object can be sent.
true if the object can be sent, and false otherwise.public boolean isManagedDestination()
Returns a boolean that indicates whether the object is a destination within the BusinessObjects Enterprise Infrastructure.
true if the object is a destination within the BusinessObjects Enterprise Infrastructure, and false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||