|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.publication.ProcessedRecord
public class ProcessedRecord
Maintains status information associated with a processed record.
Nested Class Summary | |
---|---|
static class |
ProcessedRecord.StatusType
The processing status type. |
Constructor Summary | |
---|---|
ProcessedRecord()
Default constructor. |
Method Summary | |
---|---|
List<String> |
getExceptions()
Gets the list of exception messages encountered during processing. |
String |
getSourceUri()
Gets the source URI associated with the record. |
ProcessedRecord.StatusType |
getStatusType()
Gets the processing status associated with the record. |
void |
setException(Throwable exception,
MessageBroker msgBroker)
Sets the exception encountered during processing (if applicable). |
void |
setExceptions(List<String> messages)
Sets the list of exception messages encountered during processing. |
void |
setSourceUri(String uri)
Sets the source URI associated with the record. |
void |
setStatusType(ProcessedRecord.StatusType type)
Sets the processing status associated with the record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessedRecord()
Method Detail |
---|
public void setException(Throwable exception, MessageBroker msgBroker)
exception
- the processing exceptionmsgBroker
- the message broker for message resource lookuppublic List<String> getExceptions()
public void setExceptions(List<String> messages)
messages
- the list of exception messagespublic String getSourceUri()
public void setSourceUri(String uri)
uri
- the source URIpublic ProcessedRecord.StatusType getStatusType()
public void setStatusType(ProcessedRecord.StatusType type)
type
- the status type
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |