There are methods like
get_Subfolders()
and get_ContainedDocuments()
available through the Folder
interface in Filenet
's Java API
.
I've already tried using get_Containees()
, but it returns an empty list (iterator has no next entry).
Is there any way to retrieve both, folders and documents without making two network calls? Are there any tricks to do that?
Folder.get_Containees
retrieves referentially contained objects (folders, documents, custom objects) in the folder.ex: