com.fluidbpm.ws.client.v1.sqlutil.SQLUtilWebSocketGetAncestorClient Maven / Gradle / Ivy
/*
* Koekiebox CONFIDENTIAL
*
* [2012] - [2017] Koekiebox (Pty) Ltd
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains the property
* of Koekiebox and its suppliers, if any. The intellectual and
* technical concepts contained herein are proprietary to Koekiebox
* and its suppliers and may be covered by South African and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material is strictly
* forbidden unless prior written permission is obtained from Koekiebox.
*/
package com.fluidbpm.ws.client.v1.sqlutil;
import java.util.List;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import org.json.JSONObject;
import com.fluidbpm.program.api.util.UtilGlobal;
import com.fluidbpm.program.api.vo.form.Form;
import com.fluidbpm.program.api.vo.item.FluidItem;
import com.fluidbpm.program.api.vo.ws.WS;
import com.fluidbpm.ws.client.FluidClientException;
import com.fluidbpm.ws.client.v1.websocket.ABaseClientWebSocket;
import com.fluidbpm.ws.client.v1.websocket.AGenericListMessageHandler;
import com.fluidbpm.ws.client.v1.websocket.IMessageReceivedCallback;
import com.fluidbpm.ws.client.v1.websocket.WebSocketClient;
/**
* Java Web Socket Client for {@code SQLUtil} related actions.
*
* @author jasonbruwer
* @since v1.0
*
* @see JSONObject
* @see WS.Path.FlowItem
* @see FluidItem
*/
public class SQLUtilWebSocketGetAncestorClient extends
ABaseClientWebSocket {
/**
* Constructor that sets the Service Ticket from authentication.
*
* @param endpointBaseUrlParam URL to base endpoint.
*
* @param messageReceivedCallbackParam Callback for when a message is received.
*
* @param serviceTicketAsHexParam The Server issued Service Ticket.
* @param timeoutInMillisParam The timeout of the request in millis.
*
* @param includeFieldDataParam Should Form Field data be included.
* @param includeTableFieldsParam Should Table Fields be included.
* @param compressResponseParam Compress the Ancestor Result in Base-64.
* @param compressResponseCharsetParam Compress response using provided charset.
*/
public SQLUtilWebSocketGetAncestorClient(
String endpointBaseUrlParam,
IMessageReceivedCallback
© 2015 - 2025 Weber Informatics LLC | Privacy Policy