OSID Logo
OSID Specifications
workflow event package
Version 3.0.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.

Returnbooleantrue if visible federation is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventLookup
Description

Tests if looking up workflow events is supported.

Returnbooleantrue if workflow event lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventQuery
Description

Tests if querying workflow events is supported.

Returnbooleantrue if workflow event query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventSearch
Description

Tests if searching workflow events is supported.

Returnbooleantrue if workflow event search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventAdmin
Description

Tests if a workflow event administrative service is supported.

Returnbooleantrue if workflow event administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventNotification
Description

Tests if a workflow event notification service is supported.

Returnbooleantrue if workflow event notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventOffice
Description

Tests if a workflow event office lookup service is supported.

Returnbooleantrue if a workflow event office lookup service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventOfficeAssignment
Description

Tests if a workflow event office assignment service is supported.

Returnbooleantrue if a workflow event to office assignment service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventSmartOffice
Description

Tests if a workflow event smart office service is supported.

Returnbooleantrue if a smart office service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetWorkflowEventRecordTypes
Description

Gets the supported WorkflowEvent record types.

Returnosid.type.TypeLista list containing the supported WorkflowEvent record types
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventRecordType
Description

Tests if the given WorkflowEvent record type is supported.

Parametersosid.type.TypeworkflowEventRecordTypea Type indicating a WorkflowEvent record type
Returnbooleantrue if the given record type is supported, false otherwise
ErrorsNULL_ARGUMENTworkflowEventRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetWorkflowEventSearchRecordTypes
Description

Gets the supported WorkflowEvent search types.

Returnosid.type.TypeLista list containing the supported WorkflowEvent search types
CompliancemandatoryThis method must be implemented.
MethodsupportsWorkflowEventSearchRecordType
Description

Tests if the given WorkflowEvent search type is supported.

Parametersosid.type.TypeworkflowEventSearchRecordTypea Type indicating a WorkflowEvent search type
Returnbooleantrue if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENTworkflowEventSearchRecordType is null
CompliancemandatoryThis method must be implemented.