Uses of Class
org.rapidcontext.core.proc.Bindings

Packages that use Bindings
Package
Description
Provides the built-in server procedures.
Provides the server-side JavaScript integration.
Provides the procedure and interceptor API:s.
Provides the storage data types & server-side object initialization.
  • Uses of Bindings in org.rapidcontext.app.proc

    Methods in org.rapidcontext.app.proc with parameters of type Bindings
    Modifier and Type
    Method
    Description
    AppListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ConnectionListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ConnectionMetricsProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ConnectionValidateProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    PluginInstallProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    PluginListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    PluginLoadProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    PluginUninstallProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    PluginUnloadProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureCallProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureDeleteProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureMetricsProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureReadProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureTraceProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureTypesProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ProcedureWriteProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ResetProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    SessionAuthenticateProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    SessionAuthenticateTokenProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    SessionCurrentProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    SessionTerminateProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StatusProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageCopyProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageDeleteProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageQueryProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageReadProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    StorageWriteProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ThreadContextProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ThreadCreateProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ThreadInterruptProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    ThreadListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    TypeListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserAccessProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserAuthenticationTokenProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserChangeProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserListProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserPasswordChangeProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserSearchProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
    UserSettingsProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
  • Uses of Bindings in org.rapidcontext.core.js

    Methods in org.rapidcontext.core.js with parameters of type Bindings
    Modifier and Type
    Method
    Description
    JsProcedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.
  • Uses of Bindings in org.rapidcontext.core.proc

    Fields in org.rapidcontext.core.proc declared as Bindings
    Modifier and Type
    Field
    Description
    protected Bindings
    AddOnProcedure.defaults
    Deprecated, for removal: This API element is subject to removal in a future version.
    The default procedure bindings.
    Methods in org.rapidcontext.core.proc that return Bindings
    Modifier and Type
    Method
    Description
    AddOnProcedure.getBindings()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the bindings for this procedure.
    Procedure.getBindings()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the bindings for this procedure.
    Methods in org.rapidcontext.core.proc with parameters of type Bindings
    Modifier and Type
    Method
    Description
    CallContext.call(Procedure proc, Bindings bindings)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced with org.rapidcontext.core.type.Procedure signature.
    CallContext.call(Procedure proc, Bindings bindings)
    Calls a procedure with the specified arguments.
    DefaultInterceptor.call(CallContext cx, Procedure proc, Bindings bindings)
    Calls a procedure with the specified bindings.
    Interceptor.call(CallContext cx, Procedure proc, Bindings bindings)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced with org.rapidcontext.core.type.Procedure signature.
    Interceptor.call(CallContext cx, Procedure proc, Bindings bindings)
    Calls a procedure with the specified bindings.
    Procedure.call(CallContext cx, Bindings bindings)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Executes a call of this procedure in the specified context and with the specified call bindings.
    void
    CallContext.logCall(String proc, Bindings bindings)
    Logs the specified call to the log if tracing is enabled.
    Constructors in org.rapidcontext.core.proc with parameters of type Bindings
    Modifier
    Constructor
    Description
     
    Creates a new empty child bindings container.
     
    Bindings(Bindings parent, Array arr)
    Creates a new bindings container with the specified data.
  • Uses of Bindings in org.rapidcontext.core.type

    Methods in org.rapidcontext.core.type that return Bindings
    Modifier and Type
    Method
    Description
    Procedure.getBindings()
    Returns the bindings for this procedure.
    Methods in org.rapidcontext.core.type with parameters of type Bindings
    Modifier and Type
    Method
    Description
    abstract Object
    Procedure.call(CallContext cx, Bindings bindings)
    Executes a call of this procedure in the specified context and with the specified call bindings.