OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.workflow.rules.ProcessProcessorEnablerAdminSession
Description

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

MethodgetProcessProcessorEnablerFormRecord
Description

Gets the ProcessProcessorEnablerFormRecord corresponding to the given process processor enabler record Type .

Parametersosid.type.TypeprocessProcessorEnablerRecordTypea process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerFormRecordthe process processor enabler form record
ErrorsNULL_ARGUMENTprocessProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.