public class DocumentSummary extends Object
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) |
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)
Copyright © 2015 Nuxeo SA. All rights reserved.