Uses of Class
org.gcube.application.cms.plugins.faults.InvalidPluginRequestException
-
-
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.implementations
Methods in org.gcube.application.cms.plugins.implementations that throw InvalidPluginRequestException Modifier and Type Method Description protected voidSimpleLifeCycleManager. blockNonDraft(EventExecutionReport report)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)protected EventExecutionReportAbstractLifeCycleManager. onDeleteDocument(EventExecutionReport report)protected EventExecutionReportDefault3PhaseManager. onDeleteDocument(EventExecutionReport report)protected EventExecutionReportSimpleLifeCycleManager. onDeleteDocument(EventExecutionReport report)protected EventExecutionReportAbstractLifeCycleManager. onDeleteFileSet(EventExecutionReport report)protected EventExecutionReportDefault3PhaseManager. onDeleteFileSet(EventExecutionReport theReport)protected EventExecutionReportSimpleLifeCycleManager. onDeleteFileSet(EventExecutionReport theReport)EventExecutionReportAbstractLifeCycleManager. onEvent(EventExecutionRequest request)protected EventExecutionReportAbstractLifeCycleManager. onInitDocument(EventExecutionReport report)protected EventExecutionReportSimpleLifeCycleManager. onInitDocument(EventExecutionReport report)StepExecutionReportAbstractLifeCycleManager. 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()
-