Package | Description |
---|---|
com.almworks.jira.structure.api.backup | |
com.almworks.jira.structure.api.item |
Modifier and Type | Method and Description |
---|---|
com.almworks.integers.LongObjMap<ItemIdentitySet> |
ErrorsContainer.getInvalidHistoryItems() |
com.almworks.integers.LongObjMap<ItemIdentitySet> |
ErrorsContainer.getInvalidStructureItems() |
Modifier and Type | Method and Description |
---|---|
ItemIdentitySet |
ItemIdentitySet.copy() |
ItemIdentitySet |
ItemIdentitySet.copyAllOfType(String typeId) |
ItemIdentitySet |
ItemIdentitySet.makeImmutable() |
static ItemIdentitySet |
ItemIdentitySet.of(String itemType,
Iterable<String> ids) |
static ItemIdentitySet |
ItemIdentitySet.of(String itemType,
long[] ids) |
static ItemIdentitySet |
ItemIdentitySet.of(String itemType,
com.almworks.integers.LongIterable ids) |
Modifier and Type | Method and Description |
---|---|
void |
DeadItemsCheckingItemType.filterDead(ItemIdentitySet items,
ItemIdentitySet deadCollector)
Item is considered dead, if the item ID is guaranteed to never be valid again.
|
void |
BulkAccessCheckingItemType.filterInaccessible(ItemIdentitySet items,
com.atlassian.jira.user.ApplicationUser user,
boolean overrideSecurity,
ItemIdentitySet inaccessibleCollector) |
Copyright © 2017 ALM Works. All Rights Reserved.