Class ExamplesService
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- All Implemented Interfaces:
IExamplesService
public class ExamplesService extends Object implements IExamplesService
Implementation of theIExamplesService
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
TRANSFORMED_PROPERTIES
-
Constructor Summary
Constructors Constructor Description ExamplesService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddElements
addElements()
OperationChain
execute()
OperationChain
executeChunked()
Operation
executeChunkedOperation()
Operation
executeOperation()
GenerateElements
generateElements()
GenerateObjects
generateObjects()
View.Builder
generateViewBuilder()
GetAdjacentIds
getAdjacentIds()
GetAllElements
getAllElements()
GetElements
getElements()
GetElements
getElementsBySeed()
GetElements
getRelatedElements()
-
-
-
Field Detail
-
TRANSFORMED_PROPERTIES
public static final String TRANSFORMED_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public OperationChain execute()
- Specified by:
execute
in interfaceIExamplesService
-
executeOperation
public Operation executeOperation()
- Specified by:
executeOperation
in interfaceIExamplesService
-
executeChunked
public OperationChain executeChunked()
- Specified by:
executeChunked
in interfaceIExamplesService
-
executeChunkedOperation
public Operation executeChunkedOperation()
- Specified by:
executeChunkedOperation
in interfaceIExamplesService
-
getElementsBySeed
public GetElements getElementsBySeed()
- Specified by:
getElementsBySeed
in interfaceIExamplesService
-
getRelatedElements
public GetElements getRelatedElements()
- Specified by:
getRelatedElements
in interfaceIExamplesService
-
getAdjacentIds
public GetAdjacentIds getAdjacentIds()
- Specified by:
getAdjacentIds
in interfaceIExamplesService
-
getAllElements
public GetAllElements getAllElements()
- Specified by:
getAllElements
in interfaceIExamplesService
-
getElements
public GetElements getElements()
- Specified by:
getElements
in interfaceIExamplesService
-
addElements
public AddElements addElements()
- Specified by:
addElements
in interfaceIExamplesService
-
generateObjects
public GenerateObjects generateObjects()
- Specified by:
generateObjects
in interfaceIExamplesService
-
generateElements
public GenerateElements generateElements()
- Specified by:
generateElements
in interfaceIExamplesService
-
generateViewBuilder
public View.Builder generateViewBuilder()
-
-