public interface SaACLRights extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
FLGANNOTATE
internal - do not use
|
static int |
FLGBLACKMARKER
internal - do not use
|
static int |
FLGCOMPLETE
internal - do not use
|
static int |
FLGDELETE
internal - do not use
|
static int |
FLGEXPANDINDEX
internal - do not use
|
static int |
FLGEXPORT
internal - do not use
|
static int |
FLGINDEX
internal - do not use
|
static int |
FLGMODIFYDOC
internal - do not use
|
static int |
FLGPERMISSIONS
internal - do not use
|
static int |
FLGREAD
internal - do not use
|
static int |
FLGRECORDSMANAGEMENT
internal - do not use
|
static int |
FLGRELEASE
internal - do not use
|
static int |
FLGRESTOREREVISION
internal - do not use
|
static int |
FLGREVISIONHISTORIE
internal - do not use
|
static int |
FLGRIGHTEXTENSION
internal - do not use
|
static int |
FLGSAVEBLACKMARKERS
internal - do not use
|
static int |
FLGVISIBLE
internal - do not use
|
static int |
FLGWRITE
internal - do not use
|
Modifier and Type | Method and Description |
---|---|
boolean |
canAnnotate()
This right defines whether the user may edit annotations on the object.
|
boolean |
canBlackMarker() |
boolean |
canComplete() |
boolean |
canDelete()
This right defines whether the user may delete the object.
|
boolean |
canExpandIndex()
This right defines whether the user may add new index data to the object.
|
boolean |
canExport()
This right defines whether the user may export the object.
|
boolean |
canIndex()
This right defines whether the user may change index data of the object.
|
boolean |
canModifyDoc()
This right defines whether the user may change content of the object.
|
boolean |
canPermissions()
This right defines whether the user may change which ACLs secure the object.
|
boolean |
canRead()
This right defines whether the user may read or view data of the object.
|
boolean |
canRecordsManagement() |
boolean |
canRelease() |
boolean |
canRestoreRevision()
This right defines whether the user may undo changes on the object.
|
boolean |
canRevisionHistorie()
This right defines whether the user may read the revision history of the object.
|
boolean |
canRightExtension()
internal - do not use.
|
boolean |
canSaveBlackMarkers() |
boolean |
canVisible()
This right defines whether the user may see the object.
|
boolean |
canWrite()
This right defines whether the user may change data of the object.
|
static final int FLGREAD
static final int FLGWRITE
static final int FLGDELETE
static final int FLGPERMISSIONS
static final int FLGVISIBLE
static final int FLGANNOTATE
static final int FLGINDEX
static final int FLGEXPANDINDEX
static final int FLGMODIFYDOC
static final int FLGBLACKMARKER
static final int FLGSAVEBLACKMARKERS
static final int FLGRELEASE
static final int FLGREVISIONHISTORIE
static final int FLGRESTOREREVISION
static final int FLGEXPORT
static final int FLGRIGHTEXTENSION
static final int FLGRECORDSMANAGEMENT
static final int FLGCOMPLETE
boolean canRead()
boolean canWrite()
boolean canDelete()
boolean canPermissions()
boolean canVisible()
boolean canAnnotate()
canWrite()
.boolean canIndex()
canWrite()
.boolean canExpandIndex()
canWrite()
.
canIndex()
and
canExpandIndex().boolean canModifyDoc()
canWrite()
.boolean canBlackMarker()
boolean canSaveBlackMarkers()
boolean canRelease()
boolean canRevisionHistorie()
boolean canRestoreRevision()
boolean canExport()
canRead()
and
canExport().boolean canRightExtension()
boolean canRecordsManagement()
boolean canComplete()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.