Class ReportImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.ReportImpl
Auto-generated class implementation for https://galaxyproject.org/gxformat2/v19_09#Report
Definition of an invocation report for this workflow. Currently the only field is 'markdown'.
-
Constructor Summary
ConstructorsConstructorDescriptionReportImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ReportImpl. -
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://galaxyproject.org/gxformat2/v19_09#Report/markdown
Galaxy flavored Markdown to define an invocation report.
-
Constructor Details
-
ReportImpl
public ReportImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ReportImpl.- Parameters:
__doc_
- Document fragment to load this record object from (presumably aMap
).__baseUri_
- Base URI to generate child document IDs against.__loadingOptions
- Context for loading URIs and populating objects.__docRoot_
- ID at this position in the document (if available) (maybe?)- Throws:
ValidationException
- If the document fragment is not aMap
or validation of fields fails.
-
-
Method Details
-
getMarkdown
Getter for property https://galaxyproject.org/gxformat2/v19_09#Report/markdown
Galaxy flavored Markdown to define an invocation report. *
- Specified by:
getMarkdown
in interfaceReport
-