My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Store  
Represents a platform store.
Autogenerated
Updated Jan 13, 2010 by innovat...@gmail.com

note: this page is automatically generated from embedded documentation in the PHP source.

Overview

Constructors

Methods

Constructor Detail

Store

public Store(mixed uri, mixed credentials, mixed request_factory)

Param:
string $uri URI of the store
Credentials $credentials

Method Detail

describe

public void describe(mixed uri, mixed type, mixed output)

get_augment_service

public void get_augment_service()

Obtain a reference to this store's augment service

See:
http://n2.talis.com/wiki/Augment_Service
Return:
AugmentService

get_config

public void get_config()

Obtain a reference to this store's configuration

See:
http://n2.talis.com/wiki/Store_Configuration
Return:
Config

get_contentbox

public void get_contentbox()

Obtain a reference to this store's contentbox

See:
http://n2.talis.com/wiki/Contentbox
Return:
Contentbox

get_facet_service

public void get_facet_service()

Obtain a reference to this store's facet service

See:
http://n2.talis.com/wiki/Facet_Service
Return:
FacetService

get_job_queue

public void get_job_queue()

Obtain a reference to this store's job queue

See:
http://n2.talis.com/wiki/Scheduled_Job_Collection
Return:
JobQueue

get_metabox

public void get_metabox()

Obtain a reference to this store's metabox

See:
http://n2.talis.com/wiki/Metabox
Return:
Metabox

get_multisparql_service

public void get_multisparql_service()

Obtain a reference to this store's multisparql service

See:
http://n2.talis.com/wiki/Store_Multisparql_Service
Return:
MultiSparqlService

get_oai_service

public void get_oai_service()

Obtain a reference to this store's OAI service

See:
http://n2.talis.com/wiki/Store_OAI_Service
Return:
OAIService

get_snapshots

public void get_snapshots()

Obtain a reference to this store's snapshot collection

See:
http://n2.talis.com/wiki/Snapshot_Collection
Return:
Snapshots

get_sparql_service

public void get_sparql_service()

Obtain a reference to this store's sparql service

See:
http://n2.talis.com/wiki/Store_Sparql_Service
Return:
SparqlService

search

public void search(mixed query, mixed max, mixed offset, mixed sort)

search_and_facet

public void search_and_facet(mixed query, mixed fields, mixed max, mixed offset, mixed sort, mixed top)

Generated by PHPDoctor 2RC2


Sign in to add a comment
Powered by Google Project Hosting