public class NodeRightUpdateInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeRightUpdateInfo() |
Modifier and Type | Method and Description |
---|---|
ChunkedOperationContext |
getContext()
Gets the ChunkedOperationContext object providing chunking information for the method call.
|
int |
getNodeCount()
Gets the number of nodes encountered in the previous batch.
|
int |
getSkippedNodeCount()
Gets the total number of nodes skipped in the entire operation.
|
int |
getTotalNodeCount()
Gets the total number of nodes encountered in the entire operation.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setContext(ChunkedOperationContext value)
Sets the ChunkedOperationContext object providing chunking information for the method call.
|
void |
setNodeCount(int value)
Sets the number of nodes encountered in the previous batch.
|
void |
setSkippedNodeCount(int value)
Sets the total number of nodes skipped in the entire operation.
|
void |
setTotalNodeCount(int value)
Sets the total number of nodes encountered in the entire operation.
|
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 setContext(ChunkedOperationContext value)
public ChunkedOperationContext getContext()
public void setNodeCount(int value)
public int getNodeCount()
public void setSkippedNodeCount(int value)
public int getSkippedNodeCount()
public void setTotalNodeCount(int value)
public int getTotalNodeCount()
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.