public class ChyCaldavCalendar
extends nl.buildersenperformers.cheyenne.dav.ChyFolderResource
implements io.milton.resource.CalendarResource, io.milton.resource.ReportableResource
| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file.
|
| Constructor and Description |
|---|
ChyCaldavCalendar() |
ChyCaldavCalendar(ChyCaldavUser pUser) |
| Modifier and Type | Method and Description |
|---|---|
io.milton.resource.Resource |
child(String pPath) |
io.milton.resource.Resource |
createNew(String pNewName,
InputStream pInputStream,
Long pLength,
String pContentType) |
String |
getCalendarDescription() |
String |
getCalendarOrder() |
List<ChyCaldavItem> |
getChildren() |
String |
getColor() |
String |
getContentType() |
String |
getCTag() |
String |
getName() |
io.milton.http.values.SupportedCalendarComponentList |
getSupportedComponentSet() |
String |
getView() |
void |
setCalendarOrder(String pValue) |
void |
setColor(String pS) |
void |
setCTag(String pValue) |
void |
setName(String value) |
void |
setView(String pView) |
addChilds, authenticate, authorise, checkRedirect, copyTo, createCollection, delete, doBody, getContentLength, getContentType, getCreateDate, getMaxAgeSeconds, getModifiedDate, getRealm, getResBuilder, getUniqueId, moveTo, sendContent, setCreateDate, setModifiedDate, setResBuildergetAccessControlList, getPrincipalCollectionHrefs, getPrincipalURL, getPriviledges, isAuthCreate, isAuthDelete, isAuthenticated, isAuthRead, isAuthUpdate, setAccessControlList, setAuthCreate, setAuthDelete, setAuthRead, setAuthUpdatedav_delete, dav_delete, getPath, getResultFromResponse, rename, rename, setPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String SOURCECODE_VERSION
public ChyCaldavCalendar()
public ChyCaldavCalendar(ChyCaldavUser pUser)
public io.milton.resource.Resource child(String pPath) throws io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.BadRequestException
child in interface io.milton.resource.CollectionResourcechild in class nl.buildersenperformers.cheyenne.dav.ChyFolderResourceio.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.BadRequestExceptionpublic List<ChyCaldavItem> getChildren() throws io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.BadRequestException
getChildren in interface io.milton.resource.CollectionResourcegetChildren in class nl.buildersenperformers.cheyenne.dav.ChyFolderResourceio.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.BadRequestExceptionpublic io.milton.resource.Resource createNew(String pNewName, InputStream pInputStream, Long pLength, String pContentType) throws IOException, io.milton.http.exceptions.ConflictException, io.milton.http.exceptions.NotAuthorizedException, io.milton.http.exceptions.BadRequestException
createNew in interface io.milton.resource.PutableResourcecreateNew in class nl.buildersenperformers.cheyenne.dav.ChyFolderResourceIOExceptionio.milton.http.exceptions.ConflictExceptionio.milton.http.exceptions.NotAuthorizedExceptionio.milton.http.exceptions.BadRequestExceptionpublic String getView()
public void setView(String pView)
public String getContentType()
public String getCTag()
getCTag in interface io.milton.resource.CalendarCollectionpublic void setCTag(String pValue)
public String getName()
getName in interface io.milton.resource.ResourcegetName in class nl.buildersenperformers.cheyenne.dav.ChyFolderResourcepublic void setName(String value)
setName in class nl.buildersenperformers.cheyenne.dav.ChyFolderResourcepublic String getCalendarDescription()
getCalendarDescription in interface io.milton.resource.CalendarResourcepublic String getColor()
getColor in interface io.milton.resource.CalendarResourcepublic void setColor(String pS)
setColor in interface io.milton.resource.CalendarResourcepublic io.milton.http.values.SupportedCalendarComponentList getSupportedComponentSet()
getSupportedComponentSet in interface io.milton.resource.CalendarResourcepublic String getCalendarOrder()
getCalendarOrder in interface io.milton.resource.CalendarResourcepublic void setCalendarOrder(String pValue)
setCalendarOrder in interface io.milton.resource.CalendarResourceCopyright © 2016. All rights reserved.