Package com.almworks.jira.structure.api.row
package com.almworks.jira.structure.api.row
This package's primary citizen is RowManager
, a component
responsible for rows.
-
ClassDescriptionThese values may be used to optimize the access to
StructureRow
, based on whether the client code is going to use theStructureRow.getItem(java.lang.Class<I>)
method or not, and whether it is important that the current user has access to that item.This exception is thrown byRowManager
if the code requests a non-existent row.RowManager
is responsible for maintaining row database and row properties.RowMapper
helps track the original row IDs for copied row.RowRetriever
is an abstraction of an object that can provide an instance ofStructureRow
by its numeric ID.StructureRow
instances represent rows, main building blocks of a forest.The super-root is a fictional row that is present in every forest as the parent of all root rows.