Skip navigation links

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

E20955-01


waggle.common.modules.hive.infos
Class XHiveInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.hive.infos.XHiveInfo


public class XHiveInfo
extends waggle.common.modules.object.infos.XObjectInfo

Hive Information DTO.


Field Summary
 boolean AppSharing
          True if Application Sharing is enabled.
 XHiveRecordingStatus AppSharingRecordingStatus
          Current state of Application Sharing recording.
 String DateFormat
          Date format locale.
 String Locale
          Hive default Locale string.
 List<XHivePhoneNumberInfo> PhoneNumbers
          List of all of the Hive's named phone numbers.
 XHiveState State
          The Hive state.
 String TimeZone
          Hive default TimeZone ID.
 boolean VoiceHard
          True if access to Voice over hard phones is enabled.
 XHiveRecordingStatus VoiceRecordingStatus
          Current state of Voice recording.
 boolean VoiceSoft
          True if access to Voice over soft (IP) phones is enabled.

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XHiveInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

State

public XHiveState State
The Hive state.

TimeZone

public String TimeZone
Hive default TimeZone ID. This is the value returned by TimeZone.getID().

Locale

public String Locale
Hive default Locale string. This is the value returned by Locale.toString().

DateFormat

public String DateFormat
Date format locale. This is the value returned by Locale.toString().

PhoneNumbers

public List<XHivePhoneNumberInfo> PhoneNumbers
List of all of the Hive's named phone numbers.

VoiceHard

public boolean VoiceHard
True if access to Voice over hard phones is enabled.

VoiceSoft

public boolean VoiceSoft
True if access to Voice over soft (IP) phones is enabled.

VoiceRecordingStatus

public XHiveRecordingStatus VoiceRecordingStatus
Current state of Voice recording.

AppSharing

public boolean AppSharing
True if Application Sharing is enabled.

AppSharingRecordingStatus

public XHiveRecordingStatus AppSharingRecordingStatus
Current state of Application Sharing recording.

Constructor Detail

XHiveInfo

public XHiveInfo()

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.