Skip navigation links


oracle.iam.kernel.jaxb
Class Eventhandlers

java.lang.Object
  extended by oracle.iam.kernel.jaxb.Eventhandlers


public class Eventhandlers
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="preview_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-type-with-sync-true"/>
         <element name="validation_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-type-with-sync-true"/>
         <element name="compensate_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-type"/>
         <element name="out_of_band_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-stage-type"/>
         <element name="start_compensation" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-type"/>
         <element name="action_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-sync-tx-stage-type"/>
         <element name="preprocess_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-sync-tx-stage-type"/>
         <element name="postprocess_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-sync-tx-stage-type"/>
         <element name="failed_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}failed-event-handler-type"/>
         <element name="finalization_handler" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-with-tx-type"/>
         <element name="change_failed" type="{http://www.oracle.com/schema/oim/platform/kernel}event-handler-type-with-sync"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
Eventhandlers()
           

 

Method Summary
 java.util.List getPreviewHandlerOrValidationHandlerOrCompensateHandler()
          Gets the value of the previewHandlerOrValidationHandlerOrCompensateHandler property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Eventhandlers

public Eventhandlers()

Method Detail

getPreviewHandlerOrValidationHandlerOrCompensateHandler

public java.util.List getPreviewHandlerOrValidationHandlerOrCompensateHandler()
Gets the value of the previewHandlerOrValidationHandlerOrCompensateHandler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the previewHandlerOrValidationHandlerOrCompensateHandler property.

For example, to add a new item, do as follows:

    getPreviewHandlerOrValidationHandlerOrCompensateHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<EventHandlerWithTxType> JAXBElement<EventHandlerWithTxType> JAXBElement<EventHandlerTypeWithSyncTrue> JAXBElement<EventHandlerWithSyncTxStageType> JAXBElement<EventHandlerWithTxStageType> JAXBElement<EventHandlerWithSyncTxStageType> JAXBElement<FailedEventHandlerType> JAXBElement<EventHandlerWithTxType> JAXBElement<EventHandlerTypeWithSyncTrue> JAXBElement<EventHandlerWithSyncTxStageType> JAXBElement<EventHandlerTypeWithSync>


Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.