Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.requests.interactionmanagement that return RequestPull |
static RequestPull |
RequestPull.create()
Creates instance of RequestPull with no parameters set. |
static RequestPull |
RequestPull.create(java.lang.Integer referenceId,
java.lang.Integer proxyClientId,
KeyValueCollection extension,
java.lang.String viewId,
KeyValueCollection pullParameters,
java.lang.Integer count,
java.lang.Integer tenantId,
java.lang.Boolean initialInFocusState,
java.lang.Integer ignoreHold,
ReasonInfo reason)
Creates instance of RequestPull.
|
static RequestPull |
RequestPull.create(java.lang.Integer referenceId,
java.lang.Integer proxyClientId,
KeyValueCollection extension,
java.lang.String viewId,
KeyValueCollection pullParameters,
java.lang.Integer count,
java.lang.Integer tenantId,
java.lang.Boolean initialInFocusState,
ReasonInfo reason)
Deprecated. use other create methods |
static RequestPull |
RequestPull.create(java.lang.String viewId,
ReasonInfo reason)
Creates instance of RequestPull.
|