com.adobe.idp.um.api
Class UMConstants.EntityVisibilityLevel

java.lang.Object
  extended by com.adobe.idp.um.api.UMConstants.EntityVisibilityLevel
Enclosing class:
UMConstants

public static final class UMConstants.EntityVisibilityLevel
extends java.lang.Object

This class contains constants defining the visibility of a principal.


Field Summary
static int GUI
          The principal can appear in the user interface.
static int INVISIBLE
          The principal is invisible.
static int SEARCHES
          The principal can be found with searches.
 
Constructor Summary
UMConstants.EntityVisibilityLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVISIBLE

public static final int INVISIBLE
The principal is invisible.

See Also:
Constant Field Values

SEARCHES

public static final int SEARCHES
The principal can be found with searches.

See Also:
Constant Field Values

GUI

public static final int GUI
The principal can appear in the user interface.

See Also:
Constant Field Values
Constructor Detail

UMConstants.EntityVisibilityLevel

public UMConstants.EntityVisibilityLevel()


[an error occurred while processing this directive] [an error occurred while processing this directive]