public class ExtractResponse extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ExtractResponse() |
Modifier and Type | Method and Description |
---|---|
ExtractionFailure[] |
getExtractionFailures()
Gets the list of objects that failed to be extracted.
|
ExtractionFailure |
getExtractionFailures(int index)
Gets the value at the specified index in the ExtractionFailures array.
|
int |
getNumExtracted()
Gets the number of objects that were successfully extracted.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setExtractionFailures(ExtractionFailure[] value)
Sets the list of objects that failed to be extracted.
|
void |
setExtractionFailures(int index,
ExtractionFailure value)
Sets the value at the specified index in the fExtractionFailures array.
|
void |
setNumExtracted(int value)
Sets the number of objects that were successfully extracted.
|
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 setExtractionFailures(ExtractionFailure[] value)
public ExtractionFailure[] getExtractionFailures()
public void setExtractionFailures(int index, ExtractionFailure value)
public ExtractionFailure getExtractionFailures(int index)
public void setNumExtracted(int value)
public int getNumExtracted()
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.