public interface PRRequestProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
dequeueExecutionRequest(java.lang.String aExecutionRequestID,
StringMap aOptions)
Retrieve an execution request from the queue using its unique ID
|
int |
processQueue(java.lang.String aQueueClass,
StringMap aOptions)
Process execution requests stored in the queue
|
void |
processServiceRequest(java.lang.String aQueueItemID)
Processes Service Request identified by the Queue Item ID
|
java.lang.String |
queueConnectRequest(java.lang.String aActivityClass,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParams,
java.util.List aOtherPages)
Enqueue Connect Execution Request
|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
int processQueue(java.lang.String aQueueClass, StringMap aOptions) throws PRException
aQueueClass
- class of the queueaOptions
- PRException
java.lang.String queueConnectRequest(java.lang.String aActivityClass, java.lang.String aActivityName, ClipboardPage aPrimaryPage, ParameterPage aParams, java.util.List aOtherPages) throws PRException
aActivityClass
- activity classaActivityName
- activity nameaPrimaryPage
- activity primary pageaParams
- activity parameter pageaOtherPages
- list of other pagesPRException
void dequeueExecutionRequest(java.lang.String aExecutionRequestID, StringMap aOptions) throws PRException
aExecutionRequestID
- aOptions
- PRException
void processServiceRequest(java.lang.String aQueueItemID) throws PRException
aQueueItemID
- PRException
Copyright © 2018 Pegasystems Inc. All Rights Reserved.