Uses of Interface
com.almworks.jira.structure.api.attribute.StructureAttributeService
Packages that use StructureAttributeService
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
- 
Uses of StructureAttributeService in com.almworks.jira.structure.api
Methods in com.almworks.jira.structure.api that return StructureAttributeServiceModifier and TypeMethodDescriptionStructureComponents.getAttributeService()Returns the service that is used to calculate and get field values and other attributes for items. - 
Uses of StructureAttributeService in com.almworks.jira.structure.api.generator.util
Methods in com.almworks.jira.structure.api.generator.util with parameters of type StructureAttributeServiceModifier and TypeMethodDescriptionstatic Pair<RowValues,RecordingAttributeUpdateChecker> GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context, AttributeSpec<?> spec, LongList rows, StructureAttributeService attributeService) static Pair<RowValues,RecordingAttributeUpdateChecker> GenerationUtil.getValuesFromSubjectForest(StructureGenerator.GenerationContext context, Collection<? extends AttributeSpec<?>> specs, LongList rows, StructureAttributeService attributeService)  - 
Uses of StructureAttributeService in com.almworks.jira.structure.api.util
Methods in com.almworks.jira.structure.api.util with parameters of type StructureAttributeServiceModifier and TypeMethodDescriptionstatic ItemDisplayableStructureUtil.getItemDisplayable(ItemIdentity itemId, StructureAttributeService attributeService) static ItemDisplayableStructureUtil.getItemDisplayable(StructureRow row, StructureAttributeService attributeService) static Map<ItemIdentity,ItemDisplayable> StructureUtil.getItemDisplayable(Collection<ItemIdentity> itemIds, StructureAttributeService attributeService)