Daisy Open Source CMS

org.outerj.daisy.doctaskrunner
Interface DocumentSelection


public interface DocumentSelection

Represents a set of documents on which a task willl be run.


Method Summary
 String getDescription()
           
 VariantKey[] getKeys(Repository repository)
           
 

Method Detail

getKeys

VariantKey[] getKeys(Repository repository)
                     throws RepositoryException
Parameters:
repository - useful if a e.g. a query needs to be executed to determine the result.
Returns:
an array of VariantKeys, in which each VariantKey should be unique (no duplicates).
Throws:
RepositoryException

getDescription

String getDescription()

Daisy Open Source CMS