|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.metadata.publication.TransactionOperation
public abstract class TransactionOperation
Abstract base class for the actions that can occur inside a Transaction operation request.
Constructor Summary | |
---|---|
protected |
TransactionOperation(java.lang.String handle)
Creates a new TransactionOperation with an optional handle. |
Method Summary | |
---|---|
java.lang.String |
getHandle()
|
abstract CSWConstants.TransactionType |
getType()
Returns the type of operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TransactionOperation(java.lang.String handle)
TransactionOperation
with an optional handle.
handle
- identifier for the operation, may be nullMethod Detail |
---|
public abstract CSWConstants.TransactionType getType()
TransactionOperation
.
public java.lang.String getHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |