com.businessobjects.sdk.biar
Class IImportOptions.SecurityImportMode
java.lang.Object
java.lang.Enum
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
| 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 |
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.
values
public static IImportOptions.SecurityImportMode[] values()
valueOf
public static IImportOptions.SecurityImportMode valueOf(java.lang.String name)