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 TypeInterfaceDescriptioninterfaceThis is just a marker interface to identify annotation specific intents.Classes in com.levigo.jadice.annotation.auth that implement IntentModifier and TypeClassDescriptionclassAn abstract base class for annotation specific intents.classThis type ofAnnotationIntentdeclares the intention to add annotations to a document.classThis type ofAnnotationIntentdeclares the intention to change one or more annotations as a document or as individual annotation intent.classThis type ofAnnotationIntentdeclares the intention to remove one or more annotations as a document or as individual annotation intent.classThis type ofAnnotationIntentdeclares the intention to display annotations.classThis type ofAnnotationIntentdeclares 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 TypeMethodDescriptionbooleanDocumentAnnotationPermission.pertainsTo(Class<? extends Intent> intentClass) booleanIndividualAnnotationPermission.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 TypeMethodDescriptionbooleanPermissions.areAllPermissionsGranted(D domain, Intent... intents) booleanPermissions.isAnyPermissionGranted(D domain, Intent... intents) booleanPermissions.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 TypeMethodDescriptionbooleanPermission.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 TypeClassDescriptionclassclassclassclassclass -
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 TypeMethodDescriptionbooleanDocumentPermission.pertainsTo(Class<? extends Intent> intentClass) booleanUnconditionalPermission.pertainsTo(Class<? extends Intent> intentClass)