Uses of Enum Class
ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType
Packages that use GraphLoaderReturnType
Package
Description
-
Uses of GraphLoaderReturnType in ai.stapi.graphoperations.graphLoader
Methods in ai.stapi.graphoperations.graphLoader that return GraphLoaderReturnTypeModifier and TypeMethodDescriptionstatic GraphLoaderReturnTypeReturns the enum constant of this class with the specified name.static GraphLoaderReturnType[]GraphLoaderReturnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.stapi.graphoperations.graphLoader with parameters of type GraphLoaderReturnTypeModifier and TypeMethodDescriptionGraphLoader.find(GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) <T> GraphLoaderGetAsObjectOutput<T>GraphLoader.get(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) -
Uses of GraphLoaderReturnType in ai.stapi.graphoperations.graphLoader.inmemory
Methods in ai.stapi.graphoperations.graphLoader.inmemory with parameters of type GraphLoaderReturnTypeModifier and TypeMethodDescriptionInMemoryGraphLoader.find(GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) <T> GraphLoaderGetAsObjectOutput<T>InMemoryGraphLoader.get(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes)