org.pentaho.platform.api.engine
Interface IPluginOperation

All Known Implementing Classes:
PluginOperation

public interface IPluginOperation


Method Summary
 String getCommand()
          Gets the command for this operation.
 String getId()
          Gets the id for this operation.
 

Method Detail

getId

String getId()
Gets the id for this operation. There is a set of standard ids, e.g. RUN, EDIT, DELETE etc. The id is not an enum so that the list of operations can be extended by plug-ins

Returns:
The operation id

getCommand

String getCommand()
Gets the command for this operation. The commands are typically URLs

Returns:
The operation command