Uses of Class
io.meeds.poll.model.Poll
-
Packages that use Poll Package Description io.meeds.poll.service -
-
Uses of Poll in io.meeds.poll.service
Methods in io.meeds.poll.service that return Poll 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 pollPollPollService. getPollById(long pollId, org.exoplatform.services.security.Identity currentIdentity)Retrieves a poll identified by its technical identifier.Methods in io.meeds.poll.service with parameters of type Poll 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
-