@Deprecated public abstract class ProxyUtil extends Object
ProxyUtil
provides methods and constants to be used by the job
processor and communication between JobService
and
ExternalJobPostServlet
Modifier and Type | Field and Description |
---|---|
static String |
JOB_SERVLET
Deprecated.
|
static String |
JOB_STATUS
Deprecated.
|
static String |
JOB_STATUS_CODE
Deprecated.
|
static String |
OPERATION
Deprecated.
|
static String |
OPERATION_JOB
Deprecated.
|
static String |
OPERATION_REMOVE
Deprecated.
|
static String |
OPERATION_RESOURCE
Deprecated.
|
static String |
OPERATION_RESULT
Deprecated.
|
static String |
OPERATION_STATUS
Deprecated.
|
static String |
PARAMETER_FILE
Deprecated.
|
static String |
PARAMETER_JOB_EVENT
Deprecated.
|
static String |
PARAMETER_JOB_ID
Deprecated.
|
static String |
PARAMETER_RESOURCE_PATH
Deprecated.
|
static String |
PATH_JOBS
Deprecated.
|
static String |
PROPERTY_WORKING_DIR
Deprecated.
|
Constructor and Description |
---|
ProxyUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getDecodedString(String str,
String encoding)
Deprecated.
Decode a string according to a specific encoding scheme.
|
static String |
getEncodedString(String str,
String encoding)
Deprecated.
Encode a string according to a specific encoding scheme.
|
static String |
getJobsDir()
Deprecated.
|
static Node |
getOrCreateResultNode(Node jobNode)
Deprecated.
|
static Node |
getOrCreateStatusNode(Node jobNode)
Deprecated.
|
static String |
getResultNodePath(String jobId)
Deprecated.
|
static String |
getStatusNodePath(String jobId)
Deprecated.
|
static String |
getWorkingDir(org.osgi.service.event.Event event)
Deprecated.
|
static String |
getWorkingDir(String jobId)
Deprecated.
|
public static final String PATH_JOBS
public static final String PROPERTY_WORKING_DIR
public static final String JOB_SERVLET
public static final String PARAMETER_FILE
public static final String PARAMETER_JOB_ID
public static final String PARAMETER_JOB_EVENT
public static final String PARAMETER_RESOURCE_PATH
public static final String JOB_STATUS
public static final String JOB_STATUS_CODE
public static final String OPERATION
public static final String OPERATION_JOB
public static final String OPERATION_REMOVE
public static final String OPERATION_RESULT
public static final String OPERATION_STATUS
public static final String OPERATION_RESOURCE
public static String getJobsDir()
public static String getWorkingDir(org.osgi.service.event.Event event)
public static Node getOrCreateStatusNode(Node jobNode) throws RepositoryException
RepositoryException
public static Node getOrCreateResultNode(Node jobNode) throws RepositoryException
RepositoryException
public static String getEncodedString(String str, String encoding) throws UnsupportedEncodingException
str,
- string to be convertedencoding,
- name of the supported encoding schemeUnsupportedEncodingException
public static String getDecodedString(String str, String encoding) throws UnsupportedEncodingException
str,
- string to be convertedencoding,
- name of the supported encoding schemeUnsupportedEncodingException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"