Skip navigation links


oracle.iam.platform.entitymgr.vo
Class IMultiValueDeltaData.Operation

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.entitymgr.vo.IMultiValueDeltaData.Operation

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IMultiValueDeltaData

public static final class IMultiValueDeltaData.Operation
extends java.lang.Enum

Possible operations supported for multi valued delta collection ADD - Adds/Appends given values to the existing values present in the repository REMOVE - Removes given values from the existing values present in the repository REPLACEALL - Replaces all the existing values present in the repository with values present in multi valued delta collection

See Also:
Serialized Form

Field Summary
static IMultiValueDeltaData.Operation ADD
           
static IMultiValueDeltaData.Operation REMOVE
           
static IMultiValueDeltaData.Operation REPLACEALL
           

 

Method Summary
static IMultiValueDeltaData.Operation valueOf(java.lang.String name)
           
static IMultiValueDeltaData.Operation[] 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

ADD

public static final IMultiValueDeltaData.Operation ADD

REMOVE

public static final IMultiValueDeltaData.Operation REMOVE

REPLACEALL

public static final IMultiValueDeltaData.Operation REPLACEALL

Method Detail

values

public static IMultiValueDeltaData.Operation[] values()

valueOf

public static IMultiValueDeltaData.Operation valueOf(java.lang.String name)

Skip navigation links


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