Uses of Class
io.meeds.poll.model.PollOption
Packages that use PollOption
-
Uses of PollOption in io.meeds.poll.service
Methods in io.meeds.poll.service that return PollOptionModifier and TypeMethodDescriptionPollService.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 PollOptionModifier and TypeMethodDescriptionPollService.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 PollOptionModifier and TypeMethodDescriptionPollService.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