Uses of Class
org.gcube.application.cms.plugins.faults.InvalidPluginRequestException
-
Packages that use InvalidPluginRequestException Package Description org.gcube.application.cms.plugins org.gcube.application.cms.plugins.reports org.gcube.application.cms.plugins.requests -
-
Uses of InvalidPluginRequestException in org.gcube.application.cms.plugins
Methods in org.gcube.application.cms.plugins that throw InvalidPluginRequestException Modifier and Type Method Description IndexDocumentReportIndexerPluginInterface. deindex(IndexDocumentRequest request)MaterializationReportMaterializationPlugin. dematerialize(MaterializationRequest request)IndexDocumentReportIndexerPluginInterface. index(IndexDocumentRequest request)MaterializationReportMaterializationPlugin. materialize(MaterializationRequest request)EventExecutionReportLifecycleManager. onEvent(EventExecutionRequest request)StepExecutionReportLifecycleManager. performStep(StepExecutionRequest request) -
Uses of InvalidPluginRequestException in org.gcube.application.cms.plugins.reports
Constructors in org.gcube.application.cms.plugins.reports that throw InvalidPluginRequestException Constructor Description DocumentHandlingReport(T theRequest)EventExecutionReport(EventExecutionRequest req)IndexDocumentReport(@NonNull IndexDocumentRequest theRequest)MaterializationReport(@NonNull MaterializationRequest theRequest)StepExecutionReport(@NonNull StepExecutionRequest theRequest) -
Uses of InvalidPluginRequestException in org.gcube.application.cms.plugins.requests
Methods in org.gcube.application.cms.plugins.requests that throw InvalidPluginRequestException Modifier and Type Method Description StringBaseRequest. getMandatory(String param)static StringBaseRequest. getMandatory(String param, org.bson.Document params)BaseExecutionRequestBaseExecutionRequest. validate()BaseRequestBaseRequest. validate()
-