|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwAnnotationInfoProvider
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
Field Summary | |
---|---|
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 |
Fields inherited from interface com.wewebu.ow.server.ui.viewer.OwInfoProvider |
---|
PARAM_CONTEXT, PARAM_DMSID |
Method Summary |
---|
Methods inherited from interface com.wewebu.ow.server.ui.viewer.OwInfoProvider |
---|
getContext, handleRequest |
Field Detail |
---|
static final String ID
static final String PERMISSIONS
static final String PERMISSION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |