|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.wfs.v1_0_0.TransactionResult
public class TransactionResult
DOCUMENT ME!
Field Summary | |
---|---|
static int |
FAILED
failed |
static int |
NO_STATUS
no status |
static int |
PARTIAL
partial |
static int |
SUCCESS
success |
Constructor Summary | |
---|---|
TransactionResult(int status,
java.util.List insertResult,
org.xml.sax.SAXException error)
|
|
TransactionResult(int status,
java.util.List insertResult,
java.lang.String locator,
java.lang.String message)
|
Method Summary | |
---|---|
org.xml.sax.SAXException |
getError()
DOCUMENT ME! |
java.util.List |
getInsertResult()
A list of the fids returned in the TransactionResult in the order they were received. |
int |
getStatus()
DOCUMENT ME! |
static int |
parseStatus(java.lang.String s)
|
static java.lang.String |
printStatus(int i)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_STATUS
public static final int SUCCESS
public static final int FAILED
public static final int PARTIAL
Constructor Detail |
---|
public TransactionResult(int status, java.util.List insertResult, org.xml.sax.SAXException error)
status
- insertResult
- error
- public TransactionResult(int status, java.util.List insertResult, java.lang.String locator, java.lang.String message)
status
- insertResult
- locator
- nullablemessage
- Method Detail |
---|
public static int parseStatus(java.lang.String s)
s
-
public static java.lang.String printStatus(int i)
i
-
public org.xml.sax.SAXException getError()
public java.util.List getInsertResult()
public int getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |