public abstract class SysiIcalendar extends Object implements org.bedework.util.calendar.ScheduleMethods, Iterator<org.bedework.webdav.servlet.shared.WdEntity>, Iterable<org.bedework.webdav.servlet.shared.WdEntity>, Serializable
| Constructor and Description |
|---|
SysiIcalendar() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCalscale() |
abstract Collection<Object> |
getComponents() |
abstract org.bedework.util.calendar.IcalDefs.IcalComponentType |
getComponentType() |
abstract CalDAVEvent |
getEvent() |
abstract String |
getMethod() |
abstract String |
getMethodName(int mt) |
abstract int |
getMethodType() |
abstract int |
getMethodType(String val) |
abstract Organizer |
getOrganizer()
An event or a free-busy request may contain an organizer.
|
abstract String |
getProdid() |
abstract Collection<net.fortuna.ical4j.model.TimeZone> |
getTimeZones() |
abstract String |
getVersion() |
abstract Iterator<org.bedework.webdav.servlet.shared.WdEntity> |
iterator() |
abstract boolean |
itipReplyMethodType(int mt)
True for itip reply type method
|
abstract boolean |
itipRequestMethodType(int mt)
True for itip request type method
|
abstract boolean |
replyMethodType()
True for itip reply type method
|
abstract boolean |
requestMethodType()
True for itip request type method
|
abstract int |
size() |
String |
toString() |
abstract boolean |
validItipMethodType()
True for valid itip method
|
abstract boolean |
validItipMethodType(int val)
True for valid itip method
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, hasNext, next, removeforEach, spliteratorpublic abstract String getProdid()
public abstract String getVersion()
public abstract String getCalscale()
public abstract String getMethod()
public abstract Collection<net.fortuna.ical4j.model.TimeZone> getTimeZones()
public abstract Collection<Object> getComponents()
public abstract org.bedework.util.calendar.IcalDefs.IcalComponentType getComponentType()
public abstract int getMethodType()
public abstract int getMethodType(String val)
val - String method namepublic abstract String getMethodName(int mt)
mt - public abstract Organizer getOrganizer()
public abstract CalDAVEvent getEvent() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionpublic abstract Iterator<org.bedework.webdav.servlet.shared.WdEntity> iterator()
public abstract int size()
public abstract boolean validItipMethodType()
public abstract boolean requestMethodType()
public abstract boolean replyMethodType()
public abstract boolean itipRequestMethodType(int mt)
mt - methodpublic abstract boolean itipReplyMethodType(int mt)
mt - methodpublic abstract boolean validItipMethodType(int val)
val - Copyright © 2018 Bedework. All rights reserved.