public interface IPrincipalBizPolicy
extends com.webmethods.portal.bizPolicy.biz.view.IViewableContainerPolicy
Modifier and Type | Method and Description |
---|---|
com.webmethods.portal.service.dir.IDirPrincipalList |
getGroupMembership(IContext context,
IURI principalURI)
Retrieve the group membership for this principal
|
com.webmethods.portal.service.dir.IDirPrincipalList |
getMembers(IContext context,
IURI principalURI)
Assuming this is a role or group, return the members of this collection.
|
com.webmethods.portal.service.dir.IDirPrincipalList |
getRoleMembership(IContext context,
IURI principalURI)
Retrieve the role membership for this principal
|
getPagingCookie, getPagingCookie, pageBackward, pageForeward, setPagingCookie
getIcon, view
com.webmethods.portal.service.dir.IDirPrincipalList getGroupMembership(IContext context, IURI principalURI) throws com.webmethods.portal.bizPolicy.BizException
context
- principalURI
- IDirPrincipalList
com.webmethods.portal.bizPolicy.BizException
com.webmethods.portal.service.dir.IDirPrincipalList getRoleMembership(IContext context, IURI principalURI) throws com.webmethods.portal.bizPolicy.BizException
context
- principalURI
- IDirPrincipalList
com.webmethods.portal.bizPolicy.BizException
com.webmethods.portal.service.dir.IDirPrincipalList getMembers(IContext context, IURI principalURI) throws com.webmethods.portal.bizPolicy.BizException
context
- principalURI
- com.webmethods.portal.bizPolicy.BizException