Package | Description |
---|---|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
com.sas.hls.drug.project |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework projects.
|
com.sas.hls.organization |
Service and class definitions for manipulating and creating organizations.
|
com.sas.hls.security.group |
Service and class definitions for manipulating and creating groups.
|
com.sas.hls.security.group.exception |
Exceptions that can be thrown while manipulating a group or using the groupService.
|
Modifier and Type | Class and Description |
---|---|
class |
Analysis
A data object that represents a SAS Life Science Analytics Framework analysis and contains all properties of a analysis defined
within a project in the system.
|
class |
AnalysisDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
Project
A data object that represents a SAS Life Science Analytics Framework project and contains all properties of a project defined within
an organization in the system.
|
class |
ProjectDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Project.
|
Modifier and Type | Class and Description |
---|---|
class |
Organization
A data object that contains all attributes of an organization in the system.
|
class |
OrganizationDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.createGroup(GroupContext groupContext,
String groupName,
String groupDescription,
Set<Principal> members)
Create a new group.
|
Group |
GroupService.getGroupByName(GroupContext groupContext,
String name)
Get the client representation of a group given its name and context.
|
GroupDescriptor |
GroupService.getGroupDescriptorByName(GroupContext groupContext,
String name)
Get the light-weight representation of a group given its name and context.
|
Set<GroupDescriptor> |
GroupService.getGroupDescriptors(GroupContext groupContext)
Get the light-weight representation of all groups defined in a given context
|
Set<Group> |
GroupService.getGroups(GroupContext groupContext)
Get all the groups defined in a given context
|
Set<GroupDescriptor> |
GroupService.getGroupsByMember(GroupContext groupContext,
Principal member)
Get all groups in a given context that have the specified principal as a member.
|
Set<GroupDescriptor> |
GroupService.getReachableGroupsByMember(GroupContext groupContext,
Principal member)
Returns a set of all reachable groups in the specified context.
|
boolean |
GroupService.groupExists(GroupContext groupContext,
String name)
Does a group exist?
|
void |
GroupService.removeFromGroupContextGroups(GroupContext groupContext,
Set<Principal> members)
Remove the specified members from all groups in a specific context.
|
Modifier and Type | Method and Description |
---|---|
GroupContext |
GroupExistsException.getGroupContext()
Get the context of the group in question
|
Constructor and Description |
---|
GroupExistsException(GroupContext groupContext,
String name,
String message)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA