public class OwConfiguration.OwMasterPluginInstance extends Object implements OwPlugin
| Constructor and Description |
|---|
OwConfiguration.OwMasterPluginInstance(Exception e_p,
OwXMLUtil configNode_p)
signal an error occurred when loading / initializing the plugin
|
OwConfiguration.OwMasterPluginInstance(OwMasterView view_p,
OwMasterDocument doc_p,
OwXMLUtil configNode_p)
construct a plugin instance
|
| Modifier and Type | Method and Description |
|---|---|
OwXMLUtil |
getConfigNode()
get the plugin config node
|
String |
getDocID()
get the document target ID
|
OwMasterDocument |
getDocument()
get the document instance
|
OwView |
getErrorView(Exception e_p,
String strTitle_p)
get a error view if plugin addView failed to display instead of the plugin view
|
String |
getIcon()
get the icon URL for this plugin to be displayed
|
String |
getPluginClassName()
get the plugin document class name
|
String |
getPluginID()
get the plugin ID
|
String |
getPluginTitle()
get the title of the plugin
|
String |
getPluginType()
get the plugin type
|
String |
getPluginTypeDisplayName()
get a display name for the plugin type
|
OwView |
getView()
get the view instance
|
String |
getViewID()
get the view target ID
|
public OwConfiguration.OwMasterPluginInstance(Exception e_p, OwXMLUtil configNode_p)
public OwConfiguration.OwMasterPluginInstance(OwMasterView view_p, OwMasterDocument doc_p, OwXMLUtil configNode_p) throws Exception
Exceptionpublic OwView getView()
public OwMasterDocument getDocument()
public String getPluginTitle()
getPluginTitle in interface OwPluginpublic String getPluginID()
getPluginID in interface OwPluginpublic String getViewID()
public String getDocID()
public OwView getErrorView(Exception e_p, String strTitle_p)
public String getPluginClassName()
public String getPluginTypeDisplayName()
getPluginTypeDisplayName in interface OwPluginpublic OwXMLUtil getConfigNode()
getConfigNode in interface OwPluginpublic String getPluginType()
getPluginType in interface OwPluginCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.