Uses of Interface
dev.getelements.elements.rt.transact.ResourceEntry
Packages that use ResourceEntry
-
Uses of ResourceEntry in dev.getelements.elements.rt.transact
Classes in dev.getelements.elements.rt.transact that implement ResourceEntryMethods in dev.getelements.elements.rt.transact that return ResourceEntryModifier and TypeMethodDescriptionSnapshot.add(ResourceId resourceId) Adds a newResourceEntrywith the suppliedResourceId, returning the result.StandardSnapshot.add(ResourceId resourceId) default ResourceEntrySnapshot.getResourceEntry(ResourceId resourceId) Gets theResourceEntryor throws an instance ofSnapshotMissException.default ResourceEntrySnapshot.getResourceEntry(Path path) Gets theResourceEntryor throws an instance ofSnapshotMissException.ResourceIndex.newEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Creates a newResourceEntrywith the supplied transaction id andResourceId.default ResourceEntryPathIndex.Listing.open()Opens aResourceEntryfor the record at the path.PathIndex.Listing.open(ResourceEntry.OperationalStrategy operationalStrategy) Opens aResourceEntryfor the record at the path.Methods in dev.getelements.elements.rt.transact that return types with arguments of type ResourceEntryModifier and TypeMethodDescriptiondefault Optional<ResourceEntry> Loads theResourceEntryfrom the suppliedPath.PathIndex.findEntry(Path path, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Loads theResourceEntryfrom the suppliedPath.default Optional<ResourceEntry> ResourceIndex.findEntry(ResourceId resourceId) Loads theResourceEntryfrom the suppliedPath.ResourceIndex.findEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Loads theResourceEntryfrom the suppliedPath.Snapshot.findResourceEntry(ResourceId resourceId) Finds theResourceEntryat the supplied ResourceId.Snapshot.findResourceEntry(Path path) Finds theResourceEntryat the supplied path.StandardSnapshot.findResourceEntry(ResourceId resourceId) StandardSnapshot.findResourceEntry(Path path) Snapshot.getResourceEntries()Gets allResourceEntryinstances in thisSnapshot.StandardSnapshot.getResourceEntries()Methods in dev.getelements.elements.rt.transact with parameters of type ResourceEntryModifier and TypeMethodDescriptiondefault booleanResourceEntry.OperationalStrategy.doDelete(ResourceEntry entry) Performs the operation to clear this entry and return it to nascent state.default Optional<ResourceContents> ResourceEntry.OperationalStrategy.doFindResourceContents(ResourceEntry entry) Specifies how theResourceEntryloads contents.default Optional<ResourceId> ResourceEntry.OperationalStrategy.doFindResourceId(ResourceEntry entry) Finds theResourceIdfor theResourceEntry.ResourceEntry.OperationalStrategy.doGetReversePathsImmutable(ResourceEntry entry) Gets the immutable reverse links from theResourceEntrydefault booleanResourceEntry.OperationalStrategy.doIsOriginalContent(ResourceEntry entry) Returns true if the content is the original content.default booleanResourceEntry.OperationalStrategy.doIsOriginalReversePaths(ResourceEntry entry) Returns true if the content is the original content.default booleanResourceEntry.OperationalStrategy.doLink(ResourceEntry entry, Path toLink) Specifies how theResourceEntryunlinks from the whole view of the snapshot.default booleanResourceEntry.OperationalStrategy.doUnlink(ResourceEntry entry, Path toUnlink) Specifies how theResourceEntryunlinks from the whole view of the snapshot.default ResourceContentsResourceEntry.OperationalStrategy.doUpdateResourceContents(ResourceEntry resourceEntry) Specifies how theResourceEntryupdates contents.static booleanNullResourceEntry.isNull(ResourceEntry entry) -
Uses of ResourceEntry in dev.getelements.elements.rt.transact.unix
Classes in dev.getelements.elements.rt.transact.unix that implement ResourceEntryModifier and TypeClassDescriptionclassclassclassMethods in dev.getelements.elements.rt.transact.unix that return ResourceEntryModifier and TypeMethodDescriptionUnixFSResourceIndex.newEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Methods in dev.getelements.elements.rt.transact.unix that return types with arguments of type ResourceEntryModifier and TypeMethodDescriptionUnixFSPathIndex.findEntry(Path path, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) UnixFSResourceIndex.findEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy)