public interface DeleteGroup
DeleteGroup service api.
 This interface is not intended to be implemented by bundles. It is implemented by this bundle and may be used by client bundles.
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteGroup(javax.jcr.Session jcrSession,
           java.lang.String name,
           java.util.List<Modification> changes)
Deletes a group from the repository 
 | 
void deleteGroup(javax.jcr.Session jcrSession,
                 java.lang.String name,
                 java.util.List<Modification> changes)
          throws javax.jcr.RepositoryException
jcrSession - the JCR session of the user creating the username - The name of the group to delete (required)changes - The list of changes for this operation (optional)javax.jcr.RepositoryException - if group can't be deletedCopyright © 2018 The Apache Software Foundation. All rights reserved.