Uses of Interface
org.topbraidlive.client.java.api.function.ApiFunction
-
Packages that use ApiFunction Package Description org.topbraidlive.client.java This package and its api subpackage contain the public interface to the client.org.topbraidlive.client.java.api This package and its subpackages contain definitions of the EDG server API from a client's perspective.org.topbraidlive.client.java.api.exception org.topbraidlive.client.java.api.function org.topbraidlive.client.java.impl -
-
Uses of ApiFunction in org.topbraidlive.client.java
Subinterfaces of ApiFunction in org.topbraidlive.client.java Modifier and Type Interface Description interface
Client
Primary client interface. -
Uses of ApiFunction in org.topbraidlive.client.java.api
Subinterfaces of ApiFunction in org.topbraidlive.client.java.api Modifier and Type Interface Description interface
Api
Entry level API that is the union of all of the known API functions. -
Uses of ApiFunction in org.topbraidlive.client.java.api.exception
Subinterfaces of ApiFunction in org.topbraidlive.client.java.api.exception Modifier and Type Interface Description interface
UnzipProjectApiFunction
-
Uses of ApiFunction in org.topbraidlive.client.java.api.function
-
Uses of ApiFunction in org.topbraidlive.client.java.impl
Classes in org.topbraidlive.client.java.impl that implement ApiFunction Modifier and Type Class Description class
ClientImpl
Main entry point, a facade client that delegates to various client implementations.class
GraphqlClient
class
ServletClient
Client for server functions implemented as servlets.class
SparqlClient
class
SparqlMotionClient
Client for server functions implemented in SWP.class
SwpClient
Client for server functions implemented in SWP.
-