| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.model.filter |
Includes the Item filter api, which allows custom item queries to be
built.
|
| org.unitedinternet.cosmo.service | |
| org.unitedinternet.cosmo.service.interceptors | |
| org.unitedinternet.cosmo.service.triage |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HomeCollectionItem
Extends
CollectionItem to represent a users home collection. |
| Modifier and Type | Method and Description |
|---|---|
CollectionItem |
EntityFactory.createCollection()
Create new CollectionItem
|
CollectionItem |
EntityFactory.createCollection(String targetUri) |
CollectionItem |
CollectionItemDetails.getCollection() |
CollectionItem |
Item.getParent()
Gets the parent of this item.
|
CollectionItem |
CollectionSubscription.getProxyCollection()
Gets the sharee collection of this subscription.
|
CollectionItem |
CollectionSubscription.getTargetCollection()
Gets the collection item shared by sharer.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CollectionItem> |
Item.getParents() |
| Modifier and Type | Method and Description |
|---|---|
CalendarCollectionStamp |
EntityFactory.createCalendarCollectionStamp(CollectionItem col)
Create new CalendarCollectionStamp
|
CollectionItemDetails |
Item.getParentDetails(CollectionItem parent)
Each collection an item belongs to contains additional
attributes, and is represented as a CollectionItemDetails object.
|
void |
CollectionSubscription.setProxyCollection(CollectionItem proxyCollection) |
void |
CollectionSubscription.setTargetCollection(CollectionItem targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
CollectionItem |
ItemFilter.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemFilter.setParent(CollectionItem parent)
Match items by parent
|
| Modifier and Type | Method and Description |
|---|---|
CollectionItem |
ContentService.createCollection(CollectionItem parent,
CollectionItem collection)
Create a new collection.
|
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)
Update collection item
|
CollectionItem |
ContentService.updateCollection(CollectionItem collection,
Set<Item> children)
Update a collection and set child items.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CollectionItem> |
ContentService.findCollectionItems(CollectionItem collectionItem)
find the set of collection items as children of the given collection item.
|
| 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.createBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Create new content items in a parent collection.
|
CollectionItem |
ContentService.createCollection(CollectionItem parent,
CollectionItem collection)
Create a new collection.
|
CollectionItem |
ContentService.createCollection(CollectionItem parent,
CollectionItem collection,
Set<Item> children)
Create a new collection with an initial set of items.
|
ContentItem |
ContentService.createContent(CollectionItem parent,
ContentItem content)
Create new content item.
|
void |
ContentService.createContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Create new content items in a parent collection.
|
Set<CollectionItem> |
ContentService.findCollectionItems(CollectionItem collectionItem)
find the set of collection items as children of the given collection item.
|
ContentItem |
CalendarService.findEventByIcalUid(String uid,
CollectionItem collection)
Find calendar event with a specified icalendar uid.
|
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.
|
SortedSet<NoteItem> |
ContentService.findNotesByTriageStatus(CollectionItem collection,
TriageStatusQueryContext context)
Find note items by triage status that belong to a collection.
|
Set<ContentItem> |
ContentService.loadChildren(CollectionItem collection,
Date timestamp)
Load all children for collection that have been updated since a
given timestamp.
|
void |
ContentService.moveItem(Item item,
CollectionItem oldParent,
CollectionItem newParent)
Move item from one collection to another
|
void |
ContentService.removeBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
remove existing content items in a parent collection.
|
void |
ContentService.removeCollection(CollectionItem collection)
Remove collection item
|
void |
ContentService.removeItemFromCollection(Item item,
CollectionItem collection)
Remove an item from a collection.
|
void |
ContentService.removeItemsFromCollection(CollectionItem collection)
Remove items from a collection.
|
void |
ContentService.updateBatchContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
updates existing content items in a parent collection.
|
CollectionItem |
ContentService.updateCollection(CollectionItem collection)
Update collection item
|
CollectionItem |
ContentService.updateCollection(CollectionItem collection,
Set<Item> children)
Update a collection and set child items.
|
void |
ContentService.updateCollectionTimestamp(CollectionItem parent) |
void |
ContentService.updateContentItems(CollectionItem parent,
Set<ContentItem> contentItems)
Update content items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventAddHandler.afterAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted after an event to be added.
|
void |
CollectionCreateHandler.afterCreateCollection(CollectionItem collection) |
void |
EventRemoveHandler.afterRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed after removing an item from a collection.
|
void |
EventUpdateHandler.afterUpdate(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted after an event to be updated.
|
void |
EventAddHandler.beforeAdd(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted before an event to be added.
|
void |
CollectionCreateHandler.beforeCreateCollection(CollectionItem collection) |
void |
EventMoveHandler.beforeMove(Item item,
CollectionItem oldParent,
CollectionItem newParent) |
void |
EventRemoveHandler.beforeRemove(CollectionItem parent,
Set<Item> items)
Intercepter executed before removing an item from a collection.
|
void |
EventUpdateHandler.beforeUpdate(CollectionItem parent,
Set<ContentItem> contentItems)
This method contains the code inserted before an event to be updated.
|
void |
CollectionUpdateHandler.beforeUpdateCollection(CollectionItem collection)
This method contains the code inserted before a collection is updated..
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<NoteItem> |
TriageStatusQueryProcessor.processTriageStatusQuery(CollectionItem collection,
TriageStatusQueryContext context) |
Copyright © 2012–2018 1&1. All rights reserved.