Uses of Interface
org.osid.authorization.rules.AuthorizationEnablerList
Packages that use AuthorizationEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization.rules
service.
-
Uses of AuthorizationEnablerList in org.osid.authorization.rules
Methods in org.osid.authorization.rules that return AuthorizationEnablerListModifier and TypeMethodDescriptionAuthorizationEnablerLookupSession.getAuthorizationEnablers()Gets allAuthorizationEnablers.AuthorizationEnablerSearchResults.getAuthorizationEnablers()Gets theAuthorizationEnablerListresulting from a search.AuthorizationEnablerLookupSession.getAuthorizationEnablersByGenusType(Type authorizationEnablerGenusType) Gets anAuthorizationEnablerListcorresponding to the given authorization enabler genusTypewhich does not include authorization enablers of genus types derived from the specifiedType.AuthorizationEnablerLookupSession.getAuthorizationEnablersByIds(IdList authorizationEnablerIds) Gets anAuthorizationEnablerListcorresponding to the givenIdList.AuthorizationEnablerLookupSession.getAuthorizationEnablersByParentGenusType(Type authorizationEnablerGenusType) Gets anAuthorizationEnablerListcorresponding to the given authorization enabler genusTypeand include any additional authorization enablers with genus types derived from the specifiedType.AuthorizationEnablerQuerySession.getAuthorizationEnablersByQuery(AuthorizationEnablerQuery authorizationEnablerQuery) Gets a list ofAuthorizationEnablersmatching the given search.AuthorizationEnablerLookupSession.getAuthorizationEnablersByRecordType(Type authorizationEnablerRecordType) Gets anAuthorizationEnablerListcontaining the given authorization enabler recordType.AuthorizationEnablerVaultSession.getAuthorizationEnablersByVault(Id vaultId) Gets the list of authorization enablers associated with aVault.AuthorizationEnablerVaultSession.getAuthorizationEnablersByVaults(IdList vaultIds) Gets the list of authorization enablers corresponding to a list ofVaults.AuthorizationEnablerRuleLookupSession.getAuthorizationEnablersForAuthorization(Id authorizationId) Gets theAuthorizationEnablerassociated with anAuthorization.AuthorizationEnablerLookupSession.getAuthorizationEnablersOnDate(DateTime from, DateTime to) Gets anAuthorizationEnablerListthat are effective for the entire given date range inclusive but not confined to the date range.