BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0
complexType handleNotificationEventType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}handleNotificationEventType (restriction)

Properties
This component is not nillable.

Model
<...
  description = xs:string
  event = xs:string
  eventLabel = xs:string
  filterable = xs:boolean
  names = xs:string
  namespaces = xs:string
  onlyIfDisplayed = xs:boolean
  sourceDesktopPaths = xs:string
  sourcePortalPaths = xs:string
  sourcePortletDefinitionLabels = xs:string
  sourceWebAppNames = xs:string>
(changeWindowState | changeWindowMode | activatePage | invokePageFlowAction | invokeStrutsAction | fireCustomEvent | fireEvent | invokeBackingFileMethod | dispatchToRemotePortlet | invokeJavaPortletMethod | consumeNotification)*
</...>


Nested Element Summary
 activatePage
          
 changeWindowMode
          
 changeWindowState
          
 consumeNotification
          
 dispatchToRemotePortlet
          
 fireCustomEvent
          
 fireEvent
          
 invokeBackingFileMethod
          
 invokeJavaPortletMethod
          
 invokePageFlowAction
          
 invokeStrutsAction
          

Attribute Summary
 xs:stringdescription
          
 xs:stringevent
          
 xs:stringeventLabel
          
 xs:booleanfilterable
          
 xs:stringnames
          
 xs:stringnamespaces
          
 xs:booleanonlyIfDisplayed
          
 xs:stringsourceDesktopPaths
          
 xs:stringsourcePortalPaths
          
 xs:stringsourcePortletDefinitionLabels
          
 xs:stringsourceWebAppNames
          

Attribute Detail

description

Type:
xs:string
Use:
optional
Form:
unqualified

event

Type:
xs:string
Use:
required
Form:
unqualified

eventLabel

Type:
based on
with :
Use:
required
Form:
unqualified

filterable

Type:
xs:boolean
Use:
optional
Form:
unqualified

names

Type:
xs:string
Use:
optional
Form:
unqualified

namespaces

Type:
xs:string
Use:
optional
Form:
unqualified

onlyIfDisplayed

Type:
xs:boolean
Use:
optional
Form:
unqualified

sourceDesktopPaths

Type:
xs:string
Use:
optional
Form:
unqualified

sourcePortalPaths

Type:
xs:string
Use:
optional
Form:
unqualified

sourcePortletDefinitionLabels

Type:
xs:string
Use:
optional
Form:
unqualified

sourceWebAppNames

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="handleNotificationEventType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="changeWindowState"/>
<xs:element ref="changeWindowMode"/>
<xs:element ref="activatePage"/>
<xs:element ref="invokePageFlowAction"/>
<xs:element ref="invokeStrutsAction"/>
<xs:element ref="fireCustomEvent"/>
<xs:element ref="fireEvent"/>
<xs:element ref="invokeBackingFileMethod"/>
<xs:element ref="dispatchToRemotePortlet"/>
<xs:element ref="invokeJavaPortletMethod"/>
<xs:element ref="consumeNotification"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="event" type="xs:string" use="required"/>
<xs:attribute name="eventLabel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="filterable" type="xs:boolean"/>
<xs:attribute name="onlyIfDisplayed" type="xs:boolean"/>
<xs:attribute name="namespaces" type="xs:string"/>
<xs:attribute name="names" type="xs:string"/>
<xs:attribute name="sourceWebAppNames" type="xs:string"/>
<xs:attribute name="sourcePortalPaths" type="xs:string"/>
<xs:attribute name="sourceDesktopPaths" type="xs:string"/>
<xs:attribute name="sourcePortletDefinitionLabels" type="xs:string"/>
<xs:attribute name="description" type="xs:string"/>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation