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 byRowManagerif the code requests a non-existent row.RowManageris responsible for maintaining row database and row properties.RowMapperhelps track the original row IDs for copied row.RowRetrieveris an abstraction of an object that can provide an instance ofStructureRowby its numeric ID.StructureRowinstances 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.