| java.lang.Object |
| ↳ |
com.atlassian.confluence.search.lucene.extractor.ContentPermissionsExtractor |
Class Overview
Extracts the content permissions set on a searchable object. If the searchable object is an attachment or comment
extract the permissions from the containing content object. At the moment, content permissions are only
set on Pages. Hence this class only handles permissions for
Page objects.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.bonnie.search.Extractor
|
Constants
public
static
final
String
PERMISSION_SETS_FIELD
Constant Value:
"permissionSets"
Public Constructors
public
ContentPermissionsExtractor
()
Public Methods
public
void
addFields
(Document document, StringBuffer stringBuffer, Searchable searchable)