Getting the current flavor from a domain name?
So I am trying to obtain the current flavor name/string from 'DocumentModelList domains = coreSession.query("select * from Domain)". Then I used the domains object and grabbed each of the document domains. (DocumentModel domain = domains.get(0)) Then...