| java.lang.Object org.geotools.data.wfs.TransactionResult
TransactionResult | public class TransactionResult (Code) | | DOCUMENT ME!
author: dzwiers |
FAILED | final public static int FAILED(Code) | | failed
|
NO_STATUS | final public static int NO_STATUS(Code) | | no status
|
PARTIAL | final public static int PARTIAL(Code) | | partial
|
SUCCESS | final public static int SUCCESS(Code) | | success
|
TransactionResult | public TransactionResult(int status, List insertResult, SAXException error)(Code) | | Parameters: status - Parameters: insertResult - Parameters: error - |
TransactionResult | public TransactionResult(int status, List insertResult, String locator, String message)(Code) | | Parameters: status - Parameters: insertResult - Parameters: locator - nullable Parameters: message - |
getInsertResult | public List getInsertResult()(Code) | | A list of the fids returned in the TransactionResult in the order they were received.
The first element is the FID of the first InsertResults response.
list of the fids returned in the TransactionResult in the order they were received. |
getStatus | public int getStatus()(Code) | | DOCUMENT ME!
Returns the status. |
parseStatus | public static int parseStatus(String s)(Code) | | Parameters: s - one of the constant status' |
printStatus | public static String printStatus(int i)(Code) | | Parameters: i - String representation of the constant value in i |
|
|