Uses of Interface
com.almworks.jira.structure.api.attribute.ValueColumn
Packages that use ValueColumn
Package
Description
This package provides Attribute API.
This package's primary citizen is
RowManager, a component
responsible for rows.-
Uses of ValueColumn in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute that return ValueColumnMethods in com.almworks.jira.structure.api.attribute with parameters of type ValueColumnModifier and TypeMethodDescription<T> voidAttributeValuesReceiver.receiveValues(AttributeSpec<T> attributeSpec, ValueColumn<Long, T> values) Offers the receiver to retrieve the values for the specified attribute. -
Uses of ValueColumn in com.almworks.jira.structure.api.row
Methods in com.almworks.jira.structure.api.row that return ValueColumnModifier and TypeMethodDescription<T> ValueColumn<Long,T> RowMapper.Mapping.createMappedResultColumn(ValueColumn<Long, T> actualColumn) Methods in com.almworks.jira.structure.api.row with parameters of type ValueColumnModifier and TypeMethodDescription<T> ValueColumn<Long,T> RowMapper.Mapping.createMappedResultColumn(ValueColumn<Long, T> actualColumn)