OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorForm
Implementsosid.OsidProcessorForm
Used Byosid.workflow.rules.ProcessProcessorAdminSession
Description

This is the form for creating and updating ProcessProcessors . Like all OsidForms , various data elements may be set here for use in the create and update methods in the ProcessProcessorAdminSession. For e ach data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetProcessProcessorFormRecord
Description

Gets the ProcessProcessorFormRecord corresponding to the given process processor record Type .

Parametersosid.type.TypeprocessProcessorRecordTypea process processor record type
Returnosid.workflow.rules.records.ProcessProcessorFormRecordthe process processor form record
ErrorsNULL_ARGUMENTprocessProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.