WAPIMAP is the object handle of a workflow map stored in the WAPI database. It is used in the WAPI functions for all map manipulation operations.


Instance Attributes Index

 o pMAPID
The unique ID.
 o pDATECREATED
The date the map was created.
 o pDATEMODIFIED
The date the map was last modified.
 o pDATELASTUSED
The date the map was last used.
 o pINITIATECB
The callback information for the Initiate Workflow callback event.
 o pCOMPLETECB
The callback information for the Workflow Completed callback event.
 o pDELETECB
The callback information for the Workflow Deleted callback event.
 o pPAINTER
The information required to display the map definition in a visual interface.
 o pFLAGS
The flags that control the behavior of the map and workflows that use this map.
 o pTITLE
The default title for workflow that use this map.
 o pDESCRIPTION
The description for the workflows that use this map.
 o pINSTRUCTIONS
The instructions for the workflows that use this map.
 o pPRIORITY
The priority of workflows that use this map.
 o pPROJECT
A project identifier for workflows that use this map.
 o pOWNERID
The ID of the user that created the map.
 o pUSERDATA
Stored data that can be used by the workflows using this map.
 o pMANAGERID
The user ID for the manager of the workflows that use this map.
 o pDUEDURATION
The duration, in seconds, of how long it should take workflows that use this map to complete.
 o pDUEDATE
The due date for any workflow that uses this map.
 o pDUETIME
The time for which the workflows that use this map should be due.
 o pSTARTDATE
The date the workflow should wait for before initiating.
 o pSTOPCB
The callback information for the Workflow Stopped callback event.
 o pSUSPENDCB
The callback information for the Workflow Suspended callback event.
 o pRESUMECB
The callback information for the Workflow Resumed callback event.
 o pARCHIVECB
The callback information for the Workflow Archived callback event.
 o pCUSTOMDATA
Stored data that can be used by the workflows using this map.

Instance Attributes

 o pMAPID
 Integer pMAPID
The unique ID. The column in the WMap table is Map_MapID.
 o pDATECREATED
 Date pDATECREATED
The date the map was created. The column in the WMap table is Map_DateCreated.
 o pDATEMODIFIED
 Date pDATEMODIFIED
The date the map was last modified. The column in the WMap table is Map_DateModified.
 o pDATELASTUSED
 Date pDATELASTUSED
The date the map was last used. The column in the WMap table is Map_DateLastUsed.
 o pINITIATECB
 Dynamic pINITIATECB
The callback information for the Initiate Workflow callback event. If any data is stored in this field then a callback will fire when a workflow is initiated that uses this map definition. The column in the WMap table is Map_InitiateCb.
 o pCOMPLETECB
 Dynamic pCOMPLETECB
The callback information for the Workflow Completed callback event. If any data is stored in this field then a callback will fire when a workflow is completed that uses this map definition. The column in the WMap table is Map_CompleteCb.
 o pDELETECB
 Dynamic pDELETECB
The callback information for the Workflow Deleted callback event. If any data is stored in this field then a callback will fire when a workflow is deleted that uses this map definition. The column in the WMap table is Map_DeleteCb.
 o pPAINTER
 Dynamic pPAINTER
The information that required to display the map definition in a visual interface. The column in the WMap table is Map_Painter.
 o pFLAGS
 Integer pFLAGS
The flags that control the behavior of the map and workflows that use this map. The column in the WMap table is Map_Flags. The values which can be combined with bitwise OR operations to make up the flags value are:
WAPI.MAP_FLAG_ARCHIVEONCOMPLETE
WAPI.MAP_FLAG_DELETEONCOMPLETE
WAPI.MAP_FLAG_RESUMEONRETURN
WAPI.MAP_FLAG_SKIPWEEKENDS
WAPI.MAP_FLAG_TEMPMAP
 o pTITLE
 String pTITLE
The default title for workflow that use this map. The column in the WMap table is Map_Title.
 o pDESCRIPTION
 String pDESCRIPTION
The description for the workflows that use this map. The column in the WMap table is Map_Description.
 o pINSTRUCTIONS
 String pINSTRUCTIONS
The instructions for the workflows that use this map. The column in the WMap table is Map_Instructions.
 o pPRIORITY
 Integer pPRIORITY
The priority of workflows that use this map. The column in the WMap table is Map_Priority.
 o pPROJECT
 String pPROJECT
A project identifier for workflows that use this map. The column in the WMap table is Map_Project.
 o pOWNERID
 Integer pOWNERID
The ID of the user that created the map. The column in the WMap table is Map_OwnerID.
 o pUSERDATA
 Dynamic pUSERDATA
Stored data that can be used by the workflows using this map. The column in the WMap table is Map_UserData.
 o pMANAGERID
 Integer pMANAGERID
The user ID for the manager of the workflows that use this map. The column in the WMap table is Map_ManagerID.
 o pDUEDURATION
 Integer pDUEDURATION
The duration, in seconds, of how long it should take workflows that use this map to complete. The column in the WMap table is Map_DueDuration.
 o pDUEDATE
 Date pDUEDATE
The due date for any workflow that uses this map. The column in the WMap table is Map_DueDate.
 o pDUETIME
 Integer pDUETIME
The time that the workflows that use this map should be due. This time is the number of seconds since midnight. The column in the WMap table is Map_DueTime.
 o pSTARTDATE
 Date pSTARTDATE
The date the workflow should wait for before initiating. The column in the WMap table is Map_StartDate.
 o pSTOPCB
 Dynamic pSTOPCB
The callback information for the Workflow Stopped callback event. If any data is stored in this field then a callback will fire when a workflow is stopped that uses this map definition. The column in the WMap table is Map_StopCb.
 o pSUSPENDCB
 Dynamic pSUSPENDCB
The callback information for the Workflow Suspended callback event. If any data is stored in this field then a callback will fire when a workflow is suspended that uses this map definition. The column in the WMap table is Map_SuspendCb.
 o pRESUMECB
 Dynamic pRESUMECB
The callback information for the Workflow Resumed callback event. If any data is stored in this field then a callback will fire when a workflow is resumed that uses this map definition. The column in the WMap table is Map_ResumeCb.
 o pARCHIVECB
 Dynamic pARCHIVECB
The callback information for the Workflow Archived callback event. If any data is stored in this field then a callback will fire when a workflow is archived that uses this map definition. The column in the WMap table is Map_ArchiveCb.
 o pCUSTOMDATA
 Dynamic pCUSTOMDATA
Stored data that can be used by the workflows using this map. This field is used to store data that is needed for customizations. The column in the WMap table is Map_CustomData.