|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.platform.engine.services.actionsequence.SequenceDefinition
public class SequenceDefinition
Field Summary |
---|
Fields inherited from interface org.pentaho.platform.api.engine.ISequenceDefinition |
---|
ACTION_SEQUENCE_DEFINITION_INVALID_ACTION_DOC, ACTION_SEQUENCE_DEFINITION_INVALID_XML, ACTION_SEQUENCE_DEFINITION_OK, RESULT_TYPE_NONE, RESULT_TYPE_PROCESS, RESULT_TYPE_REPORT, RESULT_TYPE_RULE |
Method Summary | |
---|---|
static IActionSequence |
ActionSequenceFactory(org.dom4j.Document document,
String actionName,
String solutionPath,
String solutionName,
ILogger logger,
IApplicationContext applicationContext,
int loggingLevel)
|
String |
getAuthor()
Returns the author of the SequenceDefinition, if defined, or null otherwise. |
String |
getCacheLevel()
|
String |
getDescription()
Returns the description of this SequenceDefinition, if defined, or null otherwise. |
int |
getErrorCode()
|
String |
getHelp()
Returns the URL to the Help page for this definition. |
String |
getIcon()
Returns the path to the icon for this SequenceDefinition. |
Map |
getInputDefinitions()
Returns a Map of the input parameters that are defined to this SequenceDefinition. |
Map |
getInputDefinitionsForParameterProvider(String parameterProviderName)
Returns a Map of the input parameters that are defined to this SequenceDefinition for a specific parameter provider. |
int |
getLoggingLevel()
Get the logging level for this SequenceDefinition. |
Map |
getOutputDefinitions()
Returns a Map of the output parameters that are defined to this SequenceDefinition. |
Map |
getResourceDefinitions()
Returns the sequence's resource definitions as a Map. |
String |
getResultType()
Returns the type of the overall result of executing the action sequence document that this SequenceDefinition came from. |
String |
getSequenceName()
Returns the document name of the action sequence document that this SequenceDefinition came from. |
String |
getSolutionName()
Returns the solution name, which is the name at the root level of the solution path. |
String |
getSolutionPath()
Returns the path relative to the solution name that will lead to this definition |
String |
getTitle()
Returns the title of this SequenceDefinition, if defined, or null otherwise. |
String |
getVersion()
|
boolean |
isWebService()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IActionSequence ActionSequenceFactory(org.dom4j.Document document, String actionName, String solutionPath, String solutionName, ILogger logger, IApplicationContext applicationContext, int loggingLevel)
public String getVersion()
public boolean isWebService()
public String getCacheLevel()
public int getErrorCode()
public Map getInputDefinitions()
ISequenceDefinition
getInputDefinitions
in interface ISequenceDefinition
public Map getInputDefinitionsForParameterProvider(String parameterProviderName)
ISequenceDefinition
getInputDefinitionsForParameterProvider
in interface ISequenceDefinition
parameterProviderName
- The name of the parameter provider e.g. "request", "session", "global"...
public Map getOutputDefinitions()
ISequenceDefinition
getOutputDefinitions
in interface ISequenceDefinition
public Map getResourceDefinitions()
ISequenceDefinition
getResourceDefinitions
in interface ISequenceDefinition
public String getSequenceName()
ISequenceDefinition
getSequenceName
in interface ISequenceDefinition
public String getAuthor()
ISequenceDefinition
getAuthor
in interface ISequenceDefinition
public String getDescription()
ISequenceDefinition
getDescription
in interface ISequenceDefinition
public String getResultType()
ISequenceDefinition
getResultType
in interface ISequenceDefinition
public String getHelp()
ISequenceDefinition
getHelp
in interface ISequenceDefinition
public String getTitle()
ISequenceDefinition
getTitle
in interface ISequenceDefinition
public String getSolutionName()
ISequenceDefinition
getSolutionName
in interface ISequenceDefinition
public String getSolutionPath()
ISequenceDefinition
getSolutionPath
in interface ISequenceDefinition
public int getLoggingLevel()
ISequenceDefinition
getLoggingLevel
in interface ISequenceDefinition
ILogger
public String getIcon()
ISequenceDefinition
getIcon
in interface ISequenceDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |