| Package | Description |
|---|---|
| org.unitedinternet.cosmo.ext | |
| 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.triage |
| Modifier and Type | Method and Description |
|---|---|
Set<NoteItem> |
ContentSource.getContent(String uri) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NoteOccurrence |
| Modifier and Type | Method and Description |
|---|---|
NoteItem |
EntityFactory.createNote()
Create new NoteItem
|
NoteItem |
NoteOccurrence.getMasterNote()
A NoteOccurrence is an occurrence of a recurring NoteItem.
|
NoteItem |
NoteItem.getModifies() |
| Modifier and Type | Method and Description |
|---|---|
Set<NoteItem> |
NoteItem.getModifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteItem.addModification(NoteItem mod) |
int |
NoteItemTriageStatusComparator.compare(NoteItem note1,
NoteItem note2) |
EventExceptionStamp |
EntityFactory.createEventExceptionStamp(NoteItem note)
Create new EventExceptionStamp
|
EventStamp |
EntityFactory.createEventStamp(NoteItem note)
Create new EventStamp
|
boolean |
NoteItem.removeModification(NoteItem mod) |
void |
NoteItem.setModifies(NoteItem modifies) |
| Modifier and Type | Method and Description |
|---|---|
NoteItem |
NoteItemFilter.getMasterNoteItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteItemFilter.setMasterNoteItem(NoteItem masterNoteItem)
Matches the specified NoteItem and any modifications to that NoteItem
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<NoteItem>> |
CalendarService.findNoteItemsByIcalUid(Item collection,
List<String> uid)
Find events by ical uid.
|
SortedSet<NoteItem> |
ContentService.findNotesByTriageStatus(CollectionItem collection,
TriageStatusQueryContext context)
Find note items by triage status that belong to a collection.
|
SortedSet<NoteItem> |
ContentService.findNotesByTriageStatus(NoteItem note,
TriageStatusQueryContext context)
Find note items by triage status that belong to a recurring note series.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<NoteItem> |
ContentService.findNotesByTriageStatus(NoteItem note,
TriageStatusQueryContext context)
Find note items by triage status that belong to a recurring note series.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<NoteItem> |
TriageStatusQueryProcessor.processTriageStatusQuery(CollectionItem collection,
TriageStatusQueryContext context) |
SortedSet<NoteItem> |
TriageStatusQueryProcessor.processTriageStatusQuery(NoteItem note,
TriageStatusQueryContext context)
Return modification and occurrence NoteItems
from a master recurring NoteItem that fall into a
given triage status category.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<NoteItem> |
TriageStatusQueryProcessor.processTriageStatusQuery(NoteItem note,
TriageStatusQueryContext context)
Return modification and occurrence NoteItems
from a master recurring NoteItem that fall into a
given triage status category.
|
Copyright © 2012–2018 1&1. All rights reserved.