Uses of Interface
dev.getelements.elements.rt.ResourceService.Unlink
Packages that use ResourceService.Unlink
-
Uses of ResourceService.Unlink in dev.getelements.elements.rt
Classes in dev.getelements.elements.rt that implement ResourceService.UnlinkMethods in dev.getelements.elements.rt that return ResourceService.UnlinkModifier and TypeMethodDescriptiondefault ResourceService.UnlinkResourceService.unlinkPath(Path path) Similar toResourceService.unlinkPath(Path, Consumer), however, this assumes that the final action should remove and destroy the associatedResource.ResourceService.unlinkPath(Path path, Consumer<Resource> removed) Methods in dev.getelements.elements.rt that return types with arguments of type ResourceService.UnlinkModifier and TypeMethodDescriptiondefault List<ResourceService.Unlink> ResourceService.unlinkMultiple(Path path, int max) Unlinks multipleResources.ResourceService.unlinkMultiple(Path path, int max, Consumer<Resource> removed) Unlinks multipleResources.Constructors in dev.getelements.elements.rt with parameters of type ResourceService.Unlink -
Uses of ResourceService.Unlink in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return ResourceService.UnlinkModifier and TypeMethodDescriptionReadWriteTransaction.unlinkPath(Path path) Unlinks the suppliedPath, if the associatedResourceIdis linked by no otherPaths, then this method will also delete theResourceIdassociated with it.TransactionalResourceService.unlinkPath(Path path, Consumer<Resource> removed) Methods in dev.getelements.elements.rt.transact that return types with arguments of type ResourceService.UnlinkModifier and TypeMethodDescriptionTransactionalResourceService.unlinkMultiple(Path path, int max, Consumer<Resource> removed)