|
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.server.csw.provider.components.TransactionSummary
public class TransactionSummary
Summary information associated with a CSW Transaction operation.
Constructor Summary | |
---|---|
TransactionSummary()
Default constructor |
Method Summary | |
---|---|
int |
getTotalDeleted()
Gets the number of documents deleted. |
int |
getTotalInserted()
Gets the number of documents inserted (created). |
int |
getTotalUpdated()
Gets the number of documents updated (replaced). |
void |
setTotalDeleted(int number)
Sets the number of documents deleted. |
void |
setTotalInserted(int number)
Sets the number of documents deleted. |
void |
setTotalUpdated(int number)
Sets the number of documents deleted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionSummary()
Method Detail |
---|
public int getTotalDeleted()
public void setTotalDeleted(int number)
number
- the number deletedpublic int getTotalInserted()
public void setTotalInserted(int number)
number
- the number deletedpublic int getTotalUpdated()
public void setTotalUpdated(int number)
number
- the number deleted
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |