Package org.pentaho.platform.api.engine
Interface IPluginOperation
- 
public interface IPluginOperation 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Gets the id for this operation.StringgetPerspective()Gets the resource perspective to launch 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
 
 
- 
getPerspective
String getPerspective()
Gets the resource perspective to launch for this operation- Returns:
 - The operation command
 
 
 - 
 
 -