OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.TypeprocessProcessorEnablerRecordType a process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerFormRecord the process processor enabler form record
ErrorsNULL_ARGUMENT processProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.