org.outerj.daisy.doctaskrunner
Interface DocumentSelection
public interface DocumentSelection
Represents a set of documents on which a task willl be run.
Method Summary |
java.lang.String |
getDescription()
|
org.outerj.daisy.repository.VariantKey[] |
getKeys(org.outerj.daisy.repository.Repository repository)
|
getKeys
org.outerj.daisy.repository.VariantKey[] getKeys(org.outerj.daisy.repository.Repository repository)
throws org.outerj.daisy.repository.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:
org.outerj.daisy.repository.RepositoryException
getDescription
java.lang.String getDescription()
Copyright © -2012 . All Rights Reserved.