
Public Attributes | |
| attribute AString | uri |
| URI of web service. | |
| attribute boolean | allVersions |
| Flag if all versions should be send. | |
| attribute long | blockSize |
| Block size. | |
| attribute long | attrMode |
| Flag how to handle attributes. | |
| attribute AString | mainAttribute |
| Name of main attribute. | |
| attribute AString | splitAttribute |
| Name of split attribute. | |
This is web service configuration. Class can be used to read or change configuration of the web service.
| attribute long attrMode |
Flag how to handle attributes.
0 documents does not requires any attributes 1 document have unique attribute 2 main attribute is issued by server. Documents cannot have this attribute. Have to be empty. | attribute long blockSize |
Block size.
If block size is 0 evrything is send as one file. Block size is in kilobytes (1024 bytes).
| attribute AString mainAttribute |
Name of main attribute.
Attribute have to be valid for attrMode=1 or attrMode=2
| attribute AString splitAttribute |
Name of split attribute.
Attribute is used to group documents into document sets. If this attribute is specified each document have to have this attribute.