Lines Matching refs:storage

88 /** This interface represents main storage functionality.
96 specified name exists in a storage.
109 /** allows to control and track lifetime of the storage.
112 In case a storage is disposed any call to it's methods should result
122 /** allows to copy current storage to another one
125 The destination storage contents are overwritten.
126 After the successful copying the target storage is automatically
131 a destination storage this storage must be copied to.
134 this storage is in invalid state for any reason
152 /** allows to get access to a child stream of the storage.
168 this storage is in invalid state for any reason
195 If storage does not allow any encryption this method will always throw
218 this storage is in invalid state for any reason
247 /** allows to get access to a child storage.
253 parent storage.
257 the name of the storage that should be open
260 a mode the storage should be open in
263 this storage is in invalid state for any reason
283 /** allows to get readonly copy of a child stream of the storage.
295 this storage is in invalid state for any reason
320 If storage does not allow any encryption this method will always throw
344 this storage is in invalid state for any reason
372 /** allows to get copy of this storage at the state of it's last commit.
376 transaction in the storage.
380 the target storage that will be filled in with copy.
383 this storage is in invalid state for any reason
402 /** allows to get copy of a child storage at the state of it's last commit.
406 transaction in the storage.
410 the name of the storage that should be copied
413 the target storage that will be filled in with copy
416 this storage is in invalid state for any reason
449 <FALSE/> - the element is a storage
458 this storage is in invalid state for any reason
468 /** allows to check if an element is a child storage with specified name.
479 <TRUE/> in case the element is a storage
489 this storage is in invalid state for any reason
498 /** removes an element from a storage.
504 this storage is in invalid state for eny reason
527 /** renames an element in a storage.
536 this storage is in invalid state for eny reason
542 there is no element with old name in this storage
545 an element with new name already exists in this storage
563 /** allows to copy an entry from one storage to another.
571 the name of the element in this storage
574 a destination storage
577 the name of the result element in destination storage
580 this storage is in invalid state for eny reason
583 there is no specified source element in this storage
586 an element with specified destination name already exists in destination storage
607 /** allows to move an entry from one storage to another.
615 the name of the element in this storage
618 a destination storage
621 the name of the result element in destination storage
624 this storage is in invalid state for eny reason
627 there is no specified source element in this storage
630 an element with specified destination name already exists in destination storage