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