public class GetAdjacentIdsHandler extends Object implements OutputOperationHandler<GetAdjacentIds,CloseableIterable<? extends EntityId>>
Constructor and Description |
---|
GetAdjacentIdsHandler() |
Modifier and Type | Method and Description |
---|---|
CloseableIterable<EntitySeed> |
doOperation(GetAdjacentIds operation,
Context context,
Store store)
Execute the given
Output operation. |
public CloseableIterable<EntitySeed> doOperation(GetAdjacentIds operation, Context context, Store store) throws OperationException
OutputOperationHandler
Output
operation.doOperation
in interface OperationHandler<GetAdjacentIds>
doOperation
in interface OutputOperationHandler<GetAdjacentIds,CloseableIterable<? extends EntityId>>
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.