Uses of Interface
net.opengis.wfs20.AbstractTransactionActionType
Packages that use AbstractTransactionActionType
Package
Description
-
Uses of AbstractTransactionActionType in net.opengis.wfs20
Subinterfaces of AbstractTransactionActionType in net.opengis.wfs20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Delete Type'.interface
A representation of the model object 'Insert Type'.interface
A representation of the model object 'Native Type'.interface
A representation of the model object 'Replace Type'.interface
A representation of the model object 'Update Type'.Methods in net.opengis.wfs20 that return AbstractTransactionActionTypeModifier and TypeMethodDescriptionDocumentRoot.getAbstractTransactionAction()
Returns the value of the 'Abstract Transaction Action' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractTransactionActionTypeModifier and TypeMethodDescriptionTransactionType.getAbstractTransactionAction()
Returns the value of the 'Abstract Transaction Action' containment reference list. -
Uses of AbstractTransactionActionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AbstractTransactionActionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Transaction Action Type'.class
An implementation of the model object 'Delete Type'.class
An implementation of the model object 'Insert Type'.class
An implementation of the model object 'Native Type'.class
An implementation of the model object 'Replace Type'.class
An implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return AbstractTransactionActionTypeMethods in net.opengis.wfs20.impl that return types with arguments of type AbstractTransactionActionTypeMethods in net.opengis.wfs20.impl with parameters of type AbstractTransactionActionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstractTransactionAction
(AbstractTransactionActionType newAbstractTransactionAction, NotificationChain msgs) -
Uses of AbstractTransactionActionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractTransactionActionTypeModifier and TypeMethodDescriptionWfs20Switch.caseAbstractTransactionActionType
(AbstractTransactionActionType object) Returns the result of interpreting the object as an instance of 'Abstract Transaction Action Type'.boolean
Wfs20Validator.validateAbstractTransactionActionType
(AbstractTransactionActionType abstractTransactionActionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AbstractTransactionActionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AbstractTransactionActionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstractTransactionAction
(AbstractTransactionActionType value) Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractTransactionActionTypeModifier and TypeMethodDescriptionboolean
TransactionTypeValidator.validateAbstractTransactionAction
(EList<AbstractTransactionActionType> value) -
Uses of AbstractTransactionActionType in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return AbstractTransactionActionTypeModifier and TypeMethodDescriptionprotected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createDelete
(Wfs20Factory factory, TransactionRequest.Delete elem) protected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createInsert
(Wfs20Factory factory, TransactionRequest.Insert elem) protected AbstractTransactionActionType
StrictWFS_2_0_Strategy.createUpdate
(Wfs20Factory factory, TransactionRequest.Update elem)