Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.user.updaters
Interface XUserUpdater

All Superinterfaces:
waggle.common.modules.object.updaters.XObjectUpdater

public interface XUserUpdater
extends waggle.common.modules.object.updaters.XObjectUpdater

Update the basic user object fields.

IMPORTANT: The updater fields below are only supported by the XUserModule.Server.updateUser() method. They are not supported by the XUserObject.updateAttributes() method. XUserObject clients must call the individual setters instead (see setAdmin(), setEnabled(), etc.).

See XProfileUpdater for additional user related fields that are updatable through an XUpdater (Title, Phone Number, etc.)

See Also:
XUserModule

Field Summary
static String ACT_ON_BEHALF_OF
          Boolean for act-on-behalf-of status.
static String ADMIN
          Boolean for admin status.
static String APP_SHARING
          Boolean for app sharing enabled.
static String APP_SHARING_QUOTA_MAX
          Long for app sharing quota max.
static String APP_SHARING_QUOTA_MAX_HARD_LIMIT
          Boolean for content quota max is a hard limit.
static String CAN_CREATE_CONVERSATION
          Boolean for whether the user can create conversations.
static String CAN_DISCOVER
          Boolean for whether the user can discover.
static String CONTENT_QUOTA_MAX
          Long for content quota max.
static String CONTENT_QUOTA_MAX_HARD_LIMIT
          Boolean for content quota max is a hard limit.
static String DEVELOPER
          Boolean for developer status.
static String DISCOVERABLE_DEFAULT
          Boolean for default discoverable status for Conversation this User creates.
static String ENABLED
          Boolean for enabled status.
static String GUEST
          Boolean for guest status.
static String INTERNAL
          Boolean for internal realm authority (vs. external configured realm)
static String NAME
          String for name.
static String REALM_DATA
          String for realm data.
static String SLOT
          Boolean for slot usage.
static String VERIFIED
          Boolean for whether the user has been verified or not.
static String VOICE_HARD
          Boolean for voice hard enabled.
static String VOICE_HARD_QUOTA_MAX
          Long for voice hard quota max.
static String VOICE_HARD_QUOTA_MAX_HARD_LIMIT
          Boolean for content quota max is a hard limit.
static String VOICE_SOFT
          Boolean for voice soft enabled.
static String VOICE_SOFT_QUOTA_MAX
          Long for voice soft quota max.
static String VOICE_SOFT_QUOTA_MAX_HARD_LIMIT
          Boolean for content quota max is a hard limit.

 

Field Detail

NAME

static final String NAME
String for name.
See Also:
Constant Field Values

REALM_DATA

static final String REALM_DATA
String for realm data.
See Also:
Constant Field Values

ADMIN

static final String ADMIN
Boolean for admin status.
See Also:
Constant Field Values

DEVELOPER

static final String DEVELOPER
Boolean for developer status.
See Also:
Constant Field Values

ACT_ON_BEHALF_OF

static final String ACT_ON_BEHALF_OF
Boolean for act-on-behalf-of status.
See Also:
Constant Field Values

ENABLED

static final String ENABLED
Boolean for enabled status.
See Also:
Constant Field Values

GUEST

static final String GUEST
Boolean for guest status.
See Also:
Constant Field Values

SLOT

static final String SLOT
Boolean for slot usage.
See Also:
Constant Field Values

INTERNAL

static final String INTERNAL
Boolean for internal realm authority (vs. external configured realm)
See Also:
Constant Field Values

VERIFIED

static final String VERIFIED
Boolean for whether the user has been verified or not.
See Also:
Constant Field Values

CAN_DISCOVER

static final String CAN_DISCOVER
Boolean for whether the user can discover.
See Also:
Constant Field Values

CAN_CREATE_CONVERSATION

static final String CAN_CREATE_CONVERSATION
Boolean for whether the user can create conversations.
See Also:
Constant Field Values

DISCOVERABLE_DEFAULT

static final String DISCOVERABLE_DEFAULT
Boolean for default discoverable status for Conversation this User creates.
See Also:
Constant Field Values

CONTENT_QUOTA_MAX

static final String CONTENT_QUOTA_MAX
Long for content quota max.
See Also:
Constant Field Values

CONTENT_QUOTA_MAX_HARD_LIMIT

static final String CONTENT_QUOTA_MAX_HARD_LIMIT
Boolean for content quota max is a hard limit.
See Also:
Constant Field Values

VOICE_HARD

static final String VOICE_HARD
Boolean for voice hard enabled.
See Also:
Constant Field Values

VOICE_HARD_QUOTA_MAX

static final String VOICE_HARD_QUOTA_MAX
Long for voice hard quota max.
See Also:
Constant Field Values

VOICE_HARD_QUOTA_MAX_HARD_LIMIT

static final String VOICE_HARD_QUOTA_MAX_HARD_LIMIT
Boolean for content quota max is a hard limit.
See Also:
Constant Field Values

VOICE_SOFT

static final String VOICE_SOFT
Boolean for voice soft enabled.
See Also:
Constant Field Values

VOICE_SOFT_QUOTA_MAX

static final String VOICE_SOFT_QUOTA_MAX
Long for voice soft quota max.
See Also:
Constant Field Values

VOICE_SOFT_QUOTA_MAX_HARD_LIMIT

static final String VOICE_SOFT_QUOTA_MAX_HARD_LIMIT
Boolean for content quota max is a hard limit.
See Also:
Constant Field Values

APP_SHARING

static final String APP_SHARING
Boolean for app sharing enabled.
See Also:
Constant Field Values

APP_SHARING_QUOTA_MAX

static final String APP_SHARING_QUOTA_MAX
Long for app sharing quota max.
See Also:
Constant Field Values

APP_SHARING_QUOTA_MAX_HARD_LIMIT

static final String APP_SHARING_QUOTA_MAX_HARD_LIMIT
Boolean for content quota max is a hard limit.
See Also:
Constant Field Values

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


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