WebLogic Integration


Uses of Interface
com.bea.wlai.common.IEventDescriptor

Packages that use IEventDescriptor
com.bea.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of IEventDescriptor in com.bea.adapter.web
 

Methods in com.bea.adapter.web with parameters of type IEventDescriptor
 void AbstractDesignTimeRequestHandler.addEventSchemaToRepository(IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
 void AbstractDesignTimeRequestHandler.addEventSchemaToRepository(IApplicationViewDescriptor avd, IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
 java.lang.String AbstractDesignTimeRequestHandler.getEventSchemaName(IEventDescriptor ed)
          Convenience method to retrieve the event schema's name.
protected abstract  void AbstractDesignTimeRequestHandler.initEventDescriptor(ActionResult result, IEventDescriptor ed, javax.servlet.http.HttpServletRequest request)
          Initializes an event descriptor.
 void AbstractDesignTimeRequestHandler.editEventDescriptor(ActionResult result, IEventDescriptor event, javax.servlet.http.HttpServletRequest request)
          This method is called by the edtservc response method.
 

Uses of IEventDescriptor in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return IEventDescriptor
 IEventDescriptor SchemaManager.getEventDescriptor(java.lang.String appViewName, java.lang.String eventTypeName)
          Get an event descriptor given the ApplicationView name and event type name.
 

Methods in com.bea.wlai.client with parameters of type IEventDescriptor
 void DesignTimeHelper.addEventSchemaToRepository(IApplicationViewDescriptor avd, IEventDescriptor ed, IDocumentDefinition eventDef)
          Adds the schema for an event to the repository.
 IEventDefinition DesignTimeHelper.getEventDefinition(IEventDescriptor event)
           
 

Uses of IEventDescriptor in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement IEventDescriptor
 class EventDescriptor
          An implementation of the IEventDescriptor interface for use by the WLAI server.
 

Methods in com.bea.wlai.common that return IEventDescriptor
 IEventDescriptor IApplicationViewDescriptor.addEvent(java.lang.String eventName)
          Add an event to this application view.
 IEventDescriptor IApplicationViewDescriptor.removeEvent(java.lang.String name)
          Removes the event descriptor with the given name from this IApplicationViewDescriptor object.
 IEventDescriptor IApplicationViewDescriptor.getEvent(java.lang.String name)
          Gets the event descriptor with the given name from this IApplicationViewDescriptor object.
static IEventDescriptor DescriptorFactory.createEventDescriptor(java.lang.String name, java.lang.String description, java.lang.String schemaName, java.lang.String rootElementName)
          Create a new event descriptor given the schema name and root element name for the descriptor.
 IEventDescriptor ApplicationViewDescriptor.addEvent(java.lang.String eventName)
          Add an event to this application view.
 IEventDescriptor ApplicationViewDescriptor.removeEvent(java.lang.String name)
          Removes the event with the given name from this IApplicationViewDescriptor object.
 IEventDescriptor ApplicationViewDescriptor.getEvent(java.lang.String name)
          Gets the event with the given name from this IApplicationViewDescriptor object.
 


WebLogic Integration

WebLogic Integration (WLI)