public class DocumentSummary extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
aclLockInheritance |
protected int |
depth |
protected String |
path |
protected String |
title |
protected com.google.common.collect.Multimap<String,Pair<String,Boolean>> |
userAcls |
protected com.google.common.collect.Multimap<String,Pair<String,Boolean>> |
userAclsInherited
If we want to have different colors for inherited ACL, we can use this structure.
|
Constructor and Description |
---|
DocumentSummary(String title,
int depth,
boolean aclLockInheritance,
com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAcls) |
DocumentSummary(String title,
int depth,
boolean aclLockInheritance,
com.google.common.collect.Multimap<String,Pair<String,Boolean>> aclLocal,
com.google.common.collect.Multimap<String,Pair<String,Boolean>> aclInherited,
String path) |
DocumentSummary(String title,
int depth,
boolean aclLockInheritance,
com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAcls,
String path) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Pair<String,Boolean>> |
getAclByUser() |
com.google.common.collect.Multimap<String,Pair<String,Boolean>> |
getAclInheritedByUser() |
int |
getDepth() |
String |
getPath() |
String |
getTitle() |
boolean |
isAclLockInheritance() |
void |
setAclInheritedByUser(com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAclsInherited) |
protected int depth
protected boolean aclLockInheritance
protected com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAclsInherited
public DocumentSummary(String title, int depth, boolean aclLockInheritance, com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAcls)
public DocumentSummary(String title, int depth, boolean aclLockInheritance, com.google.common.collect.Multimap<String,Pair<String,Boolean>> aclLocal, com.google.common.collect.Multimap<String,Pair<String,Boolean>> aclInherited, String path)
public int getDepth()
public boolean isAclLockInheritance()
public com.google.common.collect.Multimap<String,Pair<String,Boolean>> getAclByUser()
public com.google.common.collect.Multimap<String,Pair<String,Boolean>> getAclInheritedByUser()
public void setAclInheritedByUser(com.google.common.collect.Multimap<String,Pair<String,Boolean>> userAclsInherited)
Copyright © 2015 Nuxeo SA. All rights reserved.