OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.workflow.rules.ProcessProcessorEnablerAdminSession
osid.workflow.rules.ProcessProcessorEnablerList
osid.workflow.rules.ProcessProcessorEnablerLookupSession
Description

A ProcessProcessorEnabler manages the active status of a ProcessProcessor ..

MethodgetProcessProcessorEnablerRecord
Description

Gets the process processor enabler record corresponding to the given ProcessProcessorEnabler record Type . This method ie used to retrieve an object implementing the requested record. The processProcessorEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(processProcessorEnablerRecordType) is true.

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