com.businessobjects.sdk.biar
Class IImportOptions.SecurityImportMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.businessobjects.sdk.biar.IImportOptions.SecurityImportMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IImportOptions

public static final class IImportOptions.SecurityImportMode
extends java.lang.Enum

This enum defines constants for how BIAR may import InfoObjects security.

See Also:
Serialized Form

Field Summary
static IImportOptions.SecurityImportMode NEVER
          Securities are not imported.
static IImportOptions.SecurityImportMode NORMAL
          Securities are imported.
static IImportOptions.SecurityImportMode ONLY_ON_NEW_OBJECTS
          Securities are imported only if the object did not already exist on the CMS.
 
Method Summary
static IImportOptions.SecurityImportMode valueOf(java.lang.String name)
           
static IImportOptions.SecurityImportMode[] 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

NORMAL

public static final IImportOptions.SecurityImportMode NORMAL
Securities are imported. Other import options may override this behavior and prevent certain objects' securities from being imported.


ONLY_ON_NEW_OBJECTS

public static final IImportOptions.SecurityImportMode ONLY_ON_NEW_OBJECTS
Securities are imported only if the object did not already exist on the CMS. Other import options may override this behavior and prevent certain objects' securities from being imported.


NEVER

public static final IImportOptions.SecurityImportMode NEVER
Securities are not imported.

Method Detail

values

public static IImportOptions.SecurityImportMode[] values()

valueOf

public static IImportOptions.SecurityImportMode valueOf(java.lang.String name)