Properties
Private _dialogDelegateStateVisitor
Defined in ppm/SdaDialogDelegate.ts:56
Private _dialogProxy
Defined in ppm/SdaDialogDelegate.ts:55
Static Private ALIAS_CREATE_COMMENT_MENU_ACTION_ID
ALIAS_CREATE_COMMENT_MENU_ACTION_ID: string = "alias_CreateComment"
Defined in ppm/SdaDialogDelegate.ts:48
Static Private ALIAS_OPEN_LATEST_FILE_MENU_ACTION_ID
ALIAS_OPEN_LATEST_FILE_MENU_ACTION_ID: string = "alias_OpenLatestFile"
Defined in ppm/SdaDialogDelegate.ts:50
Static Private ALIAS_OPEN_MENU_ACTION_ID
ALIAS_OPEN_MENU_ACTION_ID: string = "alias_Open"
Defined in ppm/SdaDialogDelegate.ts:49
Static Private ALIAS_SHOW_LATEST_MENU_ACTION_ID
ALIAS_SHOW_LATEST_MENU_ACTION_ID: string = "alias_ShowLatest"
Defined in ppm/SdaDialogDelegate.ts:51
Static Private ALIAS_SHOW_TAGS_MENU_ACTION_ID
ALIAS_SHOW_TAGS_MENU_ACTION_ID: string = "alias_ShowTags"
Defined in ppm/SdaDialogDelegate.ts:52
Static Private OPEN_MENU_ACTION_ID
OPEN_MENU_ACTION_ID: string = "open"
Defined in ppm/SdaDialogDelegate.ts:53
NOTE: The Work_Package_Id referenced by the show_tags action is an implied Work_Package_Id, it is not an actual argument on the action. It can be implied because the parent dialog is constrained by the work package id.
Work_Packages .alias_Open@Work_Package_Id -> Workpackage_Documents_FORM@Work_Package_Id Workpackage_Documents_Documents@Work_Package_Id .create_comment@Document_ID -> Documents_CreateComment .show_tags@Work_Package_Id -> Tags Workpackage_Tags_Tags@Work_Package_Id .create_comment@Tag_Id -> Documents_CreateComment .open@TagId -> Tag_Details_FORM@Tag_Id Tag_Details_Documents@Tag_Id .createComment@Document_Id -> Documents_CreateComment