Class GuardedStepExecution
- java.lang.Object
-
- org.gcube.application.cms.plugins.implementations.executions.GuardedExecution<StepExecutionRequest,StepExecutionReport>
-
- org.gcube.application.cms.plugins.implementations.executions.GuardedStepExecution
-
public abstract class GuardedStepExecution extends GuardedExecution<StepExecutionRequest,StepExecutionReport>
-
-
Field Summary
-
Fields inherited from class org.gcube.application.cms.plugins.implementations.executions.GuardedExecution
config, result, theReport
-
-
Constructor Summary
Constructors Constructor Description GuardedStepExecution(@NonNull org.gcube.application.geoportal.common.model.plugins.OperationDescriptor op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidchecks()-
Methods inherited from class org.gcube.application.cms.plugins.implementations.executions.GuardedExecution
execute, getResult, run, setHandlerConfiguration, setTheReport
-
-
-
-
Method Detail
-
checks
protected void checks() throws org.gcube.application.geoportal.common.model.rest.ConfigurationException, InsufficientPrivileges- Overrides:
checksin classGuardedExecution<StepExecutionRequest,StepExecutionReport>- Throws:
org.gcube.application.geoportal.common.model.rest.ConfigurationExceptionInsufficientPrivileges
-
-