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 OperationContextctxstatic StringIDprotected booleanignoreGroupsprotected Stringkeyprotected Stringpermissionprotected PermissionProviderpermissionProviderprotected booleanprefixIdsprotected booleanresolveGroupsprotected UserManagerumgr
-
Constructor Summary
Constructors Constructor Description GetDocumentUsersAndGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelrun(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)
-
-