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
Subclasses with type arguments of type Votable.VoteValue in com.erudika.para.coreModifier and TypeClassDescriptionstatic enum
The type of vote (negative or positive).Methods in com.erudika.para.core that return Votable.VoteValueModifier 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.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 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.