Interface ErrorsContainer
public interface ErrorsContainer
- 
Method Summary
Modifier and TypeMethodDescriptionLongObjMap<ItemIdentitySet>LongObjMap<String>LongObjMap<ItemIdentitySet>LongSortedSetLongObjMap<? extends LongList>LongObjMap<String> 
- 
Method Details
- 
getInvalidIssueMessages
- Returns:
 - map of the issues that were not found in JIRA. Key is the issue ID, and value is a message with some other details of the issue
 
 - 
getInvalidItemMessages
- Returns:
 - map of the items that were not resolved. Key is the item ID, and value is a message with some other details of the item
 
 - 
getInvalidStructureItems
- Returns:
 - map of structures that contain items that were not resolved. Key is the structure ID, and value is a list of item IDs that were not resolved.
 
 - 
getInvalidHistoryItems
- Returns:
 - map of structures whose change histories contain items that were not resolved. Key is the structure ID, and value is a list of item IDs that were not resolved.
 
 - 
getInvalidSynchronizerMessages
 - 
getInvalidStructureSynchronizers
@NotNull LongObjMap<? extends LongList> getInvalidStructureSynchronizers() - 
getStructureOtherProblems
 - 
getStructureFieldResolutionProblems
 - 
getOtherProblems
 - 
getInvalidStructures
@NotNull LongSortedSet getInvalidStructures() 
 -