Package | Description |
---|---|
org.osid.authorization |
The Open Service Interface Definitions for the org.osid.authorization
service.
|
org.osid.authorization.batch |
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
|
Modifier and Type | Method and Description |
---|---|
FunctionForm |
FunctionAdminSession.getFunctionFormForCreate(Type[] functionRecordTypes)
Gets the function form for creating new functions.
|
FunctionForm |
FunctionAdminSession.getFunctionFormForUpdate(Id functionId)
Gets the function form for updating an existing function.
|
Modifier and Type | Method and Description |
---|---|
Function |
FunctionAdminSession.createFunction(FunctionForm functionForm)
Creates a new
Function. |
void |
FunctionAdminSession.updateFunction(FunctionForm functionForm)
Updates an existing function.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FunctionBatchForm
This is the form for creating and updating functions in bulk.
|