edu.nrao.sss.model.project
Interface ExecutionBlockProvider


public interface ExecutionBlockProvider

A provider of execution blocks.

Version Info:

$Revision$
$Date$
$Author$ (last person to modify)

Since:
2009-04-10
Author:
David M. Harland

Method Summary
 List<ExecutionBlock> getAllExecBlocks()
          Returns a list of all execution blocks held by this provider.
 

Method Detail

getAllExecBlocks

List<ExecutionBlock> getAllExecBlocks()
                                      throws RepositoryException
Returns a list of all execution blocks held by this provider.

Returns:
a list of all execution blocks held by this provider. If this provider has no execution blocks the returned list will be empty.
Throws:
RepositoryException - if anything goes wrong while trying to fetch execution blocks from this provider.


Copyright © 2009. All Rights Reserved.