com.tibco.wcc.schema.workviews
This topic describes the data passed in the payload for PageBus event, com.tibco.wcc.schema.workviews.
Data in the PageBus event:
topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events. message: schemaId = "com.tibco.wcc.schema.workviews" scope = "public" items = [ { "View": Name of the work view. "Description": Description of the work view. “UserChangedBase”: Indicates if the user changed the filter using the wizard, which becomes the “base” filter in the work item list. “UserChangedFilter”: Indicates if the user changed the filter using the Filter function on the work item list. “UserChangedSort”: Indicates if the user changed the sort using the Sort function on the work item list. “UserChangedColumns”: Indicates if the user changed the columns using the Column Selector on the work item 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. "systemViewWorkList": "true" if user can select groups/positions/resources for supervised work list. "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. "Type": Type of work view:"UserEdit" (for views created using the wizard, as well as views created with one of the ’Show Outstanding’ functions on the process instance list) or "Default" (for the default Inbox). "Filter": The filter string for the view. "ParentNode": The node under which the work view was created: either "MYWORK" or "SUPERVISEDWORK". "entityType": (Only appears for Supervised work views.) The type of entity being supervised: "RESOURCE", "GROUP", "ORGANIZATIONAL_UNIT", or "POSITION". "guid": (Only appears for Supervised work views.) The GUID representing the entity being supervised. "modelVersion": (Only appears for Supervised work views.) The version of the organization model. "SupervisedWorkItemState": (Only appears for Supervised work views.) Indicates whether the work items were offered or allocated to the organizational entity. "temporary": (Only appears when the work view is created with one of the ’Show Outstanding’ functions on the process instance list) A value of ’true" indicates the work view is still temporary. } ]
Example:
topic: "com.tibco.wcc.order.wccPrototype.wccWorkViews.listItemSelect" message: schemaId = "com.tibco.wcc.schema.workviews" scope = "public" items = [ { "View": "Urgent", "Description": "Past due claims", "UserChangedBase": "true", "UserChangedFilter": "false", "UserChangedSort": "false", "UserChangedColumns": "false", "ViewSource": "System", "SystemView": "true", "systemViewDate": "Tue Oct 2 10:27:54 PDT 2012", "systemViewDescription": "true", "systemViewFilter": "false", "systemViewBaseFilter": "true", "systemViewSort": "true", "systemViewColumns": "true", "systemViewReplace": "true", "systemViewStartDate": "Mon, 1 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": "", "systemViewRecipientResources": "07346908-E92E-4C1F-BF79-8EB6069EDECF", "systemViewAuthorGroups": "", "systemViewAuthorPositions": "", "systemViewAuthorResources": "A19F1BFB-0739-449A-8572-96EB4743E29D", "systemViewRecipientVersion": "3", "systemViewAuthorVersion": "3", "Type": "UserEdit", "Filter": " endDate < {~TODAY~} ", ParentNode": "MYWORK" } ]
Copyright © Cloud Software Group, Inc. All rights reserved.