Package org.pentaho.platform.api.engine
Interface IPluginOperation
public interface IPluginOperation
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the id for this operation.Gets the resource perspective to launch for this operation
-
Method Details
-
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
-