Uses of Enum Class
com.erudika.para.core.Votable.VoteValue
Packages that use Votable.VoteValue
Package
Description
Core domain classes for modeling the Para domain space.
Utility classes.
-
Uses of Votable.VoteValue in com.erudika.para.core
Methods in com.erudika.para.core that return Votable.VoteValueModifier and TypeMethodDescriptionstatic Votable.VoteValueReturns 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.Constructors in com.erudika.para.core with parameters of type Votable.VoteValueModifierConstructorDescriptionVote(String voterid, String voteeid, Votable.VoteValue value) Default constructor. -
Uses of Votable.VoteValue in com.erudika.para.core.utils
Methods in com.erudika.para.core.utils with parameters of type Votable.VoteValueModifier and TypeMethodDescriptionabstract booleanCoreUtils.vote(ParaObject votable, String userid, Votable.VoteValue upDown) Casts a vote on a given object.abstract booleanCoreUtils.vote(ParaObject votable, String userid, Votable.VoteValue upDown, Integer expiresAfter, Integer lockedAfter) Casts a vote on a given object.