Class ExportToOtherAuthorisedGraphHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler<ExportToOtherAuthorisedGraph,OtherGraphExporter>
-
- uk.gov.gchq.gaffer.operation.export.graph.handler.ExportToOtherAuthorisedGraphHandler
-
- All Implemented Interfaces:
OperationHandler<ExportToOtherAuthorisedGraph>
public class ExportToOtherAuthorisedGraphHandler extends ExportToHandler<ExportToOtherAuthorisedGraph,OtherGraphExporter>
-
-
Constructor Summary
Constructors Constructor Description ExportToOtherAuthorisedGraphHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getIdAuths()
void
setIdAuths(Map<String,List<String>> idAuths)
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler
doOperation
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler
doOperation
-
-