Uses of Interface
org.opengis.metadata.lineage.ProcessStepReport
Packages that use ProcessStepReport
Package
Description
Information about the sources and production processes of a dataset.
Lineage information.
-
Uses of ProcessStepReport in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement ProcessStepReportModifier and TypeClassDescriptionclassReport of what occurred during the process step.Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type ProcessStepReportModifier and TypeMethodDescriptionDefaultProcessStep.getReports()Returns the report generated by the process step.Methods in org.apache.sis.metadata.iso.lineage with parameters of type ProcessStepReportModifier and TypeMethodDescriptionstatic DefaultProcessStepReportDefaultProcessStepReport.castOrCopy(ProcessStepReport object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.lineage with type arguments of type ProcessStepReportModifier and TypeMethodDescriptionvoidDefaultProcessStep.setReports(Collection<? extends ProcessStepReport> newValues) Sets the report generated by the process step.Constructors in org.apache.sis.metadata.iso.lineage with parameters of type ProcessStepReportModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of ProcessStepReport in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type ProcessStepReportModifier and TypeMethodDescriptionCollection<? extends ProcessStepReport> ProcessStep.getReports()Report generated by the process step.