com.levigo.jadice.document
Interface PermissionsProvider<D>

Type Parameters:
D - the domain of permissions
All Known Subinterfaces:
Document, PageSegment, UIDocument<C>
All Known Implementing Classes:
AbstractContentsPageSegment, AbstractDocument, AbstractPageSegment, Annotation, AnnotationPageSegment, ArrowAnnotation, BasicDocument, CompositePageSegment, DecorationPageSegment, EllipseAnnotation, HistoryAnnotation, ImageAnnotation, LineAnnotation, PathAnnotation, RectangleAnnotation, ShapeBasedAnnotation, StampAnnotation, StampImageAnnotation, SwingUIDocument, TextAnnotation

public interface PermissionsProvider<D>

An object capable of providing an instance of Permissions.


Method Summary
 Permissions<D> getPermissions()
          Provides an instance of Permissions.
 

Method Detail

getPermissions

Permissions<D> getPermissions()
Provides an instance of Permissions. Must never return null.

Returns:
a Permissions object.


Copyright © 2017 levigo holding gmbh. All rights reserved.