public interface OwAnnotationInfoProvider extends OwInfoProvider
Annotation Information Provider Interface. Implementing classes will be used to request access rights on existing annotations.
Implementing classes should return answers like follows:
<permissions>
<permission>
<id>An-ID-here</id>
<view_annotation>allow</view_annotation>
<modify_annotation>deny</modify_annotation>
<delete_annotation>deny</delete_annotation>
<view_acl>deny<view_acl>
<edit_acl>deny<edit_acl>
</permission>
<permission>
...
<permission>
</permissions>
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
OwAnnotResultsEnum
,
OwAnnotInfoEnum
Modifier and Type | Field and Description |
---|---|
static String |
ID
Tag to provide the ID of an Annotation
|
static String |
PERMISSION
Tag to describe permission for an Annotation
|
static String |
PERMISSIONS
ROOT tag for answer
|
PARAM_CONTEXT, PARAM_DMSID
getContext, handleRequest
static final String ID
static final String PERMISSIONS
static final String PERMISSION
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.