Uses of Enum Class
com.almworks.jira.structure.api.attribute.loader.AttributeContextDependency
Packages that use AttributeContextDependency
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of AttributeContextDependency in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader that return AttributeContextDependencyModifier and TypeMethodDescriptionstatic AttributeContextDependencyReturns the enum constant of this class with the specified name.static AttributeContextDependency[]AttributeContextDependency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.attribute.loader that return types with arguments of type AttributeContextDependencyModifier and TypeMethodDescriptiondefault Set<AttributeContextDependency>AttributeLoader.getContextDependencies()Indicates which context values are used to calculate the value of the attribute.static Set<AttributeContextDependency>AttributeContextDependency.guessContextDependencies(AttributeSpec<?> spec) static Set<AttributeContextDependency>AttributeContextDependency.union(Set<AttributeContextDependency> set, AttributeContextDependency... additional) Methods in com.almworks.jira.structure.api.attribute.loader with parameters of type AttributeContextDependencyModifier and TypeMethodDescriptionstatic Set<AttributeContextDependency>AttributeContextDependency.union(Set<AttributeContextDependency> set, AttributeContextDependency... additional) Method parameters in com.almworks.jira.structure.api.attribute.loader with type arguments of type AttributeContextDependencyModifier and TypeMethodDescriptionstatic Set<AttributeContextDependency>AttributeContextDependency.union(Set<AttributeContextDependency> set, AttributeContextDependency... additional) -
Uses of AttributeContextDependency in com.almworks.jira.structure.api.attribute.loader.builder
Methods in com.almworks.jira.structure.api.attribute.loader.builder that return types with arguments of type AttributeContextDependencyModifier and TypeMethodDescriptionprotected Set<AttributeContextDependency>AttributeLoaderBuilder.buildContextDependencies()BaseAttributeLoader.getContextDependencies()BiDerivedAttributeLoaderBuilder.BuiltBiDerivedLoader.getContextDependencies()UniDerivedAttributeLoaderBuilder.BuiltDerivedLoader.getContextDependencies()Methods in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type AttributeContextDependencyModifier and TypeMethodDescriptionAttributeLoaderBuilder.contextDependencies(AttributeContextDependency... dependencies) AttributeLoaderBuilder.contextDependency(AttributeContextDependency dependency) Constructor parameters in com.almworks.jira.structure.api.attribute.loader.builder with type arguments of type AttributeContextDependencyModifierConstructorDescriptionBuiltBiDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends X> xDependency, AttributeSpec<? extends Y> yDependency, boolean yield, BiFunction<X, Y, T> derivationFunction, Function<X, ItemIdentity> xTrailFunction, Function<Y, ItemIdentity> yTrailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) BuiltDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends D> dependency, boolean yield, BiFunction<? super D, DerivedAttributeContext, ? extends T> derivationFunction, Function<D, ItemIdentity> trailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) -
Uses of AttributeContextDependency in com.almworks.jira.structure.api.attribute.loader.composition
Methods in com.almworks.jira.structure.api.attribute.loader.composition that return types with arguments of type AttributeContextDependencyModifier and TypeMethodDescriptionstatic <L extends AttributeLoader<?>>
Set<AttributeContextDependency>CompositeAttributeLoader.getCompositeContextDependencies(Collection<L> loaders) CompositeAttributeLoader.getContextDependencies() -
Uses of AttributeContextDependency in com.almworks.jira.structure.api.attribute.loader.delegate
Methods in com.almworks.jira.structure.api.attribute.loader.delegate that return types with arguments of type AttributeContextDependency