| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemImportServiceImpl.setPermission(Context c,
Group g,
int actionID,
Bitstream bs)
Set the Permission on a Bitstream.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
PasswordAuthentication.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request)
Add authenticated users to the group defined in authentication-password.cfg by
the login.specialgroup key.
|
List<Group> |
AuthenticationServiceImpl.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request) |
List<Group> |
X509Authentication.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request)
Return special groups configured in dspace.cfg for X509 certificate
authentication.
|
List<Group> |
ShibAuthentication.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request)
Get list of extra groups that user implicitly belongs to.
|
List<Group> |
AuthenticationMethod.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request)
Get list of extra groups that user implicitly belongs to.
|
List<Group> |
IPAuthentication.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request) |
List<Group> |
LDAPAuthentication.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
AuthenticationService.getSpecialGroups(Context context,
javax.servlet.http.HttpServletRequest request)
Get list of extra groups that user implicitly belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
ResourcePolicy.getGroup()
gets ID for Group referred to by this policy
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
AuthorizeServiceImpl.getAuthorizedGroups(Context c,
DSpaceObject o,
int actionID) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizeServiceImpl.addPolicy(Context c,
DSpaceObject o,
int actionID,
Group g) |
void |
AuthorizeServiceImpl.addPolicy(Context c,
DSpaceObject o,
int actionID,
Group g,
String type) |
ResourcePolicy |
AuthorizeServiceImpl.createOrModifyPolicy(ResourcePolicy policy,
Context context,
String name,
Group group,
EPerson ePerson,
Date embargoDate,
int action,
String reason,
DSpaceObject dso) |
ResourcePolicy |
AuthorizeServiceImpl.createResourcePolicy(Context context,
DSpaceObject dso,
Group group,
EPerson eperson,
int type,
String rpType) |
List<ResourcePolicy> |
ResourcePolicyServiceImpl.find(Context c,
DSpaceObject dso,
Group group,
int action,
int notPolicyID) |
List<ResourcePolicy> |
ResourcePolicyServiceImpl.find(Context context,
Group group) |
ResourcePolicy |
AuthorizeServiceImpl.findByTypeIdGroupAction(Context c,
DSpaceObject dso,
Group group,
int action,
int policyID) |
List<ResourcePolicy> |
AuthorizeServiceImpl.getPoliciesForGroup(Context c,
Group g) |
boolean |
AuthorizeServiceImpl.isAnIdenticalPolicyAlreadyInPlace(Context c,
DSpaceObject dso,
Group group,
int action,
int policyID) |
void |
ResourcePolicyServiceImpl.removeDsoGroupPolicies(Context context,
DSpaceObject dso,
Group group) |
void |
AuthorizeServiceImpl.removeGroupPolicies(Context c,
DSpaceObject o,
Group g) |
void |
ResourcePolicyServiceImpl.removeGroupPolicies(Context c,
Group group) |
void |
AuthorizeServiceImpl.removeGroupPolicies(Context c,
Group group) |
void |
ResourcePolicy.setGroup(Group epersonGroup)
sets ID for Group referred to by this policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePolicyDAO.deleteByDsoGroupPolicies(Context context,
DSpaceObject dso,
Group group) |
void |
ResourcePolicyDAO.deleteByGroup(Context context,
Group group) |
List<ResourcePolicy> |
ResourcePolicyDAO.findByGroup(Context context,
Group group) |
List<ResourcePolicy> |
ResourcePolicyDAO.findByTypeIdGroupAction(Context context,
DSpaceObject dso,
Group group,
int action,
int notPolicyID) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePolicyDAOImpl.deleteByDsoGroupPolicies(Context context,
DSpaceObject dso,
Group group) |
void |
ResourcePolicyDAOImpl.deleteByGroup(Context context,
Group group) |
List<ResourcePolicy> |
ResourcePolicyDAOImpl.findByGroup(Context context,
Group group) |
List<ResourcePolicy> |
ResourcePolicyDAOImpl.findByTypeIdGroupAction(Context context,
DSpaceObject dso,
Group group,
int action,
int notPolicyID) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
AuthorizeService.getAuthorizedGroups(Context c,
DSpaceObject o,
int actionID)
Returns all groups authorized to perform an action on an object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizeService.addPolicy(Context c,
DSpaceObject o,
int actionID,
Group g)
Add a policy for a group
|
void |
AuthorizeService.addPolicy(Context c,
DSpaceObject o,
int actionID,
Group g,
String type)
Add a policy for a group
|
ResourcePolicy |
AuthorizeService.createOrModifyPolicy(ResourcePolicy policy,
Context context,
String name,
Group group,
EPerson ePerson,
Date embargoDate,
int action,
String reason,
DSpaceObject dso) |
ResourcePolicy |
AuthorizeService.createResourcePolicy(Context context,
DSpaceObject dso,
Group group,
EPerson eperson,
int type,
String rpType) |
List<ResourcePolicy> |
ResourcePolicyService.find(Context c,
DSpaceObject dso,
Group group,
int action,
int notPolicyID) |
List<ResourcePolicy> |
ResourcePolicyService.find(Context context,
Group group) |
ResourcePolicy |
AuthorizeService.findByTypeIdGroupAction(Context c,
DSpaceObject dso,
Group group,
int action,
int policyID) |
List<ResourcePolicy> |
AuthorizeService.getPoliciesForGroup(Context c,
Group g)
Return a List of the policies for a group
|
boolean |
AuthorizeService.isAnIdenticalPolicyAlreadyInPlace(Context c,
DSpaceObject o,
Group group,
int actionID,
int policyID)
Is a policy with the specified parameters already in place?
|
void |
ResourcePolicyService.removeDsoGroupPolicies(Context context,
DSpaceObject dso,
Group group) |
void |
AuthorizeService.removeGroupPolicies(Context c,
DSpaceObject o,
Group g)
Removes all policies from a group for a particular object that belong to
a Group.
|
void |
ResourcePolicyService.removeGroupPolicies(Context c,
Group group) |
void |
AuthorizeService.removeGroupPolicies(Context c,
Group group)
Removes all policies relating to a particular group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
CollectionServiceImpl.createAdministrators(Context context,
Collection collection) |
Group |
CommunityServiceImpl.createAdministrators(Context context,
Community community) |
Group |
CollectionServiceImpl.createSubmitters(Context context,
Collection collection) |
Group |
CollectionServiceImpl.createWorkflowGroup(Context context,
Collection collection,
int step) |
Group |
Community.getAdministrators()
Get the default group of administrators, if there is one.
|
Group |
Collection.getAdministrators()
Get the default group of administrators, if there is one.
|
Group |
Collection.getSubmitters()
Get the default group of submitters, if there is one.
|
Group |
CollectionServiceImpl.getWorkflowGroup(Collection collection,
int step) |
Group |
Collection.getWorkflowStep1() |
Group |
Collection.getWorkflowStep2() |
Group |
Collection.getWorkflowStep3() |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
WorkspaceItem.getSupervisorGroups() |
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunityServiceImpl.findByAdminGroup(Context context,
Group group) |
Collection |
CollectionServiceImpl.findByGroup(Context context,
Group group) |
void |
ItemServiceImpl.removeGroupPolicies(Context context,
Item item,
Group group) |
void |
CollectionServiceImpl.setWorkflowGroup(Collection collection,
int step,
Group group) |
void |
Collection.setWorkflowGroup(int step,
Group g) |
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunityDAO.findByAdminGroup(Context context,
Group group) |
Collection |
CollectionDAO.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunityDAOImpl.findByAdminGroup(Context context,
Group group) |
Collection |
CollectionDAOImpl.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Group> |
RoleDisseminator.findAssociatedGroups(Context context,
DSpaceObject object)
Find all Groups associated with this DSpace Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RoleDisseminator.getGroupType(DSpaceObject dso,
Group group)
Return a Group Type string (see RoleDisseminator.GROUP_TYPE_* constants)
which describes the type of group and its relation to the given object.
|
protected void |
RoleDisseminator.writeGroup(Context context,
DSpaceObject relatedObject,
Group group,
XMLStreamWriter writer)
Emit XML describing a single Group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
CollectionService.createAdministrators(Context context,
Collection collection)
Create a default administrators group if one does not already exist.
|
Group |
CommunityService.createAdministrators(Context context,
Community community)
Create a default administrators group if one does not already exist.
|
Group |
CollectionService.createSubmitters(Context context,
Collection collection)
Create a default submitters group if one does not already exist.
|
Group |
CollectionService.createWorkflowGroup(Context context,
Collection collection,
int step)
Create a workflow group for the given step if one does not already exist.
|
Group |
CollectionService.getWorkflowGroup(Collection collection,
int step)
Get the the workflow group corresponding to a particular workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunityService.findByAdminGroup(Context context,
Group group) |
Collection |
CollectionService.findByGroup(Context context,
Group group) |
void |
ItemService.removeGroupPolicies(Context context,
Item item,
Group group)
remove all of the policies for item's bitstreams and bundles that belong
to a given Group
|
void |
CollectionService.setWorkflowGroup(Collection collection,
int step,
Group group)
Set the workflow group corresponding to a particular workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Context.getSpecialGroups()
Get an array of all of the special groups that current user is a member
of.
|
| Modifier and Type | Field and Description |
|---|---|
Group |
Group2GroupCache.child |
Group |
Group2GroupCache.parent |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupServiceImpl.create(Context context) |
Group |
GroupServiceImpl.find(Context context,
UUID id) |
Group |
GroupServiceImpl.findByIdOrLegacyId(Context context,
String id) |
Group |
GroupServiceImpl.findByLegacyId(Context context,
int id) |
Group |
GroupServiceImpl.findByName(Context context,
String name) |
Group |
Group2GroupCache.getChild() |
Group |
Group2GroupCache.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupServiceImpl.allMemberGroups(Context context,
EPerson ePerson) |
List<Group> |
GroupServiceImpl.findAll(Context context,
int sortField)
Deprecated.
|
List<Group> |
GroupServiceImpl.findAll(Context context,
List<MetadataField> metadataSortFields) |
List<Group> |
GroupServiceImpl.findByMetadataField(Context context,
String searchValue,
MetadataField metadataField) |
List<Group> |
GroupServiceImpl.getEmptyGroups(Context context) |
List<Group> |
EPerson.getGroups() |
List<Group> |
Group.getMemberGroups()
Return Group members of a Group.
|
List<Group> |
GroupServiceImpl.search(Context context,
String groupIdentifier) |
List<Group> |
GroupServiceImpl.search(Context context,
String groupIdentifier,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupervisorServiceImpl.add(Context context,
Group group,
WorkspaceItem workspaceItem,
int policy) |
void |
GroupServiceImpl.addMember(Context context,
Group group,
EPerson e) |
void |
GroupServiceImpl.addMember(Context context,
Group groupParent,
Group groupChild) |
List<EPerson> |
GroupServiceImpl.allMembers(Context c,
Group g) |
void |
GroupServiceImpl.delete(Context context,
Group group) |
DSpaceObject |
GroupServiceImpl.getParentObject(Context context,
Group group) |
boolean |
GroupServiceImpl.isDirectMember(Group group,
EPerson ePerson) |
boolean |
GroupServiceImpl.isEmpty(Group group)
Return true if group has no direct or indirect members
|
boolean |
GroupServiceImpl.isMember(Context context,
Group group) |
boolean |
GroupServiceImpl.isMember(Group owningGroup,
Group childGroup) |
boolean |
SupervisorServiceImpl.isOrder(Context context,
WorkspaceItem workspaceItem,
Group group) |
void |
SupervisorServiceImpl.remove(Context context,
WorkspaceItem workspaceItem,
Group group) |
void |
GroupServiceImpl.removeMember(Context context,
Group group,
EPerson ePerson) |
void |
GroupServiceImpl.removeMember(Context context,
Group groupParent,
Group childGroup) |
void |
Group2GroupCache.setChild(Group child) |
void |
GroupServiceImpl.setName(Group group,
String name) |
void |
Group2GroupCache.setParent(Group parent) |
void |
GroupServiceImpl.update(Context context,
Group group)
Update the group - writing out group object and EPerson list if necessary
|
void |
GroupServiceImpl.updateLastModified(Context context,
Group dso) |
| Modifier and Type | Method and Description |
|---|---|
List<EPerson> |
EPersonServiceImpl.findByGroups(Context c,
Set<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupDAO.findByName(Context context,
String name)
Find a group by its name (exact match)
|
Group |
GroupDAO.findByNameAndMembership(Context context,
String groupName,
EPerson ePerson)
Find a group by its name and the membership of the given EPerson
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupDAO.findAll(Context context)
Find all groups ordered by name ascending
|
List<Group> |
GroupDAO.findAll(Context context,
List<MetadataField> sortMetadataFields)
Find all groups ordered by the specified metadata fields ascending
|
List<Group> |
GroupDAO.findByEPerson(Context context,
EPerson ePerson)
Find all groups that the given ePerson belongs to
|
List<Group> |
GroupDAO.findByMetadataField(Context context,
String searchValue,
MetadataField metadataField)
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
|
List<Group> |
GroupDAO.findByNameLike(Context context,
String groupName,
int offset,
int limit)
Find a group by its name (fuzzy match)
|
List<Group> |
GroupDAO.getEmptyGroups(Context context)
Return all empty groups
|
| Modifier and Type | Method and Description |
|---|---|
Group2GroupCache |
Group2GroupCacheDAO.find(Context context,
Group parent,
Group child) |
List<Group2GroupCache> |
Group2GroupCacheDAO.findByParent(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<Group2GroupCache> |
Group2GroupCacheDAO.findByChildren(Context context,
Set<Group> groups) |
List<EPerson> |
EPersonDAO.findByGroups(Context context,
Set<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupDAOImpl.findByName(Context context,
String name) |
Group |
GroupDAOImpl.findByNameAndMembership(Context context,
String groupName,
EPerson ePerson) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupDAOImpl.findAll(Context context) |
List<Group> |
GroupDAOImpl.findAll(Context context,
List<MetadataField> sortMetadataFields) |
List<Group> |
GroupDAOImpl.findByEPerson(Context context,
EPerson ePerson) |
List<Group> |
GroupDAOImpl.findByMetadataField(Context context,
String searchValue,
MetadataField metadataField) |
List<Group> |
GroupDAOImpl.findByNameLike(Context context,
String groupName,
int offset,
int limit) |
List<Group> |
GroupDAOImpl.getEmptyGroups(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupDAOImpl.delete(Context context,
Group group) |
Group2GroupCache |
Group2GroupCacheDAOImpl.find(Context context,
Group parent,
Group child) |
List<Group2GroupCache> |
Group2GroupCacheDAOImpl.findByParent(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
List<Group2GroupCache> |
Group2GroupCacheDAOImpl.findByChildren(Context context,
Set<Group> groups) |
List<EPerson> |
EPersonDAOImpl.findByGroups(Context context,
Set<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupService.create(Context context)
Create a new group
|
Group |
GroupService.findByName(Context context,
String name)
Find the group by its name - assumes name is unique
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupService.allMemberGroups(Context context,
EPerson ePerson)
Get all of the groups that an eperson is a member of.
|
List<Group> |
GroupService.findAll(Context context,
int sortField)
Deprecated.
|
List<Group> |
GroupService.findAll(Context context,
List<MetadataField> metadataSortFields)
Finds all groups in the site
|
List<Group> |
GroupService.findByMetadataField(Context context,
String searchValue,
MetadataField metadataField)
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
|
List<Group> |
GroupService.getEmptyGroups(Context context)
Find all empty groups in DSpace
|
List<Group> |
GroupService.search(Context context,
String groupIdentifier)
Find the groups that match the search query across eperson_group_id or name
|
List<Group> |
GroupService.search(Context context,
String groupIdentifier,
int offset,
int limit)
Find the groups that match the search query across eperson_group_id or name
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupervisorService.add(Context context,
Group group,
WorkspaceItem workspaceItem,
int policy)
adds a supervision order to the database
|
void |
GroupService.addMember(Context context,
Group group,
EPerson e)
add an eperson member
|
void |
GroupService.addMember(Context context,
Group groupParent,
Group groupChild)
add group to this group
|
List<EPerson> |
GroupService.allMembers(Context context,
Group group)
Get all of the epeople who are a member of the
specified group, or a member of a sub-group of the
specified group, etc.
|
boolean |
GroupService.isDirectMember(Group group,
EPerson ePerson)
check to see if an eperson is a direct member.
|
boolean |
GroupService.isEmpty(Group group)
Return true if group has no direct or indirect members
|
boolean |
GroupService.isMember(Context context,
Group group)
fast check to see if an eperson is a member called with eperson id, does
database lookup without instantiating all of the epeople objects and is
thus a static method
|
boolean |
GroupService.isMember(Group owningGroup,
Group childGroup)
Check to see if childGroup is a direct group member of owningGroup.
|
boolean |
SupervisorService.isOrder(Context context,
WorkspaceItem workspaceItem,
Group group)
finds out if there is a supervision order that matches this set
of values
|
void |
SupervisorService.remove(Context context,
WorkspaceItem workspaceItem,
Group group)
removes the requested group from the requested workspace item in terms
of supervision.
|
void |
GroupService.removeMember(Context context,
Group group,
EPerson ePerson)
remove an eperson from a group
|
void |
GroupService.removeMember(Context context,
Group groupParent,
Group childGroup)
remove group from this group
|
void |
GroupService.setName(Group group,
String name)
set name of group
|
| Modifier and Type | Method and Description |
|---|---|
List<EPerson> |
EPersonService.findByGroups(Context c,
Set<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
static int |
AccessStep.saveOrCancelEditPolicy(Context context,
javax.servlet.http.HttpServletRequest request,
SubmissionInfo subInfo,
String buttonPressed,
DSpaceObject dso,
String name,
Group group,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
Group[] |
UsageWorkflowEvent.getGroupOwners() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageWorkflowEvent.setGroupOwners(Group... newGroupOwner) |
| Modifier and Type | Method and Description |
|---|---|
Group |
WorkflowService.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
| Modifier and Type | Method and Description |
|---|---|
Group |
WorkflowService.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
| Modifier and Type | Method and Description |
|---|---|
Group |
BasicWorkflowServiceImpl.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
| Modifier and Type | Method and Description |
|---|---|
Group |
BasicWorkflowServiceImpl.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
protected void |
BasicWorkflowServiceImpl.logWorkflowEvent(Context context,
Item item,
BasicWorkflowItem workflowItem,
EPerson actor,
int newstate,
EPerson newOwner,
Collection mycollection,
int oldState,
Group newOwnerGroup) |
protected void |
BasicWorkflowServiceImpl.notifyGroupOfTask(Context c,
BasicWorkflowItem wi,
Group mygroup,
List<EPerson> epa) |
| Modifier and Type | Method and Description |
|---|---|
static Group |
WorkflowUtils.getRoleGroup(Context context,
Collection collection,
Role role) |
Group |
XmlWorkflowServiceImpl.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Group> |
RoleMembers.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMembers.addGroup(Group group) |
protected void |
XmlWorkflowServiceImpl.addGroupPolicyToItem(Context context,
Item item,
int type,
Group group) |
static void |
WorkflowUtils.createCollectionWorkflowRole(Context context,
Collection collection,
String roleId,
Group group)
WORKFLOW ROLE MANAGEMENT
|
Group |
XmlWorkflowServiceImpl.getWorkflowRoleGroup(Context context,
Collection collection,
String roleName,
Group roleGroup) |
protected void |
XmlWorkflowServiceImpl.grantGroupAllItemPolicies(Context context,
Item item,
Group group) |
protected void |
XmlWorkflowServiceImpl.removeGroupItemPolicies(Context context,
Item item,
Group e) |
| Modifier and Type | Method and Description |
|---|---|
Group |
WorkflowItemRole.getGroup() |
Group |
PoolTask.getGroup() |
Group |
CollectionRole.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleServiceImpl.create(Context context,
Collection collection,
String roleId,
Group group) |
void |
WorkflowItemRole.setGroup(Group group) |
void |
PoolTask.setGroup(Group group) |
void |
CollectionRole.setGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PoolTask> |
PoolTaskServiceImpl.findByGroups(Context context,
EPerson ePerson,
List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
List<PoolTask> |
PoolTaskDAO.findByGroup(Context context,
Group group) |
PoolTask |
PoolTaskDAO.findByWorkflowItemAndGroup(Context context,
Group group,
XmlWorkflowItem workflowItem) |
| Modifier and Type | Method and Description |
|---|---|
List<PoolTask> |
PoolTaskDAOImpl.findByGroup(Context context,
Group group) |
PoolTask |
PoolTaskDAOImpl.findByWorkflowItemAndGroup(Context context,
Group group,
XmlWorkflowItem workflowItem) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleService.create(Context context,
Collection collection,
String roleId,
Group group) |
Copyright © 2016 DuraSpace. All rights reserved.