Uses of Enum Class
com.levigo.jadice.document.Permission.Vote
Packages that use Permission.Vote
Package
Description
-
Uses of Permission.Vote in com.levigo.jadice.annotation.auth.web
Methods in com.levigo.jadice.annotation.auth.web that return Permission.VoteModifier and TypeMethodDescriptionIndividualAnnotationPermission.vote
(Annotation domain, Intent intent) Constructors in com.levigo.jadice.annotation.auth.web with parameters of type Permission.VoteModifierConstructorDescriptionDocumentAnnotationPermission
(Class<? extends Intent> intentClass, Permission.Vote vote) IndividualAnnotationPermission
(Class<? extends Intent> intentClass, Permission.Vote vote) -
Uses of Permission.Vote in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return Permission.VoteModifier and TypeMethodDescriptionstatic Permission.Vote
Returns the enum constant of this class with the specified name.static Permission.Vote[]
Permission.Vote.values()
Returns an array containing the constants of this enum class, in the order they are declared.Make a permission decision about the given intended action on the given domain object. -
Uses of Permission.Vote in com.levigo.jadice.document.auth.web
Methods in com.levigo.jadice.document.auth.web that return Permission.VoteModifier and TypeMethodDescription -
Uses of Permission.Vote in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging with parameters of type Permission.Vote -
Uses of Permission.Vote in com.levigo.jadice.web.client.messaging.mapper
Methods in com.levigo.jadice.web.client.messaging.mapper with parameters of type Permission.VoteModifier and TypeMethodDescriptionvoid
PermissionsMapper.registerMapping
(Permission<?> permission, String name, Permission.Vote vote) -
Uses of Permission.Vote in com.levigo.jadice.web.server.messaging.mapper
Methods in com.levigo.jadice.web.server.messaging.mapper with parameters of type Permission.VoteModifier and TypeMethodDescriptionvoid
PermissionsMapper.registerMapping
(Permission<?> permission, String name, Permission.Vote vote)