Package org.pentaho.platform.api.engine

Examples of org.pentaho.platform.api.engine.ISequenceDefinition


      logger.error( Messages.getInstance().getErrorString(
          "SequenceDefinition.ERROR_0002_NO_ACTION_SEQUENCE_NODE", "", solutionPath, "" ) ); //$NON-NLS-1$
      return null;
    }

    ISequenceDefinition seqDef =
        new SequenceDefinition( sequenceDefinitionNode, solutionPath, logger, applicationContext );

    Node actionNode = sequenceDefinitionNode.selectSingleNode( "actions" ); //$NON-NLS-1$

    return ( SequenceDefinition.getNextLoopGroup( seqDef, actionNode, solutionPath, logger, loggingLevel ) );
View Full Code Here

TOP

Related Classes of org.pentaho.platform.api.engine.ISequenceDefinition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.