public interface Session extends Serializable
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccessType() |
long |
getBbSessionId() |
int |
getBoundaryTime() |
String |
getChairNotes() |
ConferenceUser |
getCreator() |
org.joda.time.DateTime |
getEndTime() |
long |
getEntityVersion() |
String |
getGuestUrl() |
org.joda.time.DateTime |
getLastUpdated() |
String |
getLaunchUrl() |
int |
getMaxCameras() |
int |
getMaxTalkers() |
String |
getNonChairNotes() |
Presentation |
getPresentation() |
RecordingMode |
getRecordingMode() |
int |
getReserveSeats() |
long |
getSessionId() |
String |
getSessionName() |
org.joda.time.DateTime |
getStartTime() |
org.joda.time.DateTime |
getStartTimeWithBoundaryTime() |
String |
getTimeFancyText(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
String |
getTimeUntilJoin() |
long |
getVersionId() |
boolean |
isAllowInSessionInvites() |
boolean |
isHideParticipantNames() |
boolean |
isMustBeSupervised() |
boolean |
isOpenChair() |
boolean |
isPermissionsOn() |
boolean |
isRaiseHandOnEnter() |
boolean |
isRecordings() |
boolean |
isSecureSignOn() |
void |
setLaunchUrl(String launchUrl) |
long getSessionId()
long getEntityVersion()
org.joda.time.DateTime getLastUpdated()
String getGuestUrl()
long getBbSessionId()
String getSessionName()
org.joda.time.DateTime getStartTime()
org.joda.time.DateTime getEndTime()
ConferenceUser getCreator()
Presentation getPresentation()
int getBoundaryTime()
AccessType getAccessType()
boolean isRecordings()
String getChairNotes()
String getNonChairNotes()
boolean isOpenChair()
boolean isPermissionsOn()
boolean isMustBeSupervised()
RecordingMode getRecordingMode()
int getMaxTalkers()
int getMaxCameras()
boolean isRaiseHandOnEnter()
int getReserveSeats()
boolean isSecureSignOn()
long getVersionId()
boolean isAllowInSessionInvites()
boolean isHideParticipantNames()
void setLaunchUrl(String launchUrl)
String getLaunchUrl()
String getTimeUntilJoin()
org.joda.time.DateTime getStartTimeWithBoundaryTime()
String getTimeFancyText(org.joda.time.DateTime from, org.joda.time.DateTime to)
Copyright © 2016 Jasig. All Rights Reserved.