com.bea.content.federated.events
Class GenericContentEvent

java.lang.Object
  extended by com.bea.p13n.property.AbstractConfigurableEntity
      extended by com.bea.p13n.events.Event
          extended by com.bea.p13n.tracking.events.TrackingEvent
              extended by com.bea.content.federated.events.GenericContentEvent
All Implemented Interfaces
EventConstants, IEvent, ConfigurableEntity, Serializable
Direct Known Subclasses:
ContentConfigEvent, ContentCreateEvent, ContentDeleteEvent, ContentReIndexEvent, ContentUpdateEvent

public abstract class GenericContentEvent
extends TrackingEvent

GenericContentEvent class which should be extended by all ContentEvents

See Also
Serialized Form

Field Summary
static String GENERATED_SESSION_ID
          Constant used for the session ID if a request is not specified
 
Fields inherited from class com.bea.p13n.tracking.events.TrackingEvent
REQUEST, SESSION_ID, USER_ID, USER_TYPE
 
Fields inherited from class com.bea.p13n.property.AbstractConfigurableEntity
CE_METHOD_CACHE, instanceClass, PREFIX_GET, PREFIX_SET, propertyCache, textFormatter
 
Fields inherited from interface com.bea.p13n.property.ConfigurableEntity
RESERVED_PROPERTY_SET
 
Fields inherited from interface com.bea.p13n.events.EventConstants
TYPE_ALL
 
Constructor Summary
protected GenericContentEvent(javax.servlet.http.HttpSession session, String eventType, String xml_namespace, String xsd_file, String[] localSchemaKeys, Map<String,String> attributeMap)
          Create a Generic content event which allows behaviour tracking.
protected GenericContentEvent(String eventType, String xml_namespace, String xsd_file, String[] localSchemaKeys, Map<String,String> attributeMap)
          Create a Generic content event which does not have access to the httpRequest object.
 
Method Summary
 
Methods inherited from class com.bea.p13n.tracking.events.TrackingEvent
getSchemaKeys, getSession, getXMLNamespace, getXSDFile, setSchemaKeys, setSession, setXMLNamespace, setXSDFile
 
Methods inherited from class com.bea.p13n.events.Event
getApplication, getAttribute, getAttributeNames, getProperty, getTimeStamp, getType, removeAttribute, setApplication, setAttribute, setTimeStamp, toString
 
Methods inherited from class com.bea.p13n.property.AbstractConfigurableEntity
createMapKey, getCachedProperty, getExplicitProperty, getExplicitSetter, getImplicitProperty, getJndiName, getPkString, getPropertyAsString, getPropertyCache, getPropertyNoDefault, getUniqueId, hasExplicitGetter, hasExplicitSetter, removeExplicitProperty, removeProperty, setExplicitProperty, setProperty, upcaseFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bea.p13n.property.ConfigurableEntity
getJndiName, getPkString, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty
 

Field Detail

GENERATED_SESSION_ID

public static final String GENERATED_SESSION_ID
Constant used for the session ID if a request is not specified

See Also
Constants Summary
Constructor Detail

GenericContentEvent

protected GenericContentEvent(javax.servlet.http.HttpSession session,
                              String eventType,
                              String xml_namespace,
                              String xsd_file,
                              String[] localSchemaKeys,
                              Map<String,String> attributeMap)
Create a Generic content event which allows behaviour tracking.

Parameters
session - The session object for the user.
eventType - The type of the event
xml_namespace - The namespace for the event
xsd_file - The name of the schema file
localSchemaKeys - The localSchemaKeys defined for the event
attributeMap - The map containing name value pairs of the attributes which need to be set

GenericContentEvent

protected GenericContentEvent(String eventType,
                              String xml_namespace,
                              String xsd_file,
                              String[] localSchemaKeys,
                              Map<String,String> attributeMap)
Create a Generic content event which does not have access to the httpRequest object.

Parameters
eventType - The type of the event
xml_namespace - The namespace for the event
xsd_file - The name of the schema file
localSchemaKeys - The localSchemaKeys defined for the event
attributeMap - The map containing name value pairs of the attributes which need to be set


Copyright © 2011, Oracle. All rights reserved.