Skip navigation links

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

E20955-01


waggle.common.modules.poll.infos
Class XPollInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.artifact.infos.XArtifactInfo
                  extended by waggle.common.modules.widget.infos.XWidgetInfo
                      extended by waggle.common.modules.poll.infos.XPollInfo


public class XPollInfo
extends XWidgetInfo

XPollInfo.


Field Summary
 boolean PollClosed
          True if the Poll has been closed.
 XObjectID PollClosedByUserID
          Who closed the Poll.
 Date PollClosedDate
          The Poll closed date.
 Date PollEndDate
          The Poll end date.
 boolean PollMultipleChoice
          True if the Poll is multiple choice.
 boolean PollOpened
          True if the Poll has been opened.
 XObjectID PollOpenedByUserID
          Who opened the Poll.
 Date PollOpenedDate
          The Poll opened date.
 List<XPollOptionInfo> PollOptions
          The Poll options.
 boolean PollPartialResultsVisible
          True if the Poll partial results are visible.
 String PollQuestion
          The Poll question.
 int PollUserCount
          Count of Users who have voted for this option.
 Collection<XUserInfo> PollUserInfos
          All Users who have voted for this option.
 boolean PollVotingPublic
          True if the Poll voting is public or private.

 

Fields inherited from class waggle.common.modules.widget.infos.XWidgetInfo
WidgetChatIDs, WidgetEnabled, WidgetGadgetID, WidgetPropertyInfos

 

Fields inherited from class waggle.common.modules.artifact.infos.XArtifactInfo
AnnotatedByChatIDs, AssociatedWithChatID, fLockStatus, GroupID, State

 

Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo
TagInfos

 

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
XPollInfo()
           

 

Method Summary

 

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

 

Field Detail

PollQuestion

public String PollQuestion
The Poll question.

PollOptions

public List<XPollOptionInfo> PollOptions
The Poll options.

PollEndDate

public Date PollEndDate
The Poll end date.

PollVotingPublic

public boolean PollVotingPublic
True if the Poll voting is public or private.

PollPartialResultsVisible

public boolean PollPartialResultsVisible
True if the Poll partial results are visible.

PollMultipleChoice

public boolean PollMultipleChoice
True if the Poll is multiple choice.

PollOpened

public boolean PollOpened
True if the Poll has been opened.

PollOpenedDate

public Date PollOpenedDate
The Poll opened date.

PollOpenedByUserID

public XObjectID PollOpenedByUserID
Who opened the Poll.

PollClosed

public boolean PollClosed
True if the Poll has been closed.

PollClosedDate

public Date PollClosedDate
The Poll closed date.

PollClosedByUserID

public XObjectID PollClosedByUserID
Who closed the Poll.

PollUserCount

public int PollUserCount
Count of Users who have voted for this option.

PollUserInfos

public Collection<XUserInfo> PollUserInfos
All Users who have voted for this option.

Constructor Detail

XPollInfo

public XPollInfo()

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.