Uses of Class
org.apache.directory.api.ldap.extras.extended.endTransaction.UpdateControls
-
Packages that use UpdateControls Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction org.apache.directory.api.ldap.extras.extended.endTransaction -
-
Uses of UpdateControls in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction that return UpdateControls Modifier and Type Method Description UpdateControlsEndTransactionResponseContainer. getCurrentUpdateControls()Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction with parameters of type UpdateControls Modifier and Type Method Description voidEndTransactionResponseContainer. setCurrentControls(UpdateControls currentUpdateControls) -
Uses of UpdateControls in org.apache.directory.api.ldap.extras.extended.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.endTransaction that return types with arguments of type UpdateControls Modifier and Type Method Description List<UpdateControls>EndTransactionResponse. getUpdateControls()List<UpdateControls>EndTransactionResponseImpl. getUpdateControls()Method parameters in org.apache.directory.api.ldap.extras.extended.endTransaction with type arguments of type UpdateControls Modifier and Type Method Description voidEndTransactionResponseImpl. setUpdateControls(List<UpdateControls> updateControls)
-