Lines Matching refs:entry
62 with an entry in the parent storage that will be used as persistent
69 /** provides object with a parent storage and a name for object's entry.
72 An entry with the specified name should be created/opened inside
91 a parent storage the entry should be created in
94 a name for the entry
97 a mode in which the object should be initialized from entry
134 /** lets the object store itself to an entry in destination storage,
135 the own persistence entry is not changed.
138 a parent storage the entry should be created inside
141 a name for the entry
174 /** lets the object store itself to an entry in destination storage and
175 prepare to use the new entry for own persistence.
178 The object should be stored to the new entry, after that the entry
181 can be used to specify whether the object should use the new entry or
188 a parent storage the entry should be created in
191 a name for the entry
244 /** allows to detect if the object has entry.
247 <TRUE/> if the object has own entry set
254 /** allows to retrieve the current object entry name.
257 the object entry name if any
260 the object is in wrong state ( has no entry )