Uses of Enum Class
com.erudika.para.core.Votable.VoteValue
Package
Description
Core domain classes for modeling the Para domain space.
Utility classes.
-
Uses of Votable.VoteValue in com.erudika.para.core
Modifier and TypeMethodDescriptionstatic Votable.VoteValue
Returns the enum constant of this class with the specified name.static Votable.VoteValue[]
Votable.VoteValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionVote
(String voterid, String voteeid, Votable.VoteValue value) Default constructor. -
Uses of Votable.VoteValue in com.erudika.para.core.utils
Modifier and TypeMethodDescriptionabstract boolean
CoreUtils.vote
(ParaObject votable, String userid, Votable.VoteValue upDown) Casts a vote on a given object.abstract boolean
CoreUtils.vote
(ParaObject votable, String userid, Votable.VoteValue upDown, Integer expiresAfter, Integer lockedAfter) Casts a vote on a given object.