Uses of Interface
org.xwiki.model.document.DocumentAuthors
-
Packages that use DocumentAuthors Package Description org.xwiki.bridge org.xwiki.model.document -
-
Uses of DocumentAuthors in org.xwiki.bridge
Methods in org.xwiki.bridge that return DocumentAuthors Modifier and Type Method Description default DocumentAuthorsDocumentModelBridge. getAuthors() -
Uses of DocumentAuthors in org.xwiki.model.document
Methods in org.xwiki.model.document with parameters of type DocumentAuthors Modifier and Type Method Description voidDocumentAuthors. copyAuthors(DocumentAuthors documentAuthors)Copy all authors from the given document authors.
-