My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
StoreGroup  
Represents a group of stores.
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

Methods inherited from Moriarty.NetworkResource

Methods inherited from Moriarty.SimpleGraph

Constructor Detail

StoreGroup

public StoreGroup(mixed uri, mixed credentials)

Create a new instance of this class

Param:
string uri URI of the store group
Credentials credentials the credentials to use for authenticated requests (optional)

Method Detail

add_store_by_uri

public void add_store_by_uri(mixed store_uri)

Add a store to this group. Save the changes by calling put_to_network.

Param:
string store_uri the URI of the store to add to this group.

get_config

public void get_config()

Obtain a reference to this store group's configuration

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

get_contentbox

public void get_contentbox()

Obtain a reference to this store group's contentbox

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

get_sparql_service

public void get_sparql_service()

Obtain a reference to this store group's sparql service

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

remove_all_stores

public void remove_all_stores()

Remove all stores from this group. Save the changes by calling put_to_network.

Generated by PHPDoctor 2RC2


Sign in to add a comment
Powered by Google Project Hosting