public class FederatedRemoveGraphHandler extends Object implements OutputOperationHandler<RemoveGraph,Boolean>
Does not delete the graph, just removes it from the scope of the FederatedStore.
FederatedStore,
RemoveGraph| Constructor and Description |
|---|
FederatedRemoveGraphHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
doOperation(RemoveGraph operation,
Context context,
Store store)
Execute the given
Output operation. |
public Boolean doOperation(RemoveGraph operation, Context context, Store store) throws OperationException
OutputOperationHandlerOutput operation.doOperation in interface OperationHandler<RemoveGraph>doOperation in interface OutputOperationHandler<RemoveGraph,Boolean>operation - the Output operation to be executedcontext - the operation chain context, containing the user who executed the operationstore - the Store the operation should be run onOperationException - thrown if the operation failsCopyright © 2022. All rights reserved.