Class GetDocumentUsersAndGroups
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.users.GetDocumentUsersAndGroups
-
public class GetDocumentUsersAndGroups extends Object
Retrieve the users/groups who have the given permission on given document.- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
static String
ID
protected boolean
ignoreGroups
protected String
key
protected String
permission
protected PermissionProvider
permissionProvider
protected boolean
prefixIds
protected boolean
resolveGroups
protected UserManager
umgr
-
Constructor Summary
Constructors Constructor Description GetDocumentUsersAndGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel input)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
permissionProvider
protected PermissionProvider permissionProvider
-
umgr
protected UserManager umgr
-
ctx
protected OperationContext ctx
-
permission
protected String permission
-
key
protected String key
-
ignoreGroups
protected boolean ignoreGroups
-
resolveGroups
protected boolean resolveGroups
-
prefixIds
protected boolean prefixIds
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel input)
-
-