Uses of Interface
org.xwiki.extension.ExtensionAuthor
-
Packages that use ExtensionAuthor Package Description org.xwiki.extension org.xwiki.extension.wrap -
-
Uses of ExtensionAuthor in org.xwiki.extension
Classes in org.xwiki.extension that implement ExtensionAuthor Modifier and Type Class Description class
DefaultExtensionAuthor
Default implementation of ExtensionAuthor.Fields in org.xwiki.extension with type parameters of type ExtensionAuthor Modifier and Type Field Description protected List<ExtensionAuthor>
AbstractExtension. authors
Methods in org.xwiki.extension that return types with arguments of type ExtensionAuthor Modifier and Type Method Description List<ExtensionAuthor>
AbstractExtension. getAuthors()
Collection<ExtensionAuthor>
Extension. getAuthors()
Methods in org.xwiki.extension with parameters of type ExtensionAuthor Modifier and Type Method Description void
AbstractExtension. addAuthor(ExtensionAuthor author)
void
MutableExtension. addAuthor(ExtensionAuthor author)
Add a new author to the extension.Method parameters in org.xwiki.extension with type arguments of type ExtensionAuthor Modifier and Type Method Description void
AbstractExtension. setAuthors(Collection<? extends ExtensionAuthor> authors)
void
MutableExtension. setAuthors(Collection<? extends ExtensionAuthor> authors)
-
Uses of ExtensionAuthor in org.xwiki.extension.wrap
Methods in org.xwiki.extension.wrap that return types with arguments of type ExtensionAuthor Modifier and Type Method Description Collection<ExtensionAuthor>
AbstractWrappingExtension. getAuthors()
-