Uses of Class
com.almworks.jira.structure.api.item.ItemIdentity
Packages that use ItemIdentity
Package
Description
This package provides Attribute API.
This package is a part of Structure Attributes SPI.
This package's primary citizen is
RowManager, a component
responsible for rows.-
Uses of ItemIdentity in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute that return ItemIdentityModifier and TypeMethodDescriptionAttributeErrorInfo.getItemId()If the problem happened when loading a particular item, returns that item IDMethod parameters in com.almworks.jira.structure.api.attribute with type arguments of type ItemIdentityModifier and TypeMethodDescriptionStructureAttributeService.getItemValues(Collection<ItemIdentity> itemIds, Collection<? extends AttributeSpec<?>> attributes) Loads item-based values for the given items.Constructors in com.almworks.jira.structure.api.attribute with parameters of type ItemIdentityModifierConstructorDescriptionAttributeErrorInfo(AttributeSpec<?> attributeSpec, Long rowId, ItemIdentity itemId, Throwable cause) -
Uses of ItemIdentity in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader that return ItemIdentityModifier and TypeMethodDescriptionTrailItemSet.OneItem.getItem()ItemAttributeContext.getItemId()Returns the item being currently loaded, equal to the first parameter ofItemAttributeLoader.loadValue(com.almworks.jira.structure.api.item.ItemIdentity, com.almworks.jira.structure.api.attribute.loader.ItemAttributeContext).Methods in com.almworks.jira.structure.api.attribute.loader that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionTrailItemSet.Collector.getItems()TrailItemSet.SpecificItems.getItems()Methods in com.almworks.jira.structure.api.attribute.loader with parameters of type ItemIdentityModifier and TypeMethodDescriptiondefault voidAttributeLoaderContext.addTrail(ItemIdentity item) Used to indicate the trail of the value being calculated.booleanTrailItemSet.AllItems.contains(ItemIdentity id) abstract booleanTrailItemSet.contains(ItemIdentity id) Checks if the set contains the given item.booleanTrailItemSet.None.contains(ItemIdentity id) booleanTrailItemSet.OneItem.contains(ItemIdentity id) booleanTrailItemSet.OneType.contains(ItemIdentity id) booleanTrailItemSet.SpecificItems.contains(ItemIdentity id) booleanTrailItemSet.SpecificTypes.contains(ItemIdentity id) TrailItemSet.AllItems.expand(ItemIdentity trailItem) abstract TrailItemSetTrailItemSet.expand(ItemIdentity trailItem) Expands the set to include the given item.TrailItemSet.None.expand(ItemIdentity trailItem) TrailItemSet.OneItem.expand(ItemIdentity trailItem) TrailItemSet.OneType.expand(ItemIdentity trailItem) TrailItemSet.SpecificItems.expand(ItemIdentity trailItem) TrailItemSet.SpecificTypes.expand(ItemIdentity trailItem) ItemAttributeLoader.loadValue(ItemIdentity itemId, ItemAttributeContext context) The loading function.static TrailItemSetTrailItemSet.of(ItemIdentity... ids) Constructs a set for specific item IDs.voidTrailItemSet.Collector.visitItem(ItemIdentity item) voidTrailItemSet.ReadVisitor.visitItem(ItemIdentity item) Method parameters in com.almworks.jira.structure.api.attribute.loader with type arguments of type ItemIdentityModifier and TypeMethodDescriptionbooleanTrailItemSet.containsAny(Collection<ItemIdentity> itemIds) static TrailItemSetTrailItemSet.of(Collection<ItemIdentity> ids) Constructs a set for specific item IDs.default voidItemAttributeLoader.preload(Collection<ItemIdentity> itemIds, AttributeContext context) Optional method to perform any bulk actions on a set of items beforeItemAttributeLoader.loadValue(com.almworks.jira.structure.api.item.ItemIdentity, com.almworks.jira.structure.api.attribute.loader.ItemAttributeContext)method is called for each item in the collection. -
Uses of ItemIdentity in com.almworks.jira.structure.api.attribute.loader.basic
Methods in com.almworks.jira.structure.api.attribute.loader.basic with parameters of type ItemIdentityModifier and TypeMethodDescriptionItemClassAttributeLoader.loadValue(ItemIdentity itemId, ItemAttributeContext context) -
Uses of ItemIdentity in com.almworks.jira.structure.api.attribute.loader.builder
Methods in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type ItemIdentityModifier and TypeMethodDescriptionAttributeLoaderBuilder.globalTrail(ItemIdentity item) BaseItemAttributeLoader.loadValue(ItemIdentity itemId, ItemAttributeContext context) Method parameters in com.almworks.jira.structure.api.attribute.loader.builder with type arguments of type ItemIdentityModifier and TypeMethodDescriptionItemAttributeLoaderBuilder.itemTrail(Function<I, ItemIdentity> itemTrailFunction) voidBaseItemAttributeLoader.preload(Collection<ItemIdentity> itemIds, AttributeContext context) ItemAttributeLoaderBuilder.preload(BiConsumer<Collection<ItemIdentity>, AttributeContext> preloadFunction) UniDerivedAttributeLoaderBuilder.trail(Function<D, ItemIdentity> trailFunction) ItemAttributeLoaderBuilder.valueFunctionII(BiFunction<ItemIdentity, ItemAttributeContext, ? extends T> valueFunction) ItemAttributeLoaderBuilder.valueFunctionII(Function<ItemIdentity, ? extends T> valueFunction) ItemAttributeLoaderBuilder.valueFunctionIIAV(BiFunction<ItemIdentity, ItemAttributeContext, AttributeValue<T>> loadingFunction) ItemAttributeLoaderBuilder.valueFunctionIIAV(Function<ItemIdentity, AttributeValue<T>> valueFunction) ItemAttributeLoaderBuilder.valueTrail(Function<T, ItemIdentity> valueBasedTrailFunction) BiDerivedAttributeLoaderBuilder.xTrail(Function<X, ItemIdentity> xTrailFunction) BiDerivedAttributeLoaderBuilder.yTrail(Function<Y, ItemIdentity> yTrailFunction) Constructor parameters in com.almworks.jira.structure.api.attribute.loader.builder with type arguments of type ItemIdentityModifierConstructorDescriptionBaseItemAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, Predicate<String> itemTypeSupportedPredicate, BiFunction<ItemIdentity, ItemAttributeContext, AttributeValue<T>> attributeFunction, BiConsumer<Collection<ItemIdentity>, AttributeContext> preloadFunction) BaseItemAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, Predicate<String> itemTypeSupportedPredicate, BiFunction<ItemIdentity, ItemAttributeContext, AttributeValue<T>> attributeFunction, BiConsumer<Collection<ItemIdentity>, AttributeContext> preloadFunction) BuiltBiDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends X> xDependency, AttributeSpec<? extends Y> yDependency, boolean yield, BiFunction<X, Y, T> derivationFunction, Function<X, ItemIdentity> xTrailFunction, Function<Y, ItemIdentity> yTrailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) BuiltDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends D> dependency, boolean yield, BiFunction<? super D, DerivedAttributeContext, ? extends T> derivationFunction, Function<D, ItemIdentity> trailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) -
Uses of ItemIdentity in com.almworks.jira.structure.api.attribute.loader.delegate
Methods in com.almworks.jira.structure.api.attribute.loader.delegate with parameters of type ItemIdentityModifier and TypeMethodDescriptionDelegatingItemAttributeLoader.loadValue(ItemIdentity itemId, ItemAttributeContext context) Method parameters in com.almworks.jira.structure.api.attribute.loader.delegate with type arguments of type ItemIdentityModifier and TypeMethodDescriptionvoidDelegatingItemAttributeLoader.preload(Collection<ItemIdentity> itemIds, AttributeContext context) -
Uses of ItemIdentity in com.almworks.jira.structure.api.backup
Methods in com.almworks.jira.structure.api.backup that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionErrorsContainer.getInvalidItemMessages()MigrationMapping.getItemIds()Returns non-issue item IDs (folders, memos, generators, etc) mapping.MigrationMapping.getItemIds()Returns non-issue item IDs (folders, memos, generators, etc) mapping. -
Uses of ItemIdentity in com.almworks.jira.structure.api.cache.access
Method parameters in com.almworks.jira.structure.api.cache.access with type arguments of type ItemIdentityModifier and TypeMethodDescriptionForestAccessCache.getInvisibleItems(Set<ItemIdentity> items, ApplicationUser user) -
Uses of ItemIdentity in com.almworks.jira.structure.api.effect
Methods in com.almworks.jira.structure.api.effect that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionEffectResponse.getAffectedItems()Returns the list ofitem IDsaffected by the change.Method parameters in com.almworks.jira.structure.api.effect with type arguments of type ItemIdentityModifier and TypeMethodDescriptionstatic StoredEffectCoreEffects.emitWarning(I18nText i18nText, List<ItemIdentity> itemIdentities) Returns a description of an effect that can't be deserialized successfully but used to describe a specific problem.static EffectResponseEffectResponse.empty(I18nText description, List<ItemIdentity> affectedItems) Constructs an empty response, which means that the requested change is possible, but not required.static EffectResponseEffectResponse.error(I18nText error, I18nText description, List<ItemIdentity> affectedItems) Constructs an error response, which means that the requested change is impossible.static EffectResponseEffectResponse.valid(Effect effect, I18nText successMessage, I18nText description, List<ItemIdentity> affectedItems) Constructs a valid response, which means that the requested change is both needed and possible.Constructor parameters in com.almworks.jira.structure.api.effect with type arguments of type ItemIdentityModifierConstructorDescriptionEmpty(I18nText description, List<ItemIdentity> affectedItems) Error(I18nText error, I18nText description, List<ItemIdentity> affectedItems) -
Uses of ItemIdentity in com.almworks.jira.structure.api.effector.process
Methods in com.almworks.jira.structure.api.effector.process that return types with arguments of type ItemIdentity -
Uses of ItemIdentity in com.almworks.jira.structure.api.error
Methods in com.almworks.jira.structure.api.error that return ItemIdentityModifier and TypeMethodDescriptionStructureException.getItem()Returns related item, or null if no item is related.Methods in com.almworks.jira.structure.api.error with parameters of type ItemIdentityModifier and TypeMethodDescriptiondefault StructureException.BuilderStructureError.forItem(ItemIdentity item) A shortcut to calling the same method onStructureExceptionbuilder.StructureException.Builder.forItem(ItemIdentity item) Constructors in com.almworks.jira.structure.api.error with parameters of type ItemIdentityModifierConstructorDescriptionprotectedStructureException(StructureError error, Throwable cause, Long structure, Long view, Long row, ItemIdentity item, String message, String messageKey, Object... messageParameters) Constructs an instance of this exception. -
Uses of ItemIdentity in com.almworks.jira.structure.api.event
Methods in com.almworks.jira.structure.api.event that return ItemIdentityModifier and TypeMethodDescriptionStructureItemConvertedEvent.getSourceItemId()StructureItemConvertedEvent.getTargetItemId()Constructors in com.almworks.jira.structure.api.event with parameters of type ItemIdentityModifierConstructorDescriptionStructureItemConvertedEvent(long structureId, ItemIdentity sourceItemId, ItemIdentity targetItemId) -
Uses of ItemIdentity in com.almworks.jira.structure.api.forest.action
Constructors in com.almworks.jira.structure.api.forest.action with parameters of type ItemIdentityModifierConstructorDescriptionAdd(ItemIdentity itemId, long under, long after, long before) Add(ItemIdentity itemId, long semantics, long under, long after, long before) -
Uses of ItemIdentity in com.almworks.jira.structure.api.forest.item
Methods in com.almworks.jira.structure.api.forest.item that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptiondefault Set<ItemIdentity>ItemForest.collectItemIds(LongIterable rows) Methods in com.almworks.jira.structure.api.forest.item with parameters of type ItemIdentityModifier and TypeMethodDescriptionItemForestBuilderImpl.nextRow(ItemIdentity itemId) ItemForestBuilderImpl.nextRow(ItemIdentity itemId, long semantics) ItemListBuilder.nextRow(ItemIdentity itemId) Appends a new row with the given item identity.ItemListBuilder.nextRow(ItemIdentity itemId, long semantics) Appends a new row with the given item identity and semantics. -
Uses of ItemIdentity in com.almworks.jira.structure.api.generator
Methods in com.almworks.jira.structure.api.generator that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionStructureGenerator.Grouper.GrouperFunction.getGroups(StructureRow row) Methods in com.almworks.jira.structure.api.generator with parameters of type ItemIdentityModifier and TypeMethodDescriptionbooleanStructureGenerator.Grouper.GrouperFunction.isExclusiveGroup(ItemIdentity group) <T> TStructureGenerator.ItemChangeFilterContext.resolveItem(ItemIdentity itemId, Class<T> itemClass) Method parameters in com.almworks.jira.structure.api.generator with type arguments of type ItemIdentityModifier and TypeMethodDescriptionbooleanItemChangeFilter.accept(Set<ItemIdentity> itemIds, StructureGenerator.ItemChangeFilterContext context) Checks if any of changed items may affect the built forest.voidStructureGenerator.Grouper.GrouperFunction.createGroupRows(Set<ItemIdentity> groups, ItemListBuilder builder) -
Uses of ItemIdentity in com.almworks.jira.structure.api.generator.util
Methods in com.almworks.jira.structure.api.generator.util with parameters of type ItemIdentityModifier and TypeMethodDescriptionstatic RecordingItemChangeFilterBasicItemChangeFilter.createRecording(ItemIdentity... items) final voidBasicItemChangeFilter.recordItem(ItemIdentity itemId) voidRecordingItemChangeFilter.EmptyFilter.recordItem(ItemIdentity id) voidRecordingItemChangeFilter.recordItem(ItemIdentity itemId) Method parameters in com.almworks.jira.structure.api.generator.util with type arguments of type ItemIdentityModifier and TypeMethodDescriptionbooleanBasicItemChangeFilter.accept(Set<ItemIdentity> itemIds, StructureGenerator.ItemChangeFilterContext context) booleanRecordingItemChangeFilter.EmptyFilter.accept(Set<ItemIdentity> itemIds, StructureGenerator.ItemChangeFilterContext context) booleanSingleItemChangeFilter.accept(Set<ItemIdentity> itemIds, StructureGenerator.ItemChangeFilterContext context) static ItemChangeFilterBasicItemChangeFilter.forItems(LongSet issues, Set<ItemIdentity> nonIssues) Constructors in com.almworks.jira.structure.api.generator.util with parameters of type ItemIdentityConstructor parameters in com.almworks.jira.structure.api.generator.util with type arguments of type ItemIdentityModifierConstructorDescriptionprotectedBasicItemChangeFilter(WritableLongSet writableIssues, Set<ItemIdentity> writableNonIssues) -
Uses of ItemIdentity in com.almworks.jira.structure.api.item
Subclasses of ItemIdentity in com.almworks.jira.structure.api.itemModifier and TypeClassDescriptionstatic final classRepresents long-based ID.static final classRepresents string-based ID.Fields in com.almworks.jira.structure.api.item declared as ItemIdentityModifier and TypeFieldDescriptionstatic final ItemIdentityAuxiliaryIdentities.ALL_REMOTE_ISSUE_LINKSstatic final ItemIdentityItemIdentity.ITEM_ZERORepresents non-existing item.static final ItemIdentityCoreIdentities.MISSING_ITEMstatic final ItemIdentityCoreIdentities.NEW_EFFECTORstatic final ItemIdentityCoreIdentities.NEW_FOLDERstatic final ItemIdentityCoreIdentities.NEW_GENERATORstatic final ItemIdentityCoreIdentities.NEW_ISSUEMethods in com.almworks.jira.structure.api.item that return ItemIdentityModifier and TypeMethodDescriptionstatic ItemIdentityCoreIdentities.artificialTask(long artificialTaskId) Deprecated.static ItemIdentityCoreIdentities.attachment(long id) static ItemIdentityCoreIdentities.attachment(Attachment attachment) static ItemIdentityCoreIdentities.board(long boardId) static ItemIdentityCoreIdentities.changeHistoryGroup(long id) static ItemIdentityCoreIdentities.changeHistoryGroup(ChangeHistory changeHistory) static ItemIdentityCoreIdentities.changeHistoryItem(long id) static ItemIdentityCoreIdentities.comment(long id) static ItemIdentityCoreIdentities.comment(Comment comment) static ItemIdentityCoreIdentities.component(long id) static ItemIdentityCoreIdentities.component(ProjectComponent component) CreatableItemType.createItem(Map<String, Object> values, ErrorCollection errors) static ItemIdentityCoreIdentities.effector(long id) static ItemIdentityCoreIdentities.folder(long folderId) static ItemIdentityCoreIdentities.generator(long id) StructureOwnedItemType.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) Associate an item with a structure, or create a copy of the given item and associate the copy with the structure.static ItemIdentityAuxiliaryIdentities.globalPermission(String key) static ItemIdentityCoreIdentities.group(Group group) static ItemIdentitystatic ItemIdentityCoreIdentities.i18nFolder(String i18nKey) static ItemIdentityCoreIdentities.insightObject(long objectId) static ItemIdentityCoreIdentities.issue(long issueId) static ItemIdentityCoreIdentities.issue(Issue issue) static ItemIdentityCoreIdentities.issueLink(long id) static ItemIdentityCoreIdentities.issueLink(IssueLink issueLink) static ItemIdentityCoreIdentities.issueLinkType(long id) static ItemIdentityCoreIdentities.issueLinkType(IssueLinkType issueLinkType) static ItemIdentityCoreIdentities.issueType(IssueType value) static ItemIdentitystatic ItemIdentityCoreIdentities.label(Label value) static ItemIdentitystatic ItemIdentityCreates a new long-based ID.static ItemIdentityCoreIdentities.loopMarker(long rowId) static ItemIdentityCoreIdentities.memo(long memoId) static ItemIdentityCoreIdentities.memoChangeHistoryGroup(long id) static ItemIdentityCoreIdentities.option(long optionId) static ItemIdentityCoreIdentities.option(Option option) static ItemIdentityParses canonical string representation of the item ID, which can be retrieved withtoString()method.static ItemIdentityCoreIdentities.planningTask(long planningTaskId) static ItemIdentityCoreIdentities.priority(Priority value) static ItemIdentitystatic ItemIdentityCoreIdentities.project(long projectId) static ItemIdentityCoreIdentities.project(Project value) static ItemIdentityCoreIdentities.projectCategory(long projectCategoryId) static ItemIdentityCoreIdentities.projectCategory(ProjectCategory projectCategory) static ItemIdentityAuxiliaryIdentities.projectPermission(String key) static ItemIdentityCoreIdentities.remoteLink(long id) static ItemIdentityCoreIdentities.remoteLink(RemoteIssueLink link) static ItemIdentityCoreIdentities.resolution(Resolution value) static ItemIdentityCoreIdentities.resolution(String id) static ItemIdentityCoreIdentities.sdRequestType(int requestTypeId) static ItemIdentityCoreIdentities.sprint(long sprintId) static ItemIdentityCoreIdentities.status(Status value) static ItemIdentitystatic ItemIdentityCreates a new string-based ID.static ItemIdentityCoreIdentities.structure(long structureId) static ItemIdentityCoreIdentities.tempoAccount(int accountId) static ItemIdentityAuxiliaryIdentities.tempoTeamPermissions(String teamId) static ItemIdentityAuxiliaryIdentities.tempoWorkAttribute(String workAttributeId) static ItemIdentityCoreIdentities.textFolder(String text) static ItemIdentityCoreIdentities.user(ApplicationUser user) static ItemIdentitystatic ItemIdentityCoreIdentities.version(long id) static ItemIdentityCoreIdentities.version(Version version) static ItemIdentityCoreIdentities.versionName(Version version) static ItemIdentityCoreIdentities.versionName(String name) static ItemIdentityCoreIdentities.worklog(long id) static ItemIdentityCoreIdentities.worklog(Worklog worklog) Methods in com.almworks.jira.structure.api.item that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionstatic Set<ItemIdentity>ItemIdentitySet.collectItemIds(RowRetriever rowRetriever, LongIterable rows) ItemVersionUpdate.Empty.getAffectedItems()abstract Set<ItemIdentity>ItemVersionUpdate.getAffectedItems()ItemVersionUpdate.Total.getAffectedItems()ItemIdentitySet.iterator()Methods in com.almworks.jira.structure.api.item with parameters of type ItemIdentityModifier and TypeMethodDescriptionStructureItemType.accessItem(ItemIdentity itemId) Does not check for permissions.booleanItemIdentitySet.add(ItemIdentity id) StructureOwnedItemType.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) Associate an item with a structure, or create a copy of the given item and associate the copy with the structure.static booleanCoreIdentities.isArtificialTask(ItemIdentity itemId) Deprecated.UseCoreIdentities.isPlanningTask(ItemIdentity)instead.static booleanCoreIdentities.isAttachment(ItemIdentity itemId) static booleanCoreIdentities.isAutomation(ItemIdentity itemId) static booleanCoreIdentities.isChangeHistoryGroup(ItemIdentity itemId) static booleanCoreIdentities.isChangeHistoryItem(ItemIdentity itemId) static booleanCoreIdentities.isComment(ItemIdentity itemId) static booleanCoreIdentities.isComponent(ItemIdentity itemId) static booleanCoreIdentities.isEffector(ItemIdentity itemId) static booleanCoreIdentities.isFolder(ItemIdentity itemId) static booleanCoreIdentities.isGenerator(ItemIdentity itemId) static booleanCoreIdentities.isGroup(ItemIdentity itemId) static booleanCoreIdentities.isIssue(ItemIdentity itemId) static booleanCoreIdentities.isIssueLink(ItemIdentity itemId) static booleanCoreIdentities.isIssueLinkType(ItemIdentity itemId) static booleanCoreIdentities.isIssueType(ItemIdentity itemId) static booleanCoreIdentities.isLabel(ItemIdentity itemId) static booleanCoreIdentities.isLoopMarker(ItemIdentity itemId) static booleanCoreIdentities.isMemo(ItemIdentity itemId) static booleanCoreIdentities.isMemoChangeHistoryGroup(ItemIdentity itemId) static booleanCoreIdentities.isOption(ItemIdentity itemId) static booleanCoreIdentities.isPlanningTask(ItemIdentity itemId) static booleanCoreIdentities.isPriority(ItemIdentity itemId) static booleanCoreIdentities.isProject(ItemIdentity itemId) static booleanCoreIdentities.isRemoteLink(ItemIdentity itemId) static booleanCoreIdentities.isResolution(ItemIdentity itemId) static booleanCoreIdentities.isSprint(ItemIdentity itemId) static booleanCoreIdentities.isStatus(ItemIdentity itemId) static booleanCoreIdentities.isStructure(ItemIdentity itemId) static booleanCoreIdentities.isTempoAccount(ItemIdentity itemId) static booleanCoreIdentities.isUser(ItemIdentity itemId) static booleanCoreIdentities.isVersion(ItemIdentity itemId) static booleanCoreIdentities.isVersionName(ItemIdentity itemId) static booleanCoreIdentities.isWorklog(ItemIdentity itemId) voidItemTracker.recordChange(ItemIdentity id) Convenience method for callingItemTracker.recordChanges(java.lang.Iterable<com.almworks.jira.structure.api.item.ItemIdentity>)for a single item.<T> TItemResolver.resolveItem(ItemIdentity itemId, Class<T> itemClass) ItemResolver.resolveUnchecked(ItemIdentity itemId) voidUpdatableItemType.updateItem(ItemIdentity itemId, Map<String, Object> values, ErrorCollection errors) Method parameters in com.almworks.jira.structure.api.item with type arguments of type ItemIdentityModifier and TypeMethodDescriptionvoidBulkAccessibleItemType.accessItems(Collection<ItemIdentity> itemIdentities, BiConsumer<ItemIdentity, T> consumer) voidBulkAccessibleItemType.accessItems(Collection<ItemIdentity> itemIdentities, BiConsumer<ItemIdentity, T> consumer) booleanItemIdentitySet.addAll(Collection<? extends ItemIdentity> c) voidItemTracker.recordChanges(Iterable<ItemIdentity> ids) Records changes of the specified items.<T> voidItemResolver.resolveItems(Collection<ItemIdentity> itemIds, Class<T> itemClass, BiConsumer<ItemIdentity, T> consumer) Resolves all the items from the given id collection and passes them to consumer.<T> voidItemResolver.resolveItems(Collection<ItemIdentity> itemIds, Class<T> itemClass, BiConsumer<ItemIdentity, T> consumer) Resolves all the items from the given id collection and passes them to consumer.voidItemResolver.resolveItemsUnchecked(Collection<ItemIdentity> itemIds, BiConsumer<ItemIdentity, Object> consumer) Resolves all the items from the given id collection and passes them to consumer.voidItemResolver.resolveItemsUnchecked(Collection<ItemIdentity> itemIds, BiConsumer<ItemIdentity, Object> consumer) Resolves all the items from the given id collection and passes them to consumer.Constructors in com.almworks.jira.structure.api.item with parameters of type ItemIdentityConstructor parameters in com.almworks.jira.structure.api.item with type arguments of type ItemIdentity -
Uses of ItemIdentity in com.almworks.jira.structure.api.item.generic
Methods in com.almworks.jira.structure.api.item.generic that return ItemIdentityModifier and TypeMethodDescriptionGenericItemManager.createItem(String itemType, GenericItem genericItem) GenericItemType.createItem(Map<String, Object> values, ErrorCollection errors) GenericItemService.DeleteValidationResult.getItemId()GenericItemService.GenericItemResult.getItemId()GenericItemService.UpdateValidationResult.getItemId()GenericItemManager.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) GenericItemType.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) Methods in com.almworks.jira.structure.api.item.generic with parameters of type ItemIdentityModifier and TypeMethodDescriptionGenericItemType.accessItem(ItemIdentity itemId) voidGenericItemManager.deleteItem(ItemIdentity itemId) GenericItemManager.getItem(ItemIdentity itemId) GenericItemService.getItem(ItemIdentity itemId) GenericItemManager.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) GenericItemType.getOwnedItem(ItemIdentity itemId, long structureId, boolean copyIfSame) voidGenericItemManager.updateItem(ItemIdentity itemId, GenericItem genericItem) voidGenericItemType.updateItem(ItemIdentity itemId, Map<String, Object> values, ErrorCollection errors) GenericItemService.validateDelete(ItemIdentity itemId) GenericItemService.validateUpdate(ItemIdentity itemId, GenericItem genericItem) Method parameters in com.almworks.jira.structure.api.item.generic with type arguments of type ItemIdentityModifier and TypeMethodDescriptionvoidGenericItemManager.loadItems(Set<ItemIdentity> itemIds, BiConsumer<ItemIdentity, GenericItem> consumer) voidGenericItemManager.loadItems(Set<ItemIdentity> itemIds, BiConsumer<ItemIdentity, GenericItem> consumer) Constructors in com.almworks.jira.structure.api.item.generic with parameters of type ItemIdentityModifierConstructorDescriptionDeleteValidationResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId) GenericItemResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId, GenericItem genericItem) UpdateValidationResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId, GenericItem genericItem) -
Uses of ItemIdentity in com.almworks.jira.structure.api.row
Fields in com.almworks.jira.structure.api.row declared as ItemIdentityModifier and TypeFieldDescriptionprotected final ItemIdentitySimpleRow.myItemIdstatic final ItemIdentitySuperRootRow.SUPER_ROOT_ITEMAnItemIdentityof the item in the super-root.Methods in com.almworks.jira.structure.api.row that return ItemIdentityModifier and TypeMethodDescriptionDummyRow.getItemId()ShallowRow.getItemId()SimpleRow.getItemId()StructureRow.getItemId()Returns item ID for the item shown in this row.StructureRow.ZeroRow.getItemId()SuperRootRow.getItemId()TransientRow.getItemId()Methods in com.almworks.jira.structure.api.row that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptiondefault Set<ItemIdentity>RowManager.collectItemIds(LongIterable rows) RowRetriever.collectItemIds(LongIterable rows) Convenience method that collects item IDs from row IDs.Methods in com.almworks.jira.structure.api.row with parameters of type ItemIdentityModifier and TypeMethodDescriptionstatic StructureRowSimpleRow.create(long rowId, ItemIdentity itemId, long semantics, ItemResolver resolver) static StructureRowSimpleRow.create(long rowId, ItemIdentity itemId, long semantics, ItemResolver resolver, boolean skipAccessCheck) static StructureRowSimpleRow.create(long rowId, ItemIdentity itemId, long semantics, ItemResolver resolver, ItemAccessMode accessMode) longRowManager.createRow(ItemIdentity itemId, long semantics) Creates a new persistent row for the given item ID and semantics.default LongIteratorRowManager.findRows(ItemIdentity itemId) Returns all rows created for the specified item.default voidRowManager.findRows(ItemIdentity itemId, LongConsumer consumer) Iterates through all rows created for the specified item.voidRowManager.findRows(ItemIdentity itemId, LongPredicate consumer) Iterates through all rows created for the specified item.Constructors in com.almworks.jira.structure.api.row with parameters of type ItemIdentityModifierConstructorDescriptionDummyRow(long rowId, ItemIdentity itemId, long semantics, Object item) ShallowRow(long rowId, ItemIdentity itemId, long semantics) -
Uses of ItemIdentity in com.almworks.jira.structure.api.structure.history
Fields in com.almworks.jira.structure.api.structure.history with type parameters of type ItemIdentityModifier and TypeFieldDescriptionfinal Set<ItemIdentity>HistoryQuery.isAncestorsfinal Set<ItemIdentity>HistoryQuery.notAncestorsConstructor parameters in com.almworks.jira.structure.api.structure.history with type arguments of type ItemIdentityModifierConstructorDescriptionHistoryQuery(Iterable<HistoryEntry.Operation> operations, LongList isIssuesSorted, LongList notIssuesSorted, LongList isStructuresSorted, LongList notStructuresSorted, Iterable<String> isAuthors, Iterable<String> notAuthors, LongList isProjectsSorted, LongList notProjectsSorted, LongList isSynchronizersSorted, LongList notSynchronizersSorted, Set<ItemIdentity> isAncestors, Set<ItemIdentity> notAncestors, Date minDate, Date maxDate, Long startId) -
Uses of ItemIdentity in com.almworks.jira.structure.api.sync.util
Methods in com.almworks.jira.structure.api.sync.util with parameters of type ItemIdentity -
Uses of ItemIdentity in com.almworks.jira.structure.api.util
Methods in com.almworks.jira.structure.api.util that return types with arguments of type ItemIdentityModifier and TypeMethodDescriptionstatic Map<ItemIdentity,ItemDisplayable> StructureUtil.getItemDisplayable(Collection<ItemIdentity> itemIds, StructureAttributeService attributeService) Methods in com.almworks.jira.structure.api.util with parameters of type ItemIdentityModifier and TypeMethodDescriptionstatic StringStructureUtil.getItemDescription(ItemIdentity itemId) static ItemDisplayableStructureUtil.getItemDisplayable(ItemIdentity itemId, StructureAttributeService attributeService) Method parameters in com.almworks.jira.structure.api.util with type arguments of type ItemIdentityModifier and TypeMethodDescriptionstatic Map<ItemIdentity,ItemDisplayable> StructureUtil.getItemDisplayable(Collection<ItemIdentity> itemIds, StructureAttributeService attributeService)
CoreIdentities.planningTask(long)instead.