com.tibco.wcc.schema.organizationresourcelist
This topic describes the data passed in the payload for PageBus event, com.tibco.wcc.schema.organizationresourcelist.
Data in the PageBus event:
topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events. message: schemaId = "com.tibco.wcc.schema.organizationresourcelist" scope = "public" items = [ { "resourceGuid": The GUID of the resource selected. "resourceName": The name of the resource selected. "containerId": The ID of the container in which the resource was created. "containerName": The name of the container in which the resource was created. } ]
Example:
topic: "com.tibco.wcc.Gerneric.wccOrganizationBrowserWindowPrototype. wccOrganizationResourceList.resourceItemSelect" message: schemaId = "com.tibco.wcc.schema.organizationresourcelist" scope = "public" items = [ { "resourceGuid": "67140375-64B4-4639-B8C9-CB95AFC59E5A", "resourceName": "Clint Hill", "containerId": "1", "containerName": "local" } ]
Copyright © Cloud Software Group, Inc. All rights reserved.