@PublicApi public interface ItemAttributeContext extends AttributeLoaderContext
The context interface for item attribute loaders.
ItemAttributeLoader| Modifier and Type | Method and Description |
|---|---|
<I> I |
getItem(Class<I> itemClass)
Returns the object representing the loaded item.
|
ItemIdentity |
getItemId()
Returns the item being currently loaded, equal to the first parameter of
ItemAttributeLoader.loadValue(com.almworks.jira.structure.api.item.ItemIdentity, com.almworks.jira.structure.api.attribute.loader.ItemAttributeContext). |
addTrail, addTrail, getDependencyAttributeValue, getDependencyValue, valueExpiresgetBaseStructureId, getBaseUrl, getI18n, getI18nHelper, getLoadTimeMillis, getLoadTimeNanos, getLocale, getObject, getTimeZone, getUser, putObject@NotNull ItemIdentity getItemId()
ItemAttributeLoader.loadValue(com.almworks.jira.structure.api.item.ItemIdentity, com.almworks.jira.structure.api.attribute.loader.ItemAttributeContext).@Nullable
<I> I getItem(@NotNull
Class<I> itemClass)
itemClass - expected object typenull if it cannot be providedStructureRow.getItem(Class)Copyright © 2022 ALM Works. All Rights Reserved.