WebLogic Process Integrator Version 2.0

com.bea.wlpi.common.plugin
Interface PluginActionData

All Superinterfaces:
java.lang.Cloneable, org.xml.sax.ContentHandler, PluginData, PluginObject, java.io.Serializable

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
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 Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.