Uses of Interface
dev.getelements.elements.sdk.ElementScope
Packages that use ElementScope
Package
Description
The Guice SDK module is intended for using Guice to build an
Element
based
system.-
Uses of ElementScope in dev.getelements.elements.sdk
Methods in dev.getelements.elements.sdk that return ElementScopeModifier and TypeMethodDescriptiondefault ElementScope
Element.getCurrentScope()
Gets the currentElementScope
, if available.Methods in dev.getelements.elements.sdk that return types with arguments of type ElementScopeModifier and TypeMethodDescriptionElement.findCurrentScope()
Attempts to find the current scope, returning anOptional
containing the scope, if present. -
Uses of ElementScope in dev.getelements.elements.sdk.guice
Methods in dev.getelements.elements.sdk.guice that return types with arguments of type ElementScopeMethod parameters in dev.getelements.elements.sdk.guice with type arguments of type ElementScopeModifier and TypeMethodDescriptionvoid
GuiceServiceLocator.setScopeThreadLocal
(ReentrantThreadLocal<ElementScope> scopeThreadLocal) -
Uses of ElementScope in dev.getelements.elements.sdk.spi
Classes in dev.getelements.elements.sdk.spi that implement ElementScopeMethods in dev.getelements.elements.sdk.spi that return types with arguments of type ElementScope -
Uses of ElementScope in dev.getelements.elements.sdk.spi.guice
Methods in dev.getelements.elements.sdk.spi.guice that return types with arguments of type ElementScope