Interface IAceView
- All Superinterfaces:
IView
,Serializable
Class IAceView
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.view.IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
-
Method Summary
Modifier and TypeMethodDescriptionReturn collection of denied rights for this aceReturns collection of exclusive rights for this aceReturns collection of granted rights for this aceReturns principal uri for this aceMethods inherited from interface com.webmethods.portal.service.view.IView
getProperties, getProperty, getPropertyNames, getURI
-
Method Details
-
getPrincipalURI
IURI getPrincipalURI()Returns principal uri for this ace -
getGranted
Collection<Integer> getGranted()Returns collection of granted rights for this ace -
getDenied
Collection<Integer> getDenied()Return collection of denied rights for this ace -
getExclusive
Collection<Integer> getExclusive()Returns collection of exclusive rights for this ace
-