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.wfs20Subinterfaces of AbstractTransactionActionType in net.opengis.wfs20 Modifier and Type Interface Description interfaceDeleteTypeA representation of the model object 'Delete Type'.interfaceInsertTypeA representation of the model object 'Insert Type'.interfaceNativeTypeA representation of the model object 'Native Type'.interfaceReplaceTypeA representation of the model object 'Replace Type'.interfaceUpdateTypeA representation of the model object 'Update Type'.Methods in net.opengis.wfs20 that return AbstractTransactionActionType Modifier and Type Method Description AbstractTransactionActionTypeDocumentRoot. 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.implClasses in net.opengis.wfs20.impl that implement AbstractTransactionActionType Modifier and Type Class Description classAbstractTransactionActionTypeImplAn implementation of the model object 'Abstract Transaction Action Type'.classDeleteTypeImplAn implementation of the model object 'Delete Type'.classInsertTypeImplAn implementation of the model object 'Insert Type'.classNativeTypeImplAn implementation of the model object 'Native Type'.classReplaceTypeImplAn implementation of the model object 'Replace Type'.classUpdateTypeImplAn implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return AbstractTransactionActionType Modifier and Type Method Description AbstractTransactionActionTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetAbstractTransactionAction(AbstractTransactionActionType newAbstractTransactionAction, NotificationChain msgs)
- 
Uses of AbstractTransactionActionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type AbstractTransactionActionType Modifier and Type Method Description TWfs20Switch. caseAbstractTransactionActionType(AbstractTransactionActionType object)Returns the result of interpreting the object as an instance of 'Abstract Transaction Action Type'.booleanWfs20Validator. validateAbstractTransactionActionType(AbstractTransactionActionType abstractTransactionActionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of AbstractTransactionActionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type AbstractTransactionActionType Modifier and Type Method Description booleanDocumentRootValidator. validateAbstractTransactionAction(AbstractTransactionActionType value)Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractTransactionActionType Modifier and Type Method Description booleanTransactionTypeValidator. validateAbstractTransactionAction(EList<AbstractTransactionActionType> value)
- 
Uses of AbstractTransactionActionType in org.geotools.data.wfs.internal.v2_0Methods in org.geotools.data.wfs.internal.v2_0 that return AbstractTransactionActionType Modifier and Type Method Description protected AbstractTransactionActionTypeStrictWFS_2_0_Strategy. createDelete(Wfs20Factory factory, TransactionRequest.Delete elem)protected AbstractTransactionActionTypeStrictWFS_2_0_Strategy. createInsert(Wfs20Factory factory, TransactionRequest.Insert elem)protected AbstractTransactionActionTypeStrictWFS_2_0_Strategy. createUpdate(Wfs20Factory factory, TransactionRequest.Update elem)
 
-