public static interface MergedList.EntryProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowGet(String ref)
See if we can do a "get" on the calendar, channel, etc.
|
String |
getContext(Object obj)
Generically access the context of the resource provided
by the getIterator() call.
|
Iterator |
getIterator()
Gets an iterator for the channels, calendars, etc.
|
ResourceProperties |
getProperties(Object obj)
Generically access the resource's properties.
|
String |
getReference(Object obj)
Generically access the reference of the resource provided
by the getIterator() call.
|
Site |
getSite(Object channel) |
String |
getSiteUserId(Object channel) |
boolean |
isSpecialSite(Object channel) |
boolean |
isUserChannel(Object channel) |
Iterator getIterator()
boolean allowGet(String ref)
String getContext(Object obj)
String getReference(Object obj)
ResourceProperties getProperties(Object obj)
boolean isUserChannel(Object channel)
boolean isSpecialSite(Object channel)
Copyright © 2003–2020 University of Michigan. All rights reserved.