Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model |
Modifier and Type | Method and Description |
---|---|
GroupData |
AdminFacility.createGroup(SecurityContext ctx,
GroupData groupData,
ExperimenterData owner,
int permissions)
Creates a group and returns it.
|
GroupData |
AdminFacility.lookupGroup(SecurityContext ctx,
String name)
Returns the group corresponding to the passed name or
null . |
Modifier and Type | Method and Description |
---|---|
Set<GroupData> |
BrowseFacility.getAvailableGroups(SecurityContext ctx,
ExperimenterData user)
Retrieves the groups visible by the current experimenter.
|
Modifier and Type | Method and Description |
---|---|
GroupData |
AdminFacility.createGroup(SecurityContext ctx,
GroupData groupData,
ExperimenterData owner,
int permissions)
Creates a group and returns it.
|
Modifier and Type | Method and Description |
---|---|
ExperimenterData |
AdminFacility.createExperimenter(SecurityContext ctx,
ExperimenterData exp,
String username,
String password,
List<GroupData> groups,
boolean isAdmin,
boolean isGroupOwner)
Creates an experimenter and returns it.
|
Modifier and Type | Method and Description |
---|---|
GroupData |
ExperimenterData.getDefaultGroup()
Returns the default Group for this Experimenter
|
Modifier and Type | Method and Description |
---|---|
List<GroupData> |
ExperimenterData.getGroups()
Returns the groups the experimenter is a member of.
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimenterData.setGroups(List<GroupData> newValue)
Sets the groups the experimenter is a member of.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.