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.Unlink
ResourceService.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 multipleResource
s.ResourceService.unlinkMultiple
(Path path, int max, Consumer<Resource> removed) Unlinks multipleResource
s.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 associatedResourceId
is linked by no otherPath
s, then this method will also delete theResourceId
associated 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)