|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MembershipContext | |
---|---|
com.sas.hls.drug.analysis | Service and class definitions for manipulating and creating SAS Drug Development analyses. |
com.sas.hls.drug.project | Service and class definitions for manipulating and creating SAS Drug Development 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. |
Uses of MembershipContext in com.sas.hls.drug.analysis |
---|
Classes in com.sas.hls.drug.analysis that implement MembershipContext | |
---|---|
class |
Analysis
A client representation of an Analysis in SAS Drug Development. |
class |
AnalysisDescriptor
A light-weight client representation of an Analysis defined in SAS Drug Development. |
Uses of MembershipContext in com.sas.hls.drug.project |
---|
Classes in com.sas.hls.drug.project that implement MembershipContext | |
---|---|
class |
Project
A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system. |
class |
ProjectDescriptor
A light-weight representation of a SAS Drug Development project. |
Uses of MembershipContext in com.sas.hls.organization |
---|
Classes in com.sas.hls.organization that implement MembershipContext | |
---|---|
class |
Organization
This class is a data object that contains all attributes of an organization in the system. |
class |
OrganizationDescriptor
A light-weight representation of a SAS Drug Development organization. |
Uses of MembershipContext in com.sas.hls.security.membership |
---|
Methods in com.sas.hls.security.membership that return MembershipContext | |
---|---|
MembershipContext |
MembershipDescriptor.getContext()
Get the context that this MembershipDescriptor represents. |
Methods in com.sas.hls.security.membership with parameters of type MembershipContext | |
---|---|
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 a 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)
|
void |
MembershipDescriptor.setContext(MembershipContext context)
Set the context that this MembershipDescriptor represents. |
Constructors in com.sas.hls.security.membership with parameters of type MembershipContext | |
---|---|
Membership(MembershipContext context)
MembershipDescriptor constructor given a MembershipContext. |
|
Membership(MembershipContext context,
Principal... members)
Membership constructor given the context it is for and the list of Principals to be in the membership. |
|
Membership(MembershipContext context,
Set<Principal> members)
Membership constructor given the context it is for and the list of Principals to be in the membership. |
|
MembershipDescriptor(MembershipContext context)
MembershipDescriptor constructor given a MembershipContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |