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.membership |
Service and class definitions for manipulating the membership of a context.
|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
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 |
---|---|
void |
MembershipService.addMember(MembershipContext context,
Principal member)
Add the specified principal to the membership list of a membership context.
|
void |
MembershipService.addMembers(MembershipContext context,
Set<Principal> members)
Add the specified principal to the membership list of a membership context.
|
Set<Principal> |
MembershipService.getAssignedMembers(MembershipContext context) |
Set<Principal> |
MembershipService.getMembersAvailableForAssignment(MembershipContext context)
Get the set of all principals which can be added to the current membership of the specified context (this list
will not include principals already in the current membership).
|
Membership |
MembershipService.getMembership(MembershipContext context)
Get the membership list of the specified context.
|
Set<Principal> |
MembershipService.getPotentialMembers(MembershipContext context)
Get the set of all principals which could be included in the membership of the specified context (including
current members of that membership).
|
boolean |
MembershipService.isMember(MembershipContext context,
Principal member)
Test to see if a given principal is an explicit member of a specified membership context.
|
void |
MembershipService.removeMember(MembershipContext context,
Principal member)
Remove the specified principal from the membership list of the specified context.
|
void |
MembershipService.removeMembers(MembershipContext context,
Set<Principal> members) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessFlowContext
An interface implemented by objects that can contain process flows.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA