How can I get the all the drafts associated with a page irrespective of draft owner

I am trying to fetch all the drafts related to a specific page
the only method which allows access of drafts in Drafts Manager is

findDraft(Long pageId, String owner, String type, String spaceKey)

wherein it becomes owner dependent

Are there any other usable means to fetch Draft Object form Page or pageId