| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
waggle.core.info.XDTO
      
waggle.common.modules.object.infos.XObjectInfo
          
waggle.common.modules.tag.infos.XTagableInfo
              
waggle.common.modules.artifact.infos.XArtifactInfo
                  
waggle.common.modules.widget.infos.XWidgetInfo
                      
waggle.common.modules.poll.infos.XPollInfo
public class XPollInfo
XPollInfo.
| Field Summary | |
|---|---|
 boolean | 
PollClosedTrue if the Poll has been closed.  | 
 XObjectID | 
PollClosedByUserIDWho closed the Poll.  | 
 Date | 
PollClosedDateThe Poll closed date.  | 
 Date | 
PollEndDateThe Poll end date.  | 
 boolean | 
PollMultipleChoiceTrue if the Poll is multiple choice.  | 
 boolean | 
PollOpenedTrue if the Poll has been opened.  | 
 XObjectID | 
PollOpenedByUserIDWho opened the Poll.  | 
 Date | 
PollOpenedDateThe Poll opened date.  | 
 List<XPollOptionInfo> | 
PollOptionsThe Poll options.  | 
 boolean | 
PollPartialResultsVisibleTrue if the Poll partial results are visible.  | 
 String | 
PollQuestionThe Poll question.  | 
 int | 
PollUserCountCount of Users who have voted for this option.  | 
 Collection<XUserInfo> | 
PollUserInfosAll Users who have voted for this option.  | 
 boolean | 
PollVotingPublicTrue 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 | 
|---|
public String PollQuestion
public List<XPollOptionInfo> PollOptions
public Date PollEndDate
public boolean PollVotingPublic
public boolean PollPartialResultsVisible
public boolean PollMultipleChoice
public boolean PollOpened
public Date PollOpenedDate
public XObjectID PollOpenedByUserID
public boolean PollClosed
public Date PollClosedDate
public XObjectID PollClosedByUserID
public int PollUserCount
public Collection<XUserInfo> PollUserInfos
| Constructor Detail | 
|---|
public XPollInfo()
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||