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 EntityChannel
ObjectFactory. createEntityChannel()
Create an instance ofEntityChannel
EntityChannel
EntityChannel. withEntityReference(EntityReference value)
EntityChannel
EntityChannel. withKey(String value)
EntityChannel
EntityChannel. withPath(String... values)
EntityChannel
EntityChannel. withPath(Collection<String> values)
EntityChannel
EntityChannel. withUserCount(Integer value)
-