Uses of Class
uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
Packages that use ValidateOperationChain Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of ValidateOperationChain in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return ValidateOperationChain Modifier and Type Method Description ValidateOperationChainValidateOperationChain. shallowClone() -
Uses of ValidateOperationChain in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type ValidateOperationChain Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResultValidateOperationChainHandler. doOperation(ValidateOperationChain operation, Context context, Store store)Returns aValidationResultfor the supplied OperationChain.
-