Uses of Interface
com.levigo.jadice.document.Intent
Packages that use Intent
Package
Description
-
Uses of Intent in com.levigo.jadice.annotation.auth
Subinterfaces of Intent in com.levigo.jadice.annotation.authModifier and TypeInterfaceDescriptioninterface
This is just a marker interface to identify annotation specific intents.Classes in com.levigo.jadice.annotation.auth that implement IntentModifier and TypeClassDescriptionclass
An abstract base class for annotation specific intents.class
This type ofAnnotationIntent
declares the intention to add annotations to a document.class
This type ofAnnotationIntent
declares the intention to change one or more annotations as a document or as individual annotation intent.class
This type ofAnnotationIntent
declares the intention to remove one or more annotations as a document or as individual annotation intent.class
This type ofAnnotationIntent
declares the intention to display annotations.class
This type ofAnnotationIntent
declares the intention to write or save individual annotation instances. -
Uses of Intent in com.levigo.jadice.annotation.auth.web
Methods in com.levigo.jadice.annotation.auth.web with parameters of type IntentModifier and TypeMethodDescriptionIndividualAnnotationPermission.vote
(Annotation domain, Intent intent) Method parameters in com.levigo.jadice.annotation.auth.web with type arguments of type IntentModifier and TypeMethodDescriptionboolean
DocumentAnnotationPermission.pertainsTo
(Class<? extends Intent> intentClass) boolean
IndividualAnnotationPermission.pertainsTo
(Class<? extends Intent> intentClass) Constructor parameters in com.levigo.jadice.annotation.auth.web with type arguments of type IntentModifierConstructorDescriptionDocumentAnnotationPermission
(Class<? extends Intent> intentClass, Permission.Vote vote) IndividualAnnotationPermission
(Class<? extends Intent> intentClass, Permission.Vote vote) -
Uses of Intent in com.levigo.jadice.document
Methods in com.levigo.jadice.document with parameters of type IntentModifier and TypeMethodDescriptionboolean
Permissions.areAllPermissionsGranted
(D domain, Intent... intents) boolean
Permissions.isAnyPermissionGranted
(D domain, Intent... intents) boolean
Permissions.isPermissionGranted
(D domain, Intent action) Make a permission decision about the given intended action on the given domain object.Method parameters in com.levigo.jadice.document with type arguments of type IntentModifier and TypeMethodDescriptionboolean
Permission.pertainsTo
(Class<? extends Intent> intentClass) Return whether this permission pertains to the given action. -
Uses of Intent in com.levigo.jadice.document.auth
Classes in com.levigo.jadice.document.auth that implement IntentModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Intent in com.levigo.jadice.document.auth.web
Methods in com.levigo.jadice.document.auth.web with parameters of type IntentModifier and TypeMethodDescriptionMethod parameters in com.levigo.jadice.document.auth.web with type arguments of type IntentModifier and TypeMethodDescriptionboolean
DocumentPermission.pertainsTo
(Class<? extends Intent> intentClass) boolean
UnconditionalPermission.pertainsTo
(Class<? extends Intent> intentClass)