org.deegree.services.wcas.protocol
Interface CASOperation

All Known Subinterfaces:
CASDelete, CASInsert, CASUpdate
All Known Implementing Classes:
CASDelete_Impl, CASInsert_Impl, CASOperation_Impl, CASUpdate_Impl

public interface CASOperation

this is the basic interface of all catalog operations (insert, delete, update):

--------------------------------------------------------------------

Version:
2002-04-16
Author:
Andreas Poth

Field Summary
static int OPERATION_DELETE
          The <DeleteFeature> element indicates that the WFS can delete or remove instances of a feature type from the datastore.
static int OPERATION_INSERT
          The <InsertFeature> element is used to indicate that the WFS is capable of creating new instances of a feature type.
static int OPERATION_LOCK
          The <LockFeature> element indicates that the WFS is capable of locking instances of a feature type.
static int OPERATION_QUERY
          The <QueryFeature> element indicates that the WFS is capable of executing a query on a feature type.
static int OPERATION_UPDATE
          The <UpdateFeature> element indicates that the WFS can change the existing state of a feature.
 
Method Summary
 java.lang.String getHandle()
          handle is an useful variable to submit additional informations to the catalog (service).
 

Field Detail

OPERATION_INSERT

public static final int OPERATION_INSERT
The <InsertFeature> element is used to indicate that the WFS is capable of creating new instances of a feature type.

See Also:
Constant Field Values

OPERATION_UPDATE

public static final int OPERATION_UPDATE
The <UpdateFeature> element indicates that the WFS can change the existing state of a feature.

See Also:
Constant Field Values

OPERATION_DELETE

public static final int OPERATION_DELETE
The <DeleteFeature> element indicates that the WFS can delete or remove instances of a feature type from the datastore.

See Also:
Constant Field Values

OPERATION_QUERY

public static final int OPERATION_QUERY
The <QueryFeature> element indicates that the WFS is capable of executing a query on a feature type.

See Also:
Constant Field Values

OPERATION_LOCK

public static final int OPERATION_LOCK
The <LockFeature> element indicates that the WFS is capable of locking instances of a feature type.

See Also:
Constant Field Values
Method Detail

getHandle

public java.lang.String getHandle()
handle is an useful variable to submit additional informations to the catalog (service).