Uses of Class
org.xwiki.netflux.EntityChannel
-
Packages that use EntityChannel Package Description org.xwiki.netflux org.xwiki.netflux.script -
-
Uses of EntityChannel in org.xwiki.netflux
Methods in org.xwiki.netflux that return EntityChannel Modifier and Type Method Description EntityChannel
EntityChannelStore. createChannel(org.xwiki.model.reference.EntityReference entityReference, List<String> path)
Associate a new channel to the specified entity, having the given path.Methods in org.xwiki.netflux that return types with arguments of type EntityChannel Modifier and Type Method Description default Optional<EntityChannel>
EntityChannelStore. getChannel(org.xwiki.model.reference.EntityReference entityReference, List<String> path)
Looks for a channel associated to the specified entity and having the specified path.List<EntityChannel>
EntityChannelStore. getChannels(org.xwiki.model.reference.EntityReference entityReference)
default List<EntityChannel>
EntityChannelStore. getChannels(org.xwiki.model.reference.EntityReference entityReference, List<String> pathPrefix)
Looks for the channels associated to the specified entity and having the specified path prefix. -
Uses of EntityChannel in org.xwiki.netflux.script
Methods in org.xwiki.netflux.script that return EntityChannel Modifier and Type Method Description EntityChannel
NetfluxScriptService. createChannel(org.xwiki.model.reference.EntityReference entityReference, List<String> path)
Associate a new channel to the specified entity, having the given path.EntityChannel
NetfluxScriptService. getChannel(org.xwiki.model.reference.EntityReference entityReference, List<String> path)
Looks for a channel associated to the specified entity and having the specified path.Methods in org.xwiki.netflux.script that return types with arguments of type EntityChannel Modifier and Type Method Description List<EntityChannel>
NetfluxScriptService. getChannels(org.xwiki.model.reference.EntityReference entityReference)
List<EntityChannel>
NetfluxScriptService. getChannels(org.xwiki.model.reference.EntityReference entityReference, List<String> pathPrefix)
Looks for the channels associated to the specified entity and having the specified path prefix.
-