Uses of Interface
net.opengis.wfs20.AbstractTransactionActionType
-
Packages that use AbstractTransactionActionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation org.geotools.data.wfs.internal.v2_0 -
-
Uses of AbstractTransactionActionType in net.opengis.wfs20
Subinterfaces of AbstractTransactionActionType in net.opengis.wfs20 Modifier and Type Interface Description interface
DeleteType
A representation of the model object 'Delete Type'.interface
InsertType
A representation of the model object 'Insert Type'.interface
NativeType
A representation of the model object 'Native Type'.interface
ReplaceType
A representation of the model object 'Replace Type'.interface
UpdateType
A representation of the model object 'Update Type'.Methods in net.opengis.wfs20 that return AbstractTransactionActionType Modifier and Type Method Description AbstractTransactionActionType
DocumentRoot. getAbstractTransactionAction()
Returns the value of the 'Abstract Transaction Action' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractTransactionActionType Modifier and Type Method Description EList<AbstractTransactionActionType>
TransactionType. 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 AbstractTransactionActionType Modifier and Type Class Description class
AbstractTransactionActionTypeImpl
An implementation of the model object 'Abstract Transaction Action Type'.class
DeleteTypeImpl
An implementation of the model object 'Delete Type'.class
InsertTypeImpl
An implementation of the model object 'Insert Type'.class
NativeTypeImpl
An implementation of the model object 'Native Type'.class
ReplaceTypeImpl
An implementation of the model object 'Replace Type'.class
UpdateTypeImpl
An implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return AbstractTransactionActionType Modifier and Type Method Description AbstractTransactionActionType
DocumentRootImpl. getAbstractTransactionAction()
Methods in net.opengis.wfs20.impl that return types with arguments of type AbstractTransactionActionType Modifier and Type Method Description EList<AbstractTransactionActionType>
TransactionTypeImpl. getAbstractTransactionAction()
Methods in net.opengis.wfs20.impl with parameters of type AbstractTransactionActionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAbstractTransactionAction(AbstractTransactionActionType newAbstractTransactionAction, NotificationChain msgs)
-
Uses of AbstractTransactionActionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractTransactionActionType Modifier and Type Method Description T
Wfs20Switch. 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 AbstractTransactionActionType Modifier and Type Method Description boolean
DocumentRootValidator. validateAbstractTransactionAction(AbstractTransactionActionType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractTransactionActionType Modifier and Type Method Description boolean
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 AbstractTransactionActionType Modifier and Type Method Description protected 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)
-