Uses of Interface
org.osid.rules.check.InstructionForm
Packages that use InstructionForm
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of InstructionForm in org.osid.rules.check
Methods in org.osid.rules.check that return InstructionFormModifier and TypeMethodDescriptionInstructionAdminSession.getInstructionFormForCreate(Id agendaId, Id checkId, Type[] instructionRecordTypes) Gets the instruction form for creating new instructions.InstructionAdminSession.getInstructionFormForUpdate(Id instructionId) Gets the instruction form for updating an existing instruction.Methods in org.osid.rules.check with parameters of type InstructionFormModifier and TypeMethodDescriptionInstructionAdminSession.createInstruction(InstructionForm instructionForm) Creates a newInstruction.voidInstructionAdminSession.updateInstruction(InstructionForm instructionForm) Updates an existing instruction.