A B C D E G H I L M P R S T V 

A

AbstractCacheController<K,V> - Class in com.escenic.livecenter.cache
 
AbstractCacheController() - Constructor for class com.escenic.livecenter.cache.AbstractCacheController
 
add(K, V) - Method in interface com.escenic.livecenter.cache.CacheController
Add key to cache
addChild() - Method in interface com.escenic.livecenter.LiveEntry
Creates a new MutableLiveEntry child of this entry.
addTag(URI) - Method in interface com.escenic.livecenter.MutableLiveEntry
Adds a tag to the entry
afterCreate(LiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just after a LiveEntry is created in the database.
afterCreate(LiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 
afterDelete(LiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just after a LiveEntry is deleted in the database.
afterDelete(LiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 
afterUpdate(LiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just after a LiveEntry is updated in the database.
afterUpdate(LiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 

B

beforeCreate(MutableLiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just before a LiveEntry is created in the database.
beforeCreate(MutableLiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 
beforeDelete(MutableLiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just before a LiveEntry is deleted from the database.
beforeDelete(MutableLiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 
beforeUpdate(MutableLiveEntry) - Method in interface com.escenic.livecenter.TransactionFilter
Called by the API just before a LiveEntry is updated in the database.
beforeUpdate(MutableLiveEntry) - Method in class com.escenic.livecenter.TransactionFilterService
 

C

CacheController<K,V> - Interface in com.escenic.livecenter.cache
 
com.escenic.livecenter - package com.escenic.livecenter
 
com.escenic.livecenter.cache - package com.escenic.livecenter.cache
 
com.escenic.livecenter.service.proxy - package com.escenic.livecenter.service.proxy
 
commit() - Method in interface com.escenic.livecenter.MutableLiveEntry
Commits the changes into the database

D

delete() - Method in interface com.escenic.livecenter.MutableLiveEntry
Deletes the entry from the database

E

edit() - Method in interface com.escenic.livecenter.LiveEntry
Opens the entry for edit.
EntryManager - Interface in com.escenic.livecenter
 

G

get(K) - Method in interface com.escenic.livecenter.cache.CacheController
Get value of the object
getAuthor() - Method in interface com.escenic.livecenter.LiveEntry
Returns the author of the entry.
getCache() - Method in class com.escenic.livecenter.cache.AbstractCacheController
Get Caching Object
getChildren() - Method in interface com.escenic.livecenter.LiveEntry
Retrieves the children of this entry.
getCreationDate() - Method in interface com.escenic.livecenter.LiveEntry
The date when the entry was created
getCreator() - Method in interface com.escenic.livecenter.LiveEntry
Returns the person creating the entry.
getEntries(int, int, Date, boolean) - Method in interface com.escenic.livecenter.EntryManager
Api for getting live entries.
getEntry(int) - Method in interface com.escenic.livecenter.EntryManager
Api for getting single live entry
getEventId() - Method in interface com.escenic.livecenter.LiveEntry
Returns the id of the parent event
getField(Field) - Method in interface com.escenic.livecenter.LiveEntry
Returns the value of the field
getId() - Method in interface com.escenic.livecenter.LiveEntry
The id of the entry
getLastModifiedDate() - Method in interface com.escenic.livecenter.LiveEntry
The date when the entry was modified
getMimeType() - Method in class com.escenic.livecenter.service.proxy.ProxyRequestResolver.ProxyRequestResponse
 
getParent() - Method in interface com.escenic.livecenter.LiveEntry
Returns the parent entry.
getPublishDate() - Method in interface com.escenic.livecenter.LiveEntry
The date when the entry was published
getResponse() - Method in class com.escenic.livecenter.service.proxy.ProxyRequestResolver.ProxyRequestResponse
 
getResponse(String, List<Header>) - Method in interface com.escenic.livecenter.service.proxy.RequestHandler
Response of the pProxyURL
getResponseMimeType() - Method in interface com.escenic.livecenter.service.proxy.RequestHandler
Should return the MimeType of the response
getSortDate() - Method in interface com.escenic.livecenter.LiveEntry
Sort date for the entry
getState() - Method in interface com.escenic.livecenter.LiveEntry
Returns the state of the entry
getTags() - Method in interface com.escenic.livecenter.LiveEntry
Returns a list of URI's identifying the tags related to this entry
getType() - Method in interface com.escenic.livecenter.LiveEntry
Returns the type of the entry
getUUID() - Method in interface com.escenic.livecenter.LiveEntry
Returns the UUID of the entry.

H

hasChildren() - Method in interface com.escenic.livecenter.LiveEntry
Returns true if the entry has children.
HTML_KEY - Static variable in interface com.escenic.livecenter.service.proxy.RequestHandler
 

I

isExists(K) - Method in interface com.escenic.livecenter.cache.CacheController
Checked if there is any value for pKey
isServiceRunning() - Method in interface com.escenic.livecenter.TransactionFilter
Returns true if the filter is enabled and running properly
isSticky() - Method in interface com.escenic.livecenter.LiveEntry
Returns whether an entry is sticky or not
isSupported(String) - Method in interface com.escenic.livecenter.service.proxy.RequestHandler
Check is the handler supported for the pProxyURL

L

LiveEntry - Interface in com.escenic.livecenter
An immutable version of a Live Entry.
LiveEntry.State - Enum in com.escenic.livecenter
An enum describing the possible states of an entry

M

MutableLiveEntry - Interface in com.escenic.livecenter
A mutable variant of a LiveEntry

P

PROVIDER_NAME_KEY - Static variable in interface com.escenic.livecenter.service.proxy.RequestHandler
 
ProxyRequestResolver<T> - Interface in com.escenic.livecenter.service.proxy
 
ProxyRequestResolver.ProxyRequestResponse<R> - Class in com.escenic.livecenter.service.proxy
 
ProxyRequestResolver.ProxyRequestResponse(R, String) - Constructor for class com.escenic.livecenter.service.proxy.ProxyRequestResolver.ProxyRequestResponse
 

R

remove(K) - Method in interface com.escenic.livecenter.cache.CacheController
Remove object from cache
removeTag(URI) - Method in interface com.escenic.livecenter.MutableLiveEntry
Remove Tag if it exists
removeTags() - Method in interface com.escenic.livecenter.MutableLiveEntry
Removes all tags assosiated with the entry
RequestHandler<T> - Interface in com.escenic.livecenter.service.proxy
 
resolveProxy(String, List<Header>) - Method in interface com.escenic.livecenter.service.proxy.ProxyRequestResolver
Resolve proxy request
resolveProxy(String) - Method in interface com.escenic.livecenter.service.proxy.ProxyRequestResolver
 

S

setAuthor(Person) - Method in interface com.escenic.livecenter.MutableLiveEntry
Sets the new author of the entry
setField(Field, String) - Method in interface com.escenic.livecenter.MutableLiveEntry
Sets the field to the given value
setState(LiveEntry.State) - Method in interface com.escenic.livecenter.MutableLiveEntry
Sets the new state of the entry
setSticky(boolean) - Method in interface com.escenic.livecenter.MutableLiveEntry
Sets sticky
startService() - Method in class com.escenic.livecenter.TransactionFilterService
 
stopService() - Method in class com.escenic.livecenter.TransactionFilterService
 

T

TITLE_KEY - Static variable in interface com.escenic.livecenter.service.proxy.RequestHandler
 
TransactionFilter - Interface in com.escenic.livecenter
The protocol used by the API when allowing third-party components a peek at API objects both before and after they are created, updated or deleted.
TransactionFilterService - Class in com.escenic.livecenter
A simple no operation implementation of the TransactionFilter interface by extending AbstractNurseryService.
TransactionFilterService() - Constructor for class com.escenic.livecenter.TransactionFilterService
 

V

valueOf(String) - Static method in enum com.escenic.livecenter.LiveEntry.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.escenic.livecenter.LiveEntry.State
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L M P R S T V 

© 1998- 2016 Escenic
Contact Escenic Support for bug submission or feature requests. For further API reference and developer documentation, see Technet. The Technet documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Escenic A/S, Sommerrogt. 13-15 Solli, 0255 Oslo, Norway.