Uses of Interface
org.jboss.shrinkwrap.descriptor.api.portletapp20.EventDefinitionReferenceType

Packages that use EventDefinitionReferenceType
org.jboss.shrinkwrap.descriptor.api.portletapp20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EventDefinitionReferenceType in org.jboss.shrinkwrap.descriptor.api.portletapp20
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return EventDefinitionReferenceType
 EventDefinitionReferenceType<PortletType<T>> PortletType.createSupportedProcessingEvent()
          Creates a new supported-processing-event element
 EventDefinitionReferenceType<PortletType<T>> PortletType.createSupportedPublishingEvent()
          Creates a new supported-publishing-event element
 EventDefinitionReferenceType<PortletType<T>> PortletType.getOrCreateSupportedProcessingEvent()
          If not already created, a new supported-processing-event element will be created and returned.
 EventDefinitionReferenceType<PortletType<T>> PortletType.getOrCreateSupportedPublishingEvent()
          If not already created, a new supported-publishing-event element will be created and returned.
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.id(String id)
          Sets the id attribute
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.name(String name)
          Sets the name element
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.qname(String qname)
          Sets the qname element
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.removeId()
          Removes the id attribute
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.removeName()
          Removes the name element
 EventDefinitionReferenceType<T> EventDefinitionReferenceType.removeQname()
          Removes the qname element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type EventDefinitionReferenceType
 List<EventDefinitionReferenceType<PortletType<T>>> PortletType.getAllSupportedProcessingEvent()
          Returns all supported-processing-event elements
 List<EventDefinitionReferenceType<PortletType<T>>> PortletType.getAllSupportedPublishingEvent()
          Returns all supported-publishing-event elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.