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