Package | Description |
---|---|
org.osid.control.rules |
The Open Service Interface Definitions for the org.osid.control.rules
service.
|
Modifier and Type | Method and Description |
---|---|
ActionEnablerForm |
ActionEnablerAdminSession.getActionEnablerFormForCreate(Type[] actionEnablerRecordTypes)
Gets the action enabler form for creating new action enablers.
|
ActionEnablerForm |
ActionEnablerAdminSession.getActionEnablerFormForUpdate(Id actionEnablerId)
Gets the action enabler form for updating an existing action enabler.
|
Modifier and Type | Method and Description |
---|---|
ActionEnabler |
ActionEnablerAdminSession.createActionEnabler(ActionEnablerForm actionEnablerForm)
Creates a new
ActionEnabler. |
void |
ActionEnablerAdminSession.updateActionEnabler(ActionEnablerForm actionEnablerForm)
Updates an existing action enabler.
|