com.wewebu.ow.server.app
Interface OwPlugin

All Known Implementing Classes:
OwConfiguration.OwMasterPluginInstance, OwDocumentFunction, OwFunction, OwRecordFunction

public interface OwPlugin

Base interface for all plugins.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 OwXMLUtil getConfigNode()
          get the plugin config node
 String getIcon()
          get the icon URL for this plugin to be displayed
 String getPluginID()
          get the plugin ID
 String getPluginTitle()
          get a localized display name
 String getPluginType()
          get the plugin type
 String getPluginTypeDisplayName()
          get a display name for the plugin type
 

Method Detail

getPluginTitle

String getPluginTitle()
get a localized display name

Returns:
String

getPluginID

String getPluginID()
get the plugin ID

Returns:
String

getPluginType

String getPluginType()
get the plugin type

Returns:
String as defined in OwConfiguration.PLUGINTYPE_...

getPluginTypeDisplayName

String getPluginTypeDisplayName()
get a display name for the plugin type

Returns:
String

getConfigNode

OwXMLUtil getConfigNode()
get the plugin config node

Returns:
OwXMLUtil

getIcon

String getIcon()
               throws Exception
get the icon URL for this plugin to be displayed

Returns:
String icon url, or null if not defined
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.