Package | Description |
---|---|
org.osid.authorization |
The Open Service Interface Definitions for the org.osid.authorization
service.
|
Modifier and Type | Method and Description |
---|---|
Function |
FunctionAdminSession.createFunction(FunctionForm functionForm)
Creates a new
Function. |
Function |
Authorization.getFunction()
Gets the
Function for this authorization. |
Function |
FunctionLookupSession.getFunction(Id functionId)
Gets the
Function specified by its Id. |
Function |
FunctionList.getNextFunction()
Gets the next
Function in this list. |
Function[] |
FunctionList.getNextFunctions(long n)
Gets the next set of
Function elements in this list
which must be less than or equal to the number returned from
available(). |