Uses of Class
org.gcube.application.cms.plugins.reports.DocumentHandlingReport
-
-
Uses of DocumentHandlingReport in org.gcube.application.cms.plugins.implementations
Methods in org.gcube.application.cms.plugins.implementations with type parameters of type DocumentHandlingReport Modifier and Type Method Description protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. deIndex(T report, IndexerPluginInterface indexer, org.bson.Document parameters)protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. deMaterialize(T report, MaterializationPlugin plugin, org.bson.Document parameters)protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. index(T report, IndexerPluginInterface indexer, org.bson.Document parameters)protected <T extends DocumentHandlingReport>
TSimpleLifeCycleManager. materializeDocument(T report, MaterializationPlugin plugin, org.bson.Document parameters) -
Uses of DocumentHandlingReport in org.gcube.application.cms.plugins.implementations.executions
Classes in org.gcube.application.cms.plugins.implementations.executions with type parameters of type DocumentHandlingReport Modifier and Type Class Description classGuardedExecution<R extends BaseExecutionRequest,T extends DocumentHandlingReport>Fields in org.gcube.application.cms.plugins.implementations.executions declared as DocumentHandlingReport Modifier and Type Field Description protected TGuardedExecution. resultprotected TGuardedExecution. theReport -
Uses of DocumentHandlingReport in org.gcube.application.cms.plugins.reports
Subclasses of DocumentHandlingReport in org.gcube.application.cms.plugins.reports Modifier and Type Class Description classEventExecutionReportclassIndexDocumentReportclassMaterializationReportclassStepExecutionReportMethods in org.gcube.application.cms.plugins.reports that return DocumentHandlingReport Modifier and Type Method Description DocumentHandlingReport<T>DocumentHandlingReport. addIdentificationReference(org.gcube.application.geoportal.common.model.document.identification.IdentificationReference toAdd)
-