| Package | Description |
|---|---|
| com.almworks.jira.structure.api |
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
|
| com.almworks.jira.structure.api.row |
This package's primary citizen is
RowManager, a component
responsible for rows. |
| Modifier and Type | Method and Description |
|---|---|
ItemResolver |
StructureComponents.getItemResolver()
Returns a service that resolves
ItemIdentity into an object that represents that item. |
| Modifier and Type | Field and Description |
|---|---|
protected ItemResolver |
SimpleRow.myResolver |
| Modifier and Type | Method and Description |
|---|---|
static StructureRow |
SimpleRow.create(long rowId,
ItemIdentity itemId,
long semantics,
ItemResolver resolver) |
static StructureRow |
SimpleRow.create(long rowId,
ItemIdentity itemId,
long semantics,
ItemResolver resolver,
boolean skipAccessCheck) |
static StructureRow |
SimpleRow.create(long rowId,
ItemIdentity itemId,
long semantics,
ItemResolver resolver,
ItemAccessMode accessMode) |
Copyright © 2023 ALM Works. All Rights Reserved.