public class JLJsonWindchillHandler extends JLJsonCommandHandler implements JLWindchillRequestParams, JLWindchillResponseParams
COMMAND, FUNC_AUTHORIZE, FUNC_CLEAR_WORKSPACE, FUNC_CREATE_WORKSPACE, FUNC_DELETE_WORKSPACE, FUNC_FILE_CHECKED_OUT, FUNC_GET_WORKSPACE, FUNC_LIST_WORKSPACE_FILES, FUNC_LIST_WORKSPACES, FUNC_SERVER_EXISTS, FUNC_SET_SERVER, FUNC_SET_WORKSPACE, FUNC_WORKSPACE_EXISTS, PARAM_CONTEXT, PARAM_FILENAME, PARAM_FILENAMES, PARAM_PASSWORD, PARAM_SERVER_URL, PARAM_USER, PARAM_WORKSPACEOUTPUT_CHECKED_OUT, OUTPUT_EXISTS, OUTPUT_FILELIST, OUTPUT_WORKSPACE, OUTPUT_WORKSPACES| Constructor and Description |
|---|
JLJsonWindchillHandler(IJLWindchill windHandler) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable<java.lang.String,java.lang.Object> |
handleFunction(java.lang.String sessionId,
java.lang.String function,
java.util.Hashtable<java.lang.String,java.lang.Object> input)
Handle a server request for this family of functions.
|
checkDoubleParameter, checkFlagParameter, checkIntParameter, checkMapParameter, checkParameter, checkStringParameter, getIntArray, getStringListValue, isPattern, readPoint, readTransform, writeInertia, writePoint, writeTransformpublic JLJsonWindchillHandler(IJLWindchill windHandler)
windHandler - public java.util.Hashtable<java.lang.String,java.lang.Object> handleFunction(java.lang.String sessionId,
java.lang.String function,
java.util.Hashtable<java.lang.String,java.lang.Object> input)
throws JLIException
JLJsonCommandHandlerhandleFunction in class JLJsonCommandHandlersessionId - The current session id.function - The name of the function to execute.input - Input parameter data for the function, converted from JSON.JLIException