|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
com.soebes.subversion.sapm |
Uses of Group in com.soebes.subversion.sapm |
---|
Fields in com.soebes.subversion.sapm with type parameters of type Group | |
---|---|
private ArrayList<Group> |
Groups.groupsList
|
Methods in com.soebes.subversion.sapm that return Group | |
---|---|
Group |
Groups.getGroup(Group group)
|
Group |
Groups.getGroup(String groupName)
Get the Group instance from the list by name. |
Methods in com.soebes.subversion.sapm that return types with arguments of type Group | |
---|---|
ArrayList<Group> |
Groups.getGroupsList()
Get the list of all groups |
Methods in com.soebes.subversion.sapm with parameters of type Group | |
---|---|
void |
Groups.add(Group group)
Add a single group to the list of groups. |
void |
AccessRule.add(Group group,
AccessLevel accessLevel)
Add the given group to the access list with it's appropriate AccessLevel . |
void |
AccessRule.addNegative(Group group,
AccessLevel accessLevel)
Add the given group to the access list with it's appropriate AccessLevel . |
Group |
Groups.getGroup(Group group)
|
Method parameters in com.soebes.subversion.sapm with type arguments of type Group | |
---|---|
void |
Groups.setGroupsList(ArrayList<Group> groupsList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |