| Modifier and Type | Method and Description |
|---|---|
Set<Item> |
ItemFilterProcessor.processFilter(ItemFilter filter) |
Set<Item> |
ItemFilterProcessor.processResults(List<Item> results,
ItemFilter itemFilter) |
| Modifier and Type | Method and Description |
|---|---|
Set<Item> |
ItemFilterProcessor.processResults(List<Item> results,
ItemFilter itemFilter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AvailabilityItem
Extends ICalendarItem to represent a VAVAILABILITY object.
|
interface |
CollectionItem
Item that represents a collection of items.
|
interface |
ContentItem
Extends
Item to represent an abstract
content item. |
interface |
FileItem
Extends
Item to represent an item containing binary content. |
interface |
FreeBusyItem
Extends
ICalendarItem to represent a VFREEBUSY item. |
interface |
HomeCollectionItem
Extends
CollectionItem to represent a users home collection. |
interface |
ICalendarItem
Extends
Item to represent an abstract
item that is backed by an icalendar component. |
interface |
NoteItem
Extends
ICalendarItem to represent a Note item. |
interface |
NoteOccurrence |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.copy() |
Item |
CollectionItem.getChild(String uid)
Return child item with matching uid
|
Item |
CollectionItem.getChildByName(String name) |
Item |
CollectionItemDetails.getItem() |
Item |
Attribute.getItem() |
Item |
Ticket.getItem() |
Item |
Tombstone.getItem() |
Item |
Stamp.getItem() |
| Modifier and Type | Method and Description |
|---|---|
Set<Item> |
CollectionItem.getChildren()
Return active children items (those with isActive=true).
|
| Modifier and Type | Method and Description |
|---|---|
static BaseEventStamp |
StampUtils.getBaseEventStamp(Item item)
Return BaseEventStamp from Item
|
static CalendarCollectionStamp |
StampUtils.getCalendarCollectionStamp(Item item)
Return CalendarCollectionStamp from Item
|
CollectionItemDetails |
CollectionItem.getChildDetails(Item item) |
static EventExceptionStamp |
StampUtils.getEventExceptionStamp(Item item)
Return EventExceptionStamp from Item
|
static EventStamp |
StampUtils.getEventStamp(Item item)
Return EventStamp from Item
|
static MessageStamp |
StampUtils.getMessageStamp(Item item)
Return MessageStamp from Item
|
static TaskStamp |
StampUtils.getTaskStamp(Item item)
Return TaskStamp from Item
|
boolean |
Ticket.isGranted(Item item)
Determines whether or not the ticket is granted on the given
item or one of its ancestors.
|
void |
Attribute.setItem(Item item) |
void |
Ticket.setItem(Item item) |
void |
Tombstone.setItem(Item item) |
void |
Stamp.setItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemSecurityException.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
CosmoSecurityManager.checkPermission(Item item,
int permission)
Validates that the current security context has the requested
permission for the given item.
|
Set<Ticket> |
CosmoSecurityContext.findVisibleTickets(Item item) |
| Constructor and Description |
|---|
ItemSecurityException(Item item,
String message,
int permission) |
ItemSecurityException(Item item,
String message,
Throwable cause,
int permission) |
| Modifier and Type | Method and Description |
|---|---|
Item |
ContentService.findItemByPath(String path)
Find content item by path.
|
Item |
ContentService.findItemByPath(String path,
String parentUid)
Find content item by path relative to the identified parent
item.
|
Item |
ContentService.findItemByUid(String uid)
Find an item with the specified uid.
|
Item |
ContentService.findItemParentByPath(String path)
Find content item's parent by path.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Item> |
CalendarService.findEvents(CollectionItem collection,
net.fortuna.ical4j.model.Date rangeStart,
net.fortuna.ical4j.model.Date rangeEnd,
String timeZoneId,
boolean expandRecurringEvents)
Find calendar events by time range.
|
Set<Item> |
ContentService.findItems(ItemFilter filter)
Find items by filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentService.addItemToCollection(Item item,
CollectionItem collection)
Add an item to a collection.
|
void |
ContentService.copyItem(Item item,
CollectionItem targetParent,
String path,
boolean deepCopy)
Copy an item to the given path
|
void |
ContentService.createTicket(Item item,
Ticket ticket)
Creates a ticket on an item.
|
Map<String,List<NoteItem>> |
CalendarService.findNoteItemsByIcalUid(Item collection,
List<String> uid)
Find events by ical uid.
|
Ticket |
ContentService.getTicket(Item item,
String key) |
void |
ContentService.moveItem(Item item,
CollectionItem oldParent,
CollectionItem newParent)
Move item from one collection to another
|
void |
ContentService.removeItem(Item item)
Remove an item.
|
void |
ContentService.removeItemFromCollection(Item item,
CollectionItem collection)
Remove an item from a collection.
|
void |
ContentService.removeTicket(Item item,
String key)
Removes a ticket from an item.
|
void |
ContentService.removeTicket(Item item,
Ticket ticket)
Removes a ticket from an item.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionItem |
ContentService.createCollection(CollectionItem parent,
CollectionItem collection,
Set<Item> children)
Create a new collection with an initial set of items.
|
CollectionItem |
ContentService.updateCollection(CollectionItem collection,
Set<Item> children)
Update a collection and set child items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarGetHandler.afterGet(Item item)
Join point that allows decorative operations after calendar is retrieved.
|
void |
EventMoveHandler.beforeMove(Item item,
CollectionItem oldParent,
CollectionItem newParent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRemoveHandler.afterRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed after removing an item from a collection.
|
void |
EventRemoveHandler.beforeRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed before removing an item from a collection.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseEventStamp |
EventStampUtil.extractEventStampFromItem(Item item)
Extracts the Stamp containing the ics
|
static net.fortuna.ical4j.model.component.VEvent |
EventStampUtil.extractVEventFromItem(Item item) |
Copyright © 2012–2018 1&1. All rights reserved.