|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.lockfeature.FilterLock
public class FilterLock
LockOperation that specifies the features instances to be locked using a Filter expression.
| Constructor Summary | |
|---|---|
FilterLock(String handle,
TypeName typeName,
Filter filter)
Creates a new FilterLock instance. |
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Returns the constraint on the feature instances to be locked. |
String |
getHandle()
Returns the client-generated identifier for the lock operation. |
TypeName |
getTypeName()
Returns the name of the feature type to be locked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterLock(String handle,
TypeName typeName,
Filter filter)
FilterLock instance.
handle - client-generated identifier, may be nulltypeName - name of the feature type to be locked, must not be nullfilter - constraint on the feature instances to be locked, may be null| Method Detail |
|---|
public String getHandle()
public TypeName getTypeName()
public Filter getFilter()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||