Uses of Class
com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
-
Packages that use DocumentOperationInput Package Description com.biomatters.geneious.publicapi.plugin Provides theGeneiousPlugininterface and plugin related interfaces. -
-
Uses of DocumentOperationInput in com.biomatters.geneious.publicapi.plugin
Methods in com.biomatters.geneious.publicapi.plugin that return DocumentOperationInput Modifier and Type Method Description DocumentOperationInputDocumentOperationInput. setLocationOptions(OperationLocationOptions locationOptions)Sets the location options to be used for this operation.DocumentOperationInputDocumentOperationInput. setResultsLocation(WritableDatabaseService resultsLocation)Sets the results location to be used for this operation.DocumentOperationInputDocumentOperationInput. setSequenceSelection(SequenceSelection sequenceSelection)Sets the sequence selection to be used for this operation.Methods in com.biomatters.geneious.publicapi.plugin with parameters of type DocumentOperationInput Modifier and Type Method Description OptionsDocumentOperation. getOptions(DocumentOperationInput operationInput)More powerful alternative toDocumentOperation.getOptions(AnnotatedPluginDocument[])which may provide additional values such as the location the operation is run and the currently selected region of any sequence in the documents.OptionsDocumentOperation.Wrapper. getOptions(DocumentOperationInput operationInput)OptionsGeneiousGridDocumentOperation. getOptions(DocumentOperationInput operationInput)Returns options for running the full grid operation (an almagimation of the options given byGeneiousGridDocumentOperation.getProgramOptions(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument[]), and some extra options describing where the job will run.
-