WebLogic Integration


com.bea.wlpi.common.plugin
Interface PluginActionData


public interface PluginActionData
extends PluginData

Interface to allow plugins to load and store plugin action data in XML format.

Since:
WebLogic Process Integrator 2.0
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
ActionInfo, PluginAction

Method Summary
 java.lang.String getLabel()
          Return the formatted label of this plugin action, which will be displayed in the action list.
 
Methods inherited from interface com.bea.wlpi.common.plugin.PluginData
clone, getPrintableData, getReferencedPublishables, save
 
Methods inherited from interface com.bea.wlpi.common.plugin.PluginObject
load
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getLabel

public java.lang.String getLabel()
Return the formatted label of this plugin action, which will be displayed in the action list.

Returns:
The localized, formatted action label.

WebLogic Integration

WebLogic Integration (WLI)