Retrieve LinkCollection with SecurityOverride (incl. SystemLinks)

Hi guys,
is there a way to retrieve the LinkCollection containing also systemlinks but with SecurityOverride ?

I can see the getLinkCollection(Issue issue, ApplicationUser remoteUser, boolean excludeSystemLinks) method but no any of this kind getLinkCollectionOverrideSecurity(Issue issue, boolean excludeSystemLinks).
Current getLinkCollectionOverrideSecurity(Issue issue) method does not retrieve systemlinks such as parent-subtask or epic-story

See getLinkCollection()

I would like to retrieve all linkedIssues for the given rootIssue incl subtask and epic relations is that possible?
Regards