allowReviseCitationList(String contentResourceId) Checks permission to revise a CitationList, including permissions
to add, remove or revise citations within the CitationList.
public static boolean allowAddCitationList(String contentCollectionId)(Code)
Checks permissions to add a CitationList. Returns true if the user
has permission to add a resource in the collection identified by the
parameter.
Parameters: contentCollectionId -
allowRemoveCitationList
public static boolean allowRemoveCitationList(String contentResourceId)(Code)
allowReviseCitationList
public static boolean allowReviseCitationList(String contentResourceId)(Code)
Checks permission to revise a CitationList, including permissions
to add, remove or revise citations within the CitationList. Returns
true if the user has permission to revise the resource identified by
the parameter. Also returns true if all of these conditions are met:
(1) the user is the creator of the specified resource, (2) the specified
resource is a temporary CitationList (as identified by the value of
the PROP_TEMPORARY_CITATION_LIST property), and (3) the user has
permission to add resources in the collection containing the
resource.
Parameters: contentResourceId -