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 ValidateOperationChain
ValidateOperationChain. 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.ValidationResult
ValidateOperationChainHandler. doOperation(ValidateOperationChain operation, Context context, Store store)
Returns aValidationResult
for the supplied OperationChain.
-