com.tibco.wcc.schema.processViewsRemoved

This topic describes the data passed in the payload for PageBus event, com.tibco.wcc.schema.processViewsRemoved.

Data in the PageBus event:

topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events.
message: schemaId = "com.tibco.wcc.schema.processViewsRemoved"
         scope = "public"
         items = [
                   {
                     "View": Name of the process view being removed.
                     "Description": Description of the process view.
                     "Type": Type of process view:"UserEdit" (for views created
                         using the wizard) or "Default" (for the default All
                         Instances view).
                     "TemplateIds": The processes included in the process view,
                         each separated by ~*~*, characters (this is simply "*" for
                         the default All Instances view).
                     “UserChangedBase”: Indicates if the user changed the filter
                         using the wizard, which becomes the “base” filter in the
                         process instance list.
                     “UserChangedFilter”: Indicates if the user changed the filter
                         using the Filter function on the process instance list.
                     “UserChangedSort”: Indicates if the user changed the sort
                         using the Sort function on the process instance list.
                     “UserChangedColumns”: Indicates if the user changed the
                         columns using the Column Selector on the process instance                          list.
                     "HaltedOnly": “true” if process view is for halted views;
                         “false” if it is for standard views.
                     “Image”: Image displayed in the process view list.
                     “ViewSource”: Indicates it is a “User” or “System” view.
                     "SystemView": "true" if system view’ “false” if user view.
                     "systemViewDate": Date and time the sysyem view was created.
                     "systemViewDescription": "true" if user can modify system view
                          description.
                     "systemViewFilter": "true" if user can modify system view
                          filter.
                     "systemViewBaseFilter": "true" if user can modify system view
                          base filter.
                     "systemViewSort": "true" if user can modify system view
                          sort.
                     "systemViewColumns": "true" if user can modify system view
                          columns.
                     "systemViewProcessList": "true" if user can modify the                          processes included in the system view
                     "systemViewReplace": Indicates if the system view definition
                          will replace existing view of same name.
                     "systemViewStartDate": Date system view takes effect.
                     "systemViewEndDate": Date system view is no longer in effect.
                     "systemViewOwner": GUID of user that created system view.
                     "systemViewOwnerName": Name of user that created system view.
                     "systemViewRecipientGroups": GUID of groups specified as
                          recipients of the system view.
                     "systemViewRecipientPositions": GUID of positions specified as
                          recipients of the system view.
                     "systemViewRecipientResources": GUID of resources specified as
                          recipients of the system view.
                     "systemViewAuthorGroups": GUID of groups specified as
                          authors of the system view.
                     "systemViewAuthorPositions": GUID of positions specified as
                          authors of the system view.
                     "systemViewAuthorResources": GUID of resources specified as
                          authors of the system view.
                     "systemViewRecipientVersion": The major version number of the
                          organization model in which the recipient resides.
                     "systemViewAuthorVersion": The major version number of the
                          organization model in which the author resides.
                     "systemViewOrgVersion": Version of organization model.
                     "Filter": The query string used to create the process view.
                   }
                 ]
         remainingCount = Number of process views remaining after the removal.
Note: The systemView... items are included in the payload only if SystemView=“true”.

Example:

topic: "com.tibco.wcc.order.wccPrototype.wccProcessViews.listItemRemoved"
message: schemaId = "com.tibco.wcc.schema.processViewsRemoved"
         scope = "public"
         items = [
                   {
                     "View": "Sales",
                     "Description": "Sales Leads",
                     "Type": "UserEdit",
                     "TemplateIds": "SalesCallbackProcess~*~*",
                     "UserChangedBase": "true",
                     "UserChangedFilter": "false",
                     "UserChangedSort": "false",
                     "UserChangedColumns": "false",
                     "HaltedOnly": "false",
                     "Image": "JSXAPPS/base/application/images/ProcessInstances.gif",
                     "ViewSource": "System",
                     "SystemView": "true",
                     "systemViewDate": "Tue Oct 2 09:10:14 PDT 2012",
                     "systemViewDescription": "true",
                     "systemViewFilter": "true",
                     "systemViewBaseFilter": "true",
                     "systemViewSort": "true",
                     "systemViewColumns": "true",
                     "systemViewProcessList": "false",
                     "systemViewReplace": "true",
                     "systemViewStartDate": "Wed, 3 Oct 2012 07:00:00 UTC",
                     "systemViewEndDate": "Wed, 31 Oct 2012 07:00:00 UTC",
                     "systemViewOwner": "5395A979-AC8C-4D08-AD2F-F2790B449560",
                     "systemViewOwnerName": "Clint Hill",
                     "systemViewRecipientGroups": "",
                     "systemViewRecipientPositions": "_ZKnCcDBTEd-x4cVy01Xlww",
                     "systemViewRecipientResources": "",
                     "systemViewAuthorGroups": "",
                     "systemViewAuthorPositions": "_0Ogk0MpREd64gM7QE8RwxA",
                     "systemViewAuthorResources": "",
                     "systemViewRecipientVersion": "3",
                     "systemViewAuthorVersion": "3",
                     "Filter": " INSTANCE.PRIORITY = 1 "
                   }
                 ]
         remainingCount = 2