OSID Logo
OSID Specifications
workflow event package
Version 3.1.0
Interfaceosid.workflow.event.WorkflowEventProfile
Implementsosid.OsidProfile
Implemented Byosid.workflow.event.WorkflowEventManager
osid.workflow.event.WorkflowEventProxyManager
Description

The workflow event profile describes the interoperability among workflow event services.

MethodsupportsVisibleFederation
Description

Tests if any office federation is exposed. Federation is exposed when a specific office may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of offices appears as a single office.

Returnboolean true if visible federation is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventLookup
Description

Tests if looking up workflow events is supported.

Returnboolean true if workflow event lookup is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventQuery
Description

Tests if querying workflow events is supported.

Returnboolean true if workflow event query is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventSearch
Description

Tests if searching workflow events is supported.

Returnboolean true if workflow event search is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventAdmin
Description

Tests if a workflow event administrative service is supported.

Returnboolean true if workflow event administration is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventNotification
Description

Tests if a workflow event notification service is supported.

Returnboolean true if workflow event notification is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventOffice
Description

Tests if a workflow event office lookup service is supported.

Returnboolean true if a workflow event office lookup service is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventOfficeAssignment
Description

Tests if a workflow event office assignment service is supported.

Returnboolean true if a workflow event to office assignment service is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventSmartOffice
Description

Tests if a workflow event smart office service is supported.

Returnboolean true if a smart office service is supported, false otherwise
Compliancemandatory This method must be implemented.
MethodgetWorkflowEventRecordTypes
Description

Gets the supported WorkflowEvent record types.

Returnosid.type.TypeList a list containing the supported WorkflowEvent record types
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventRecordType
Description

Tests if the given WorkflowEvent record type is supported.

Parametersosid.type.TypeworkflowEventRecordType a Type indicating a WorkflowEvent record type
Returnboolean true if the given record type is supported, false otherwise
ErrorsNULL_ARGUMENT workflowEventRecordType is null
Compliancemandatory This method must be implemented.
MethodgetWorkflowEventSearchRecordTypes
Description

Gets the supported WorkflowEvent search types.

Returnosid.type.TypeList a list containing the supported WorkflowEvent search types
Compliancemandatory This method must be implemented.
MethodsupportsWorkflowEventSearchRecordType
Description

Tests if the given WorkflowEvent search type is supported.

Parametersosid.type.TypeworkflowEventSearchRecordType a Type indicating a WorkflowEvent search type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT workflowEventSearchRecordType is null
Compliancemandatory This method must be implemented.