Uses of Class
io.meeds.poll.model.PollOption
-
Packages that use PollOption Package Description io.meeds.poll.service -
-
Uses of PollOption in io.meeds.poll.service
Methods in io.meeds.poll.service that return PollOption Modifier and Type Method Description PollOptionPollService. getPollOptionById(long pollOptionId, org.exoplatform.services.security.Identity currentIdentity)Retrieves a poll option identified by its technical identifier.Methods in io.meeds.poll.service that return types with arguments of type PollOption Modifier and Type Method Description List<PollOption>PollService. getPollOptionsByPollId(long pollId, org.exoplatform.services.security.Identity currentIdentity)Retrieves options of a poll identified by its technical identifier.Method parameters in io.meeds.poll.service with type arguments of type PollOption Modifier and Type Method Description PollPollService. createPoll(Poll poll, List<PollOption> pollOptions, String spaceId, String message, org.exoplatform.services.security.Identity currentIdentity, List<org.exoplatform.social.core.activity.model.ActivityFile> files)Creates a new poll
-