public class ChunkedOperationContext extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ChunkedOperationContext() |
Modifier and Type | Method and Description |
---|---|
Integer |
getChunkSize()
Gets the maximum number of objects to be processed in the chunk (-1 indicates an unlimited chunk size).
|
Integer |
getContextID()
Gets the unique ID used to identify the context for a series of chunked method calls.
|
boolean |
getFinished()
Gets whether the operation is complete.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setChunkSize(Integer value)
Sets the maximum number of objects to be processed in the chunk (-1 indicates an unlimited chunk size).
|
void |
setContextID(Integer value)
Sets the unique ID used to identify the context for a series of chunked method calls.
|
void |
setFinished(boolean value)
Sets whether the operation is complete.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setChunkSize(Integer value)
public Integer getChunkSize()
public void setContextID(Integer value)
public Integer getContextID()
public void setFinished(boolean value)
public boolean getFinished()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.