allowReviseCitationList(String contentResourceId) Checks permission to revise a CitationList, including permissions
to add, remove or revise citations within the CitationList.
public 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 boolean allowRemoveCitationList(String contentResourceId)(Code)
allowReviseCitationList
public 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 -
Create a temporary citation that has not been saved in storage. Saving it or saving a collection
it's a member of will convert it to a permanent citation and save it in storage.
Create a temporary citation to represent an asset. The new citation will not have been saved in
storage yet. Saving it or saving a collection it's a member of will convert it to a permanent
citation and save it in storage.
Parameters: asset -