A B C D F G H I K M N O P S T U 

A

asJava(Option<A>) - Method in class org.talares.datatypes.items.Item
 
asScala(Cache) - Static method in class org.talares.cache.CacheHelpers
Transforms a given Cache instance into it's Scala counterpart for use within the API.
AutoUpdateCache - Interface in org.talares.cache
Leverages the given functions get and set to either retrieve or store objects from and into the cache respectively.
await(F.Promise<T>, long) - Static method in class org.talares.utils.Utils
Await a F.Promise of type 'T'.

B

Binary - Class in org.talares.datatypes.items
A Java representation of a Binary content type.
Binary(Talares, Binary) - Constructor for class org.talares.datatypes.items.Binary
 
BinaryContent - Class in org.talares.datatypes.items
A Java representation of a BinaryContent content type.
BinaryContent(Talares, BinaryContent) - Constructor for class org.talares.datatypes.items.BinaryContent
 
BinaryVariant - Class in org.talares.datatypes.items
A Java representation of a BinaryVariant content type.
BinaryVariant(Talares, BinaryVariant) - Constructor for class org.talares.datatypes.items.BinaryVariant
 

C

Cache - Interface in org.talares.cache
Interface whose instances allow the library to make use of a given cache implementation.
CacheHelpers - Class in org.talares.cache
Holds utility methods for converting a given Cache instance into it's Scala counterpart for use within the API.
CacheHelpers() - Constructor for class org.talares.cache.CacheHelpers
 
Component - Class in org.talares.datatypes.items
A Java representation of a Component content type.
Component(Talares, Component) - Constructor for class org.talares.datatypes.items.Component
 
ComponentPresentation - Class in org.talares.datatypes.items
A Java representation of a ComponentPresentation content type.
ComponentPresentation(Talares, ComponentPresentation) - Constructor for class org.talares.datatypes.items.ComponentPresentation
 
ComponentPresentationsHolder - Class in org.talares.datatypes.items
Items of this type hold a collection of ComponentPresentation's.
ComponentPresentationsHolder(Talares, ComponentPresentationsHolder) - Constructor for class org.talares.datatypes.items.ComponentPresentationsHolder
 
CustomMeta - Class in org.talares.datatypes.items
A Java representation of a CustomMeta content type.
CustomMeta(Talares, CustomMeta) - Constructor for class org.talares.datatypes.items.CustomMeta
 

D

Deferred<A extends org.talares.api.datatypes.items.Item,B> - Class in org.talares.datatypes
A Deferred instance holds a F.Promise of a B to be resolved by an additional call to the webservice.
Deferred(Talares, Deferred<A>, F.Function2<Talares, A, B>) - Constructor for class org.talares.datatypes.Deferred
 
DeferredList<A extends org.talares.api.datatypes.items.Item,B> - Class in org.talares.datatypes
A DeferredList instance holds a F.Promise of a List of B to be resolved by an additional call to the webservice.
DeferredList(Talares, DeferredSeq<A>, F.Function2<Talares, A, B>) - Constructor for class org.talares.datatypes.DeferredList
 

F

FROM_SCALA - Static variable in class org.talares.datatypes.items.Binary
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.BinaryVariant
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.Component
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.ComponentPresentation
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.CustomMeta
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.Keyword
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.Page
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.PageContent
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.Schema
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.StructureGroup
 
FROM_SCALA - Static variable in class org.talares.datatypes.items.Template
 

G

get(Object) - Method in interface org.talares.cache.Cache
Method with which objects can be retrieved from cache with a given key.
get(Object) - Method in class org.talares.cache.NoCache
 
getApi() - Method in class org.talares.datatypes.items.Item
 
getApi(Cache) - Method in class org.talares.Talares
 
getAuthor() - Method in class org.talares.datatypes.items.PublishedItem
 
getBinaries() - Method in class org.talares.datatypes.items.Publication
 
getBinaries_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getBinaries_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getBinary() - Method in class org.talares.datatypes.items.BinaryVariant
 
getBinary(int, int) - Method in class org.talares.Talares
Get a Binary by it's publication ID and binary ID.
getBinary_(long) - Method in class org.talares.datatypes.items.BinaryVariant
BLOCKING
getBinary_() - Method in class org.talares.datatypes.items.BinaryVariant
BLOCKING
getBinary_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Binary by it's publication ID and binary ID.

getBinary_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a Binary by it's publication ID and binary ID.

getBinaryContent(int, int, String) - Method in class org.talares.Talares
Get a BinaryContent by it's publication ID, binary ID and variant ID.
getBinaryContent_(int, int, String, long) - Method in class org.talares.Talares
BLOCKING

Get a BinaryContent by it's publication ID and binary ID.

getBinaryContent_(int, int, String) - Method in class org.talares.Talares
BLOCKING

Get a BinaryContent by it's publication ID, binary ID and variant ID.

getBinaryId() - Method in class org.talares.datatypes.items.Binary
 
getBinaryId() - Method in class org.talares.datatypes.items.BinaryContent
 
getBinaryId() - Method in class org.talares.datatypes.items.BinaryVariant
 
getBinaryVariant(int, int) - Method in class org.talares.Talares
Get a BinaryVariant by it's publication ID and binary ID.
getBinaryVariant_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a BinaryVariant by it's publication ID and binary ID.

getBinaryVariant_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a BinaryVariant by it's publication ID and binary ID.

getBinaryVariants() - Method in class org.talares.datatypes.items.Binary
 
getBinaryVariants() - Method in class org.talares.datatypes.items.Publication
 
getBinaryVariants_(long) - Method in class org.talares.datatypes.items.Binary
BLOCKING
getBinaryVariants_() - Method in class org.talares.datatypes.items.Binary
BLOCKING
getBinaryVariants_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getBinaryVariants_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getCharset() - Method in class org.talares.datatypes.items.PageContent
 
getChildren() - Method in class org.talares.datatypes.items.Keyword
 
getChildren() - Method in class org.talares.datatypes.items.StructureGroup
 
getChildren_(long) - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getChildren_() - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getChildren_(long) - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getChildren_() - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getComponent() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getComponent() - Method in class org.talares.datatypes.items.CustomMeta
 
getComponent(int, int) - Method in class org.talares.Talares
Get a Component by it's publication ID and item ID.
getComponent_(long) - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getComponent_() - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getComponent_(long) - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getComponent_() - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getComponent_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Component by it's publication ID and item ID.

getComponent_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a Component by it's publication ID and item ID.

getComponentId() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getComponentPresentation(int, int, int) - Method in class org.talares.Talares
Get a ComponentPresentation by it's publication ID, component ID and templateId ID.
getComponentPresentation_(int, int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a ComponentPresentation by it's publication ID, component ID and templateId ID.

getComponentPresentation_(int, int, int) - Method in class org.talares.Talares
BLOCKING

Get a ComponentPresentation by it's publication ID, component ID and templateId ID.

getComponentPresentations() - Method in class org.talares.datatypes.items.ComponentPresentationsHolder
 
getComponentPresentations() - Method in class org.talares.datatypes.items.Publication
 
getComponentPresentations_(long) - Method in class org.talares.datatypes.items.ComponentPresentationsHolder
BLOCKING
getComponentPresentations_() - Method in class org.talares.datatypes.items.ComponentPresentationsHolder
BLOCKING
getComponentPresentations_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getComponentPresentations_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getComponents() - Method in class org.talares.datatypes.items.Keyword
 
getComponents() - Method in class org.talares.datatypes.items.Publication
 
getComponents() - Method in class org.talares.datatypes.items.Schema
 
getComponents_(long) - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getComponents_() - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getComponents_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getComponents_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getComponents_(long) - Method in class org.talares.datatypes.items.Schema
BLOCKING
getComponents_() - Method in class org.talares.datatypes.items.Schema
BLOCKING
getContent() - Method in class org.talares.datatypes.items.PageContent
 
getCreationDate() - Method in class org.talares.datatypes.items.PublishedItem
 
getCustomMeta(int) - Method in class org.talares.Talares
Get a CustomMeta by it's ID.
getCustomMeta_(int, long) - Method in class org.talares.Talares
BLOCKING

Get a CustomMeta by it's ID.

getCustomMeta_(int) - Method in class org.talares.Talares
BLOCKING

Get a CustomMeta by it's ID.

getCustomMetas() - Method in class org.talares.datatypes.items.Keyword
 
getCustomMetas() - Method in class org.talares.datatypes.items.Publication
 
getCustomMetas() - Method in class org.talares.datatypes.items.Taxonomised
 
getCustomMetas_(long) - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getCustomMetas_() - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getCustomMetas_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getCustomMetas_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getCustomMetas_(long) - Method in class org.talares.datatypes.items.Taxonomised
BLOCKING
getCustomMetas_() - Method in class org.talares.datatypes.items.Taxonomised
BLOCKING
getDateValue() - Method in class org.talares.datatypes.items.CustomMeta
 
getDepth() - Method in class org.talares.datatypes.items.Keyword
 
getDepth() - Method in class org.talares.datatypes.items.StructureGroup
 
getDescription() - Method in class org.talares.datatypes.items.BinaryVariant
 
getDescription() - Method in class org.talares.datatypes.items.Keyword
 
getDirectory() - Method in class org.talares.datatypes.items.StructureGroup
 
getFloatValue() - Method in class org.talares.datatypes.items.CustomMeta
 
getId() - Method in class org.talares.datatypes.items.CustomMeta
 
getId() - Method in class org.talares.datatypes.items.Keyword
 
getId() - Method in class org.talares.datatypes.items.Publication
 
getId() - Method in class org.talares.datatypes.items.StructureGroup
 
getInitialPublishDate() - Method in class org.talares.datatypes.items.PublishedItem
 
getItemId() - Method in class org.talares.datatypes.items.CustomMeta
 
getItemId() - Method in class org.talares.datatypes.items.PublishedItem
 
getItemType() - Method in class org.talares.datatypes.items.CustomMeta
 
getItemType() - Method in class org.talares.datatypes.items.Keyword
 
getKey() - Method in class org.talares.datatypes.items.Keyword
 
getKey() - Method in class org.talares.datatypes.items.Publication
 
getKeyName() - Method in class org.talares.datatypes.items.CustomMeta
 
getKeyword() - Method in class org.talares.datatypes.items.CustomMeta
 
getKeyword(int, int, int) - Method in class org.talares.Talares
Get a Keyword by it's ID, publication ID and taxonomy ID.
getKeyword_(long) - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getKeyword_() - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getKeyword_(int, int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Keyword by it's ID, publication ID and taxonomy ID.

getKeyword_(int, int, int) - Method in class org.talares.Talares
BLOCKING

Get a Keyword by it's ID, publication ID and taxonomy ID.

getKeywords() - Method in class org.talares.datatypes.items.Publication
 
getKeywords() - Method in class org.talares.datatypes.items.Taxonomised
 
getKeywords_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getKeywords_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getKeywords_(long) - Method in class org.talares.datatypes.items.Taxonomised
BLOCKING
getKeywords_() - Method in class org.talares.datatypes.items.Taxonomised
BLOCKING
getLastPublishDate() - Method in class org.talares.datatypes.items.PublishedItem
 
getMajorVersion() - Method in class org.talares.datatypes.items.PublishedItem
 
getMetadata() - Method in class org.talares.datatypes.items.Item
 
getMinorVersion() - Method in class org.talares.datatypes.items.PublishedItem
 
getModificationDate() - Method in class org.talares.datatypes.items.PublishedItem
 
getMultimediaPath() - Method in class org.talares.datatypes.items.Publication
 
getMultimediaUrl() - Method in class org.talares.datatypes.items.Publication
 
getNavigable() - Method in class org.talares.datatypes.items.Keyword
 
getOutputFormat() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getOutputFormat() - Method in class org.talares.datatypes.items.Template
 
getOwningPublication() - Method in class org.talares.datatypes.items.PublishedItem
 
getPage() - Method in class org.talares.datatypes.items.CustomMeta
 
getPage() - Method in class org.talares.datatypes.items.PageContent
 
getPage(int, int) - Method in class org.talares.Talares
Get a Page by it's publication ID and item ID.
getPage(String) - Method in class org.talares.Talares
Get a Page by it's URL.
getPage_(long) - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getPage_() - Method in class org.talares.datatypes.items.CustomMeta
BLOCKING
getPage_(long) - Method in class org.talares.datatypes.items.PageContent
BLOCKING
getPage_() - Method in class org.talares.datatypes.items.PageContent
BLOCKING
getPage_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Page by it's publication ID and item ID.

getPage_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a Page by it's publication ID and item ID.

getPage_(String, long) - Method in class org.talares.Talares
BLOCKING

Get a Page by it's URL.

getPage_(String) - Method in class org.talares.Talares
BLOCKING

Get a Page by it's URL.

getPageContent() - Method in class org.talares.datatypes.items.Page
 
getPageContent(int, int) - Method in class org.talares.Talares
Get a PageContent by it's publication ID and page ID.
getPageContent_(long) - Method in class org.talares.datatypes.items.Page
BLOCKING
getPageContent_() - Method in class org.talares.datatypes.items.Page
BLOCKING
getPageContent_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a PageContent by it's publication ID and page ID.

getPageContent_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a PageContent by it's publication ID and page ID.

getPageContents() - Method in class org.talares.datatypes.items.Publication
 
getPageContents_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getPageContents_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getPageId() - Method in class org.talares.datatypes.items.PageContent
 
getPagePath() - Method in class org.talares.datatypes.items.Page
 
getPages() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getPages() - Method in class org.talares.datatypes.items.Keyword
 
getPages() - Method in class org.talares.datatypes.items.Publication
 
getPages() - Method in class org.talares.datatypes.items.StructureGroup
 
getPages_(long) - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getPages_() - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getPages_(long) - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getPages_() - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getPages_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getPages_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getPages_(long) - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getPages_() - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getParent() - Method in class org.talares.datatypes.items.Keyword
 
getParent() - Method in class org.talares.datatypes.items.StructureGroup
 
getParent_(long) - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getParent_() - Method in class org.talares.datatypes.items.Keyword
BLOCKING
getParent_(long) - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getParent_() - Method in class org.talares.datatypes.items.StructureGroup
BLOCKING
getPath() - Method in class org.talares.datatypes.items.BinaryVariant
 
getPresentationContent() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getPublication(int) - Method in class org.talares.Talares
Get a Publication by it's ID.
getPublication_(int, long) - Method in class org.talares.Talares
BLOCKING

Get a Publication by it's ID.

getPublication_(int) - Method in class org.talares.Talares
BLOCKING

Get a Publication by it's ID.

getPublicationId() - Method in class org.talares.datatypes.items.Item
 
getPublicationPath() - Method in class org.talares.datatypes.items.Publication
 
getPublicationUrl() - Method in class org.talares.datatypes.items.Publication
 
getSchema() - Method in class org.talares.datatypes.items.Component
 
getSchema(int, int) - Method in class org.talares.Talares
Get a Schema by it's publication ID and schema ID.
getSchema_(long) - Method in class org.talares.datatypes.items.Component
BLOCKING
getSchema_() - Method in class org.talares.datatypes.items.Component
BLOCKING
getSchema_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Schema by it's publication ID and schema ID.

getSchema_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a Schema by it's publication ID and schema ID.

getSchemaId() - Method in class org.talares.datatypes.items.Component
 
getSchemaId() - Method in class org.talares.datatypes.items.Schema
 
getSchemas() - Method in class org.talares.datatypes.items.Publication
 
getSchemas_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getSchemas_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getStringValue() - Method in class org.talares.datatypes.items.CustomMeta
 
getStructureGroup() - Method in class org.talares.datatypes.items.Page
 
getStructureGroup(int, int) - Method in class org.talares.Talares
Get a StructureGroup by it's ID and publication ID.
getStructureGroup_(long) - Method in class org.talares.datatypes.items.Page
BLOCKING
getStructureGroup_() - Method in class org.talares.datatypes.items.Page
BLOCKING
getStructureGroup_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a StructureGroup by it's ID and publication ID.

getStructureGroup_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a StructureGroup by it's ID and publication ID.

getStructureGroups() - Method in class org.talares.datatypes.items.Publication
 
getStructureGroups_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getStructureGroups_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getTaxonomyId() - Method in class org.talares.datatypes.items.Keyword
 
getTemplate() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getTemplate(int, int) - Method in class org.talares.Talares
Get a Template by it's publication ID and item ID.
getTemplate_(long) - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getTemplate_() - Method in class org.talares.datatypes.items.ComponentPresentation
BLOCKING
getTemplate_(int, int, long) - Method in class org.talares.Talares
BLOCKING

Get a Template by it's publication ID and item ID.

getTemplate_(int, int) - Method in class org.talares.Talares
BLOCKING

Get a Template by it's publication ID and item ID.

getTemplateId() - Method in class org.talares.datatypes.items.ComponentPresentation
 
getTemplateId() - Method in class org.talares.datatypes.items.Page
 
getTemplatePriority() - Method in class org.talares.datatypes.items.Template
 
getTemplates() - Method in class org.talares.datatypes.items.Publication
 
getTemplates_(long) - Method in class org.talares.datatypes.items.Publication
BLOCKING
getTemplates_() - Method in class org.talares.datatypes.items.Publication
BLOCKING
getTitle() - Method in class org.talares.datatypes.items.Keyword
 
getTitle() - Method in class org.talares.datatypes.items.Publication
 
getTitle() - Method in class org.talares.datatypes.items.PublishedItem
 
getTitle() - Method in class org.talares.datatypes.items.Schema
 
getTitle() - Method in class org.talares.datatypes.items.StructureGroup
 
getTotalRelatedItems() - Method in class org.talares.datatypes.items.Keyword
 
getType() - Method in class org.talares.datatypes.items.Binary
 
getType() - Method in class org.talares.datatypes.items.BinaryVariant
 
getType() - Method in class org.talares.datatypes.Metadata
 
getUri() - Method in class org.talares.datatypes.Metadata
 
getUrl() - Method in class org.talares.datatypes.items.Page
 
getUrlPath() - Method in class org.talares.datatypes.items.BinaryVariant
 
getValue() - Method in class org.talares.datatypes.Deferred
Gets the F.Promise of a B this Deferred holds.
getValue() - Method in class org.talares.datatypes.DeferredList
Gets the F.Promise of a List of B this DeferredList holds.
getValue_(long) - Method in class org.talares.datatypes.Deferred
BLOCKING

Get the B held by this Deferred.

getValue_() - Method in class org.talares.datatypes.Deferred
BLOCKING

Get the B held by this Deferred.

getValue_(long) - Method in class org.talares.datatypes.DeferredList
BLOCKING

Get the List of B held by this DeferredList.

getValue_() - Method in class org.talares.datatypes.DeferredList
BLOCKING

Get the List of B held by this DeferredList.

getVariantId() - Method in class org.talares.datatypes.items.BinaryContent
 
getVariantId() - Method in class org.talares.datatypes.items.BinaryVariant
 

H

hasChildren() - Method in class org.talares.datatypes.items.Keyword
 

I

isAbstract() - Method in class org.talares.datatypes.items.Keyword
 
isComponent() - Method in class org.talares.datatypes.items.BinaryVariant
 
isMultimedia() - Method in class org.talares.datatypes.items.Component
 
Item - Class in org.talares.datatypes.items
The common class for all concrete content type's.
Item(Talares, Item) - Constructor for class org.talares.datatypes.items.Item
 

K

Keyword - Class in org.talares.datatypes.items
A Java representation of a Keyword content type.
Keyword(Talares, Keyword) - Constructor for class org.talares.datatypes.items.Keyword
 

M

Metadata - Class in org.talares.datatypes
A Java representation of a __metadata field present in all Json representations of specific Item's.
Metadata(Metadata) - Constructor for class org.talares.datatypes.Metadata
 

N

NoCache - Class in org.talares.cache
Caching strategy which does not apply any caching.
NoCache() - Constructor for class org.talares.cache.NoCache
 

O

org.talares - package org.talares
 
org.talares.cache - package org.talares.cache
 
org.talares.datatypes - package org.talares.datatypes
 
org.talares.datatypes.items - package org.talares.datatypes.items
 
org.talares.exceptions - package org.talares.exceptions
 
org.talares.utils - package org.talares.utils
 

P

Page - Class in org.talares.datatypes.items
A Java representation of a Page content type.
Page(Talares, Page) - Constructor for class org.talares.datatypes.items.Page
 
PageContent - Class in org.talares.datatypes.items
A Java representation of a PageContent content type.
PageContent(Talares, PageContent) - Constructor for class org.talares.datatypes.items.PageContent
 
Publication - Class in org.talares.datatypes.items
A Java representation of a Publication content type.
Publication(Talares, Publication) - Constructor for class org.talares.datatypes.items.Publication
 
PublishedItem - Class in org.talares.datatypes.items
Items of this type represent versioned pieces of content.
PublishedItem(Talares, PublishedItem) - Constructor for class org.talares.datatypes.items.PublishedItem
 
put(Object, Object) - Method in interface org.talares.cache.Cache
Method with which objects can be stored in cache with a given key.
put(Object, Object) - Method in class org.talares.cache.NoCache
 

S

Schema - Class in org.talares.datatypes.items
A Java representation of a Schema content type.
Schema(Talares, Schema) - Constructor for class org.talares.datatypes.items.Schema
 
SimpleCache - Interface in org.talares.cache
Leverages the given functions get and set to either retrieve or store objects from and into the cache respectively.
StructureGroup - Class in org.talares.datatypes.items
A Java representation of a StructureGroup content type.
StructureGroup(Talares, StructureGroup) - Constructor for class org.talares.datatypes.items.StructureGroup
 

T

Talares - Class in org.talares
Class holding the main client facing API.
Talares() - Constructor for class org.talares.Talares
 
Talares(Cache) - Constructor for class org.talares.Talares
 
Taxonomised - Class in org.talares.datatypes.items
Item's of this type can be tagged using keywords or custom meta data.
Taxonomised(Talares, Taxonomised) - Constructor for class org.talares.datatypes.items.Taxonomised
 
Template - Class in org.talares.datatypes.items
A Java representation of a Template content type.
Template(Talares, Template) - Constructor for class org.talares.datatypes.items.Template
 
terminate() - Method in class org.talares.Talares
Terminates the library which implies shutting down the actor system.
TransformException - Exception in org.talares.exceptions
 
TransformException(Throwable) - Constructor for exception org.talares.exceptions.TransformException
 

U

Utils - Class in org.talares.utils
Holds commonly used utility functions.
Utils() - Constructor for class org.talares.utils.Utils
 
A B C D F G H I K M N O P S T U