Resolved! What is the definition of a document's parent?
More specifically, how do I differentiate between the immediate parent and the parent of the parent(grandparent) when using the JAVA code below? DocumentModel x = session.getParentDocument( input.getParentRef()); where session is the injected session...