Skip navigation links


oracle.iam.reconciliation.api
Class ChangeType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.reconciliation.api.ChangeType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ChangeType
extends java.lang.Enum

An event has to have one of the defined change type.

See Also:
Serialized Form

Field Summary
static ChangeType CHANGELOG
          ChangeType is CHANGELOG when the event has to be created for Create/Modify operation with incomplete or just required dataset.
static ChangeType DELETE
          ChangeType is DELETE when event has to be created for deletion of data.
static ChangeType REGULAR
          ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.

 

Method Summary
static ChangeType valueOf(java.lang.String name)
           
static ChangeType[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

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

 

Field Detail

DELETE

public static final ChangeType DELETE
ChangeType is DELETE when event has to be created for deletion of data.

REGULAR

public static final ChangeType REGULAR
ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.

CHANGELOG

public static final ChangeType CHANGELOG
ChangeType is CHANGELOG when the event has to be created for Create/Modify operation with incomplete or just required dataset.

Method Detail

values

public static ChangeType[] values()

valueOf

public static ChangeType valueOf(java.lang.String name)

Skip navigation links


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