|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetFeatureWithLockType
A representation of the model object 'Get Feature With Lock Type'. A GetFeatureWithLock request operates identically to a GetFeature request expect that it attempts to lock the feature instances in the result set and includes a lock identifier in its response to a client. A lock identifier is an identifier generated by a Web Feature Service that a client application can use, in subsequent operations, to reference the locked set of feature instances.
The following features are supported:
WfsPackage.getGetFeatureWithLockType()
Method Summary | |
---|---|
java.math.BigInteger |
getExpiry()
Returns the value of the 'Expiry' attribute. |
boolean |
isSetExpiry()
Returns whether the value of the ' Expiry ' attribute is set. |
void |
setExpiry(java.math.BigInteger value)
Sets the value of the ' Expiry ' attribute. |
void |
unsetExpiry()
Unsets the value of the ' Expiry ' attribute. |
Methods inherited from interface net.opengis.wfs.GetFeatureType |
---|
getFormatOptions, getMaxFeatures, getOutputFormat, getQuery, getResultType, getTraverseXlinkDepth, getTraverseXlinkExpiry, isSetOutputFormat, isSetResultType, setFormatOptions, setMaxFeatures, setOutputFormat, setResultType, setTraverseXlinkDepth, setTraverseXlinkExpiry, unsetOutputFormat, unsetResultType |
Methods inherited from interface net.opengis.wfs.BaseRequestType |
---|
getBaseUrl, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.math.BigInteger getExpiry()
"5"
.
The expiry attribute is used to set the length
of time (expressed in minutes) that features will
remain locked as a result of a GetFeatureWithLock
request. After the expiry period elapses, the
locked resources must be released. If the
expiry attribute is not set, then the default
value of 5 minutes will be enforced.
isSetExpiry()
,
unsetExpiry()
,
setExpiry(BigInteger)
,
WfsPackage.getGetFeatureWithLockType_Expiry()
void setExpiry(java.math.BigInteger value)
Expiry
' attribute.
value
- the new value of the 'Expiry' attribute.isSetExpiry()
,
unsetExpiry()
,
getExpiry()
void unsetExpiry()
Expiry
' attribute.
isSetExpiry()
,
getExpiry()
,
setExpiry(BigInteger)
boolean isSetExpiry()
Expiry
' attribute is set.
unsetExpiry()
,
getExpiry()
,
setExpiry(BigInteger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |