| Class | Description |
|---|---|
| InitByOffsetSequence |
The action used to initialize the ByOffset sequence object
|
| InitVirtualListViewRequest |
The action used to initialize the VirtualListViewRequestContainer object
|
| StoreAfterCount |
The action used to store the AfterCount value
|
| StoreAssertionValue |
The action used to store the assertionValue value
|
| StoreBeforeCount |
The action used to store the BeforeCount value
|
| StoreContentCount |
The action used to store the ContentCount value
|
| StoreContentCountResponse |
The action used to store the contentCount value in VLV response
|
| StoreContextId |
The action used to store the ContextId value
|
| StoreContextIdResponse |
The action used to store the contextId value in VLV reponse
|
| StoreOffset |
The action used to store the Offset value
|
| StoreTargetPosition |
The action used to store the targetPosition value
|
| StoreVirtualListViewResult |
The action used to store the virtualListViewResult value
|
| VirtualListViewRequestContainer |
A container for the VLV request control.
|
| VirtualListViewRequestFactory |
A
ControlFactory for VirtualListViewRequest controls. |
| VirtualListViewRequestGrammar |
The VLV grammar
|
| VirtualListViewResponseContainer |
A container for the VLV response control.
|
| VirtualListViewResponseFactory |
A
ControlFactory for VirtualListViewResponse controls. |
| VirtualListViewResponseGrammar |
The grammar for the VLV response which described as :
VirtualListViewResponse ::= SEQUENCE {
targetPosition INTEGER (0 .. maxInt),
contentCount INTEGER (0 .. maxInt),
virtualListViewResult ENUMERATED {
success (0),
operationsError (1),
protocolError (3),
unwillingToPerform (53),
insufficientAccessRights (50),
timeLimitExceeded (3),
adminLimitExceeded (11),
innapropriateMatching (18),
sortControlMissing (60),
offsetRangeError (61),
other(80),
...
},
contextID OCTET STRING OPTIONAL
}
|
| Enum | Description |
|---|---|
| VirtualListViewerTags |
Tags used for decoding VirtualListViewerRequest.
|
| VirtualListViewRequestStates |
This class store the VirtualListViewRequest grammar constants.
|
| VirtualListViewResponseStates |
This class store the VirtualListViewResponse grammar constants.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.