Uses of Class
org.xwiki.netflux.rest.model.jaxb.EntityChannel
-
Packages that use EntityChannel Package Description org.xwiki.netflux.rest org.xwiki.netflux.rest.model.jaxb -
-
Uses of EntityChannel in org.xwiki.netflux.rest
Methods in org.xwiki.netflux.rest that return types with arguments of type EntityChannel Modifier and Type Method Description List<EntityChannel>PageChannelsResource. getChannels(String wikiName, String spaceNames, String pageName, List<String> paths, Boolean create)Returns the channels associated with a given wiki page. -
Uses of EntityChannel in org.xwiki.netflux.rest.model.jaxb
Methods in org.xwiki.netflux.rest.model.jaxb that return EntityChannel Modifier and Type Method Description EntityChannelObjectFactory. createEntityChannel()Create an instance ofEntityChannelEntityChannelEntityChannel. withEntityReference(EntityReference value)EntityChannelEntityChannel. withKey(String value)EntityChannelEntityChannel. withPath(String... values)EntityChannelEntityChannel. withPath(Collection<String> values)EntityChannelEntityChannel. withUserCount(Integer value)
-