Version: 1.1.1

ca.ucalgary.seahawk.util
Interface MobyContentCreator

All Known Implementing Classes:
MobyDataObjectDeferred, MobyDataObjectDeferredSAI, MobyDataObjectSetDeferred, MobyDataObjectSetDeferredSAI

public interface MobyContentCreator

Interface implemented by Seahawk moby data classes that are actually placeholders for lists of data. When encountyered during service invocation, the method should be called to generate many jobs (gathered as a MobyContentInstance) rather than a single job.


Method Summary
 MobyContentInstance getAllContents(String jobParamName)
           
 

Method Detail

getAllContents

MobyContentInstance getAllContents(String jobParamName)
Parameters:
jobParamName - the article name that should be given to each value, in its own job

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010