public class JLJsonCreoHandler extends JLJsonCommandHandler implements JLCreoRequestParams, JLCreoResponseParams
COMMAND, FUNC_CD, FUNC_DELETE_FILES, FUNC_GET_CONFIG, FUNC_GET_STD_COLOR, FUNC_LIST_DIRS, FUNC_LIST_FILES, FUNC_MKDIR, FUNC_PWD, FUNC_RMDIR, FUNC_SET_CONFIG, FUNC_SET_CREO_VERSION, FUNC_SET_STD_COLOR, PARAM_BLUE, PARAM_COLOR_TYPE, PARAM_DIRNAME, PARAM_FILENAME, PARAM_FILENAMES, PARAM_GREEN, PARAM_IGNORE_ERRORS, PARAM_NAME, PARAM_RED, PARAM_VALUE, PARAM_VERSION, STD_COLOR_BACKGROUND, STD_COLOR_CURVE, STD_COLOR_DATUM, STD_COLOR_DIMMED, STD_COLOR_DRAWING, STD_COLOR_EDGE_HIGHLIGHT, STD_COLOR_ERROR, STD_COLOR_HALF_TONE, STD_COLOR_HIGHLIGHT, STD_COLOR_LETTER, STD_COLOR_PRESEL_HIGHLIGHT, STD_COLOR_PREVIEW, STD_COLOR_QUILT, STD_COLOR_SECONDARY_PREVIEW, STD_COLOR_SECONDARY_SELECTED, STD_COLOR_SELECTED, STD_COLOR_SHEETMETAL, STD_COLOR_WARNINGOUTPUT_BLUE, OUTPUT_DIRLIST, OUTPUT_DIRNAME, OUTPUT_FILELIST, OUTPUT_GREEN, OUTPUT_RED, OUTPUT_VALUES| Constructor and Description |
|---|
JLJsonCreoHandler(IJLProe proeHandler) |
| 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 JLJsonCreoHandler(IJLProe proeHandler)
proeHandler - 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