Package | Description |
---|---|
net.fortuna.ical4j.connector | |
net.fortuna.ical4j.connector.dav | |
net.fortuna.ical4j.connector.jcr |
Modifier and Type | Method and Description |
---|---|
C |
ObjectStore.getCollection(String id) |
List<C> |
ObjectStore.getCollections() |
C |
ObjectStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
Modifier and Type | Method and Description |
---|---|
CardDavCollection |
CardDavStore.getCollection(String id) |
CalDavCalendarCollection |
CalDavCalendarStore.getCollection(String id) |
List<CardDavCollection> |
CardDavStore.getCollections()
This method will try to find all calendar collections available at the calendar-home-set URI of the user.
|
List<CalDavCalendarCollection> |
CalDavCalendarStore.getCollections()
This method will try to find all calendar collections available at the calendar-home-set URI of the user.
|
CardDavCollection |
CardDavStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
CalDavCalendarCollection |
CalDavCalendarStore.removeCollection(String id)
Removes the collection with specified id from the store.
|
Modifier and Type | Method and Description |
---|---|
C |
AbstractJcrObjectStore.getCollection(String name) |
List<C> |
AbstractJcrObjectStore.getCollections() |
C |
AbstractJcrObjectStore.removeCollection(String name)
Removes the collection with specified id from the store.
|
Copyright © 2008-2013 Micronode. All Rights Reserved.