Uses of Interface
com.almworks.jira.structure.api.attribute.loader.PropagateAttributeContext.Parent
Packages that use PropagateAttributeContext.Parent
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of PropagateAttributeContext.Parent in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader with parameters of type PropagateAttributeContext.ParentModifier and TypeMethodDescriptionBiFunction<StructureRow,PropagateAttributeContext, AttributeValue<T>> PropagateAttributeLoader.loadChildren(AttributeValue<T> parentValue, PropagateAttributeContext.Parent context) Provider of a loading function for the children of the given parent row. -
Uses of PropagateAttributeContext.Parent in com.almworks.jira.structure.api.attribute.loader.basic
Methods in com.almworks.jira.structure.api.attribute.loader.basic with parameters of type PropagateAttributeContext.ParentModifier and TypeMethodDescriptionBiFunction<StructureRow,PropagateAttributeContext, AttributeValue<T>> InheritedValueLoader.loadChildren(AttributeValue<T> parentValue, PropagateAttributeContext.Parent parentContext) -
Uses of PropagateAttributeContext.Parent in com.almworks.jira.structure.api.attribute.loader.delegate
Methods in com.almworks.jira.structure.api.attribute.loader.delegate with parameters of type PropagateAttributeContext.ParentModifier and TypeMethodDescriptionBiFunction<StructureRow,PropagateAttributeContext, AttributeValue<T>> DelegatingPropagateAttributeLoader.loadChildren(AttributeValue<T> parentValue, PropagateAttributeContext.Parent context)