|
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.TransactionOptions
public class TransactionOptions
Options associated with a CSW Transaction request.
Constructor Summary | |
---|---|
TransactionOptions()
Default constructor |
Method Summary | |
---|---|
String |
getApprovalStatus()
Gets the approval status (optional). |
boolean |
getAutoApprove()
Gets the status indicating if a new document should be automatically approved. |
StringSet |
getDeletionIDs()
Gets the IDs to delete. |
String |
getPublicationMethod()
Gets the publication method (optional). |
String |
getRequestId()
Gets the request ID. |
TransactionSummary |
getSummary()
Gets the transaction summary. |
String |
getTransactionType()
Gets the transaction type (Insert,Update,Delete). |
boolean |
getVerboseResponse()
Gets the flag indicating a verbose response. |
void |
setApprovalStatus(String status)
Sets the approval status (optional). |
void |
setAutoApprove(boolean autoApprove)
Sets the status indicating if a new document should be automatically approved. |
void |
setDeletionIDs(StringSet ids)
Sets the IDs to delete. |
void |
setPublicationMethod(String method)
Sets the publication method (optional). |
void |
setRequestId(String requestId)
Sets the request ID. |
void |
setSummary(TransactionSummary summary)
Sets the transaction summary. |
void |
setTransactionType(String transactionType)
Sets the transaction type (Insert,Update,Delete). |
void |
setVerboseResponse(boolean verbose)
Sets the flag indicating a verbose response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionOptions()
Method Detail |
---|
public String getApprovalStatus()
public void setApprovalStatus(String status)
status
- the approval statuspublic boolean getAutoApprove()
public void setAutoApprove(boolean autoApprove)
autoApprove
- true if a new document should be automatically approvedpublic StringSet getDeletionIDs()
public void setDeletionIDs(StringSet ids)
ids
- the IDs to deletepublic String getPublicationMethod()
public void setPublicationMethod(String method)
method
- the publication methodpublic String getRequestId()
public void setRequestId(String requestId)
requestId
- the request IDpublic TransactionSummary getSummary()
public void setSummary(TransactionSummary summary)
summary
- the transaction summarypublic String getTransactionType()
public void setTransactionType(String transactionType)
transactionType
- the transaction typepublic boolean getVerboseResponse()
true
for a verbose responsepublic void setVerboseResponse(boolean verbose)
verbose
- true
for a verbose response
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |