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
Exception
public OwView getView()
public OwMasterDocument getDocument()
public String getPluginTitle()
getPluginTitle
in interface OwPlugin
public String getPluginID()
getPluginID
in interface OwPlugin
public String getViewID()
public String getDocID()
public OwView getErrorView(Exception e_p, String strTitle_p)
public String getPluginClassName()
public String getPluginTypeDisplayName()
getPluginTypeDisplayName
in interface OwPlugin
public OwXMLUtil getConfigNode()
getConfigNode
in interface OwPlugin
public String getPluginType()
getPluginType
in interface OwPlugin
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.