|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ArchiveException in se.kmr.scam |
Fields in se.kmr.scam declared as ArchiveException | |
static ArchiveException |
ArchiveException.UNKNOWN
|
static ArchiveException |
ArchiveException.ACCESS_DENIED
|
static ArchiveException |
ArchiveException.NOT_FOUND
|
static ArchiveException |
ArchiveException.NOT_PERMITTED
|
Methods in se.kmr.scam that throw ArchiveException | |
Model |
SearchI.searchFree(String identity,
String predicate,
String pattern)
|
Model |
SearchI.searchRDQL(String identity,
String rdql)
|
Model |
SearchI.getPath(String identity,
String uri)
|
String |
ManifestI.createURI(String identity)
|
String |
ManifestI.getParent(String identity,
String uri)
|
String |
ManifestI.getDefaultOrg(String identity)
|
String |
ManifestI.getManifest(String identity)
|
Model |
ManifestI.listReferences(String identity,
String uri)
|
void |
ManifestI.rename(String identity,
String uri,
String toUri)
|
void |
ManifestI.remove(String identity,
String uri)
|
void |
ManifestI.move(String identity,
Collection uris,
String toUri)
|
void |
ManifestI.move(String identity,
String uri,
String toUri)
|
Model |
ManifestI.addItem(String identity,
String uri)
|
void |
ManifestI.insert(String identity,
Model model)
|
Model |
ManifestI.getModel(String identity,
Collection uris)
|
Model |
ManifestI.getModel(String identity,
String uri)
|
Model |
ManifestI.getModel(String identity,
Model model)
|
void |
ImportI.importIMSCP(String identity,
Model model)
|
InputStream |
ContentI.get(String id,
String uri)
Get file-content of a content-Resource. |
long |
ContentI.set(String id,
String uri,
InputStream is)
Set file-content of a content-Resource. |
void |
ContentI.remove(String id,
String uri)
Remove file-content of a content-Resource. |
void |
ContentI.move(String id,
String uri,
String toId,
String toUri)
Move file-content of a content-Resource to another Resource. |
void |
ContentI.copy(String id,
String uri,
String toId,
String toUri)
Copy file-content of a content-Resource to another Resource. |
URI |
ContentI.lookup(String webdavUri)
Lookup a WebDAV-URI on the format / |
void |
AdministerI.createManifest(String identity)
|
Boolean |
AdministerI.hasManifest(String identity)
|
Collection |
AdministerI.listManifests()
|
void |
AdministerI.removeManifest(String identity)
|
void |
AdministerI.add(String identity,
Model model)
|
Model |
AdministerI.get(String identity)
|
Collection |
AdministerI.listBackupManifests()
|
Collection |
AdministerI.listBackups(String identity)
|
void |
AdministerI.backup(String identity)
|
void |
AdministerI.restore(String identity,
Date date)
|
void |
AdministerI.insertUser(Model model)
|
Model |
AdministerI.getUser(String name)
|
void |
AdministerI.removeUser(String name)
|
Collection |
AdministerI.listUsers()
|
Uses of ArchiveException in se.kmr.scam.client.http |
Methods in se.kmr.scam.client.http with parameters of type ArchiveException | |
static HttpException |
HttpException.getInstance(ArchiveException ex)
|
Uses of ArchiveException in se.kmr.scam.client.repository |
Methods in se.kmr.scam.client.repository that throw ArchiveException | |
abstract SearchI |
SearchFactory.create(HttpServletRequest request)
|
SearchI |
SearchFactory.create()
Deprecated. use create(HttpServletRequest) |
abstract ManifestI |
ManifestFactory.create(HttpServletRequest request)
|
ManifestI |
ManifestFactory.create()
Deprecated. use create(HttpServletRequest) |
abstract ContentI |
ContentFactory.create(HttpServletRequest request)
|
ContentI |
ContentFactory.create()
Deprecated. use create(HttpServletRequest) |
abstract AdministerI |
AdministerFactory.create(HttpServletRequest request)
|
AdministerI |
AdministerFactory.create()
Deprecated. use create(HttpServletRequest) |
Uses of ArchiveException in se.kmr.scam.client.repository.ejb |
Methods in se.kmr.scam.client.repository.ejb that throw ArchiveException | |
SearchI |
SearchFactoryImpl.create(HttpServletRequest request)
Creates search objects. |
ManifestI |
ManifestFactoryImpl.create(HttpServletRequest request)
Initiator. |
ContentI |
ContentFactoryImpl.create(HttpServletRequest request)
Creates content objects. |
AdministerI |
AdministerFactoryImpl.create(HttpServletRequest request)
Initiator. |
Uses of ArchiveException in se.kmr.scam.client.repository.mem |
Methods in se.kmr.scam.client.repository.mem that throw ArchiveException | |
SearchI |
SearchFactoryImpl.create(HttpServletRequest request)
|
ManifestI |
ManifestFactoryImpl.create(HttpServletRequest request)
|
Uses of ArchiveException in se.kmr.scam.client.repository.mem.archive |
Methods in se.kmr.scam.client.repository.mem.archive that throw ArchiveException | |
Model |
Search.searchRDQL(String id,
String rdql)
|
Model |
Search.searchRDQL(String id,
Collection rdqls)
|
Model |
Search.searchFree(String identity,
String op,
String pattern)
|
Model |
Search.searchFree(String op,
String pattern)
|
Model |
Search.getPath(String manifest,
String uri)
|
Model |
Search.searchFree(String str)
|
Model |
Search.searchRDQL(String str)
|
String |
Manifest.createURI(String identity)
|
String |
Manifest.getParent(String identity,
String uri)
|
String |
Manifest.getDefaultOrg(String identity)
|
String |
Manifest.getManifest(String identity)
|
Model |
Manifest.listReferences(String identity,
String uri)
|
void |
Manifest.rename(String identity,
String uri,
String toUri)
|
void |
Manifest.create(String identity)
|
Boolean |
Manifest.exist(String manifestIdentity)
|
Collection |
Manifest.getIdentities()
|
void |
Manifest.remove(String identity,
String uri)
|
void |
Manifest.copy(String fromIdentity,
String fromUri,
String toIdentity,
String toUri)
|
void |
Manifest.copy(String fromIdentity,
Collection uris,
String toIdentity)
|
void |
Manifest.copy(String fromIdentity,
String uri,
String toIdentity)
|
void |
Manifest.move(String fromIdentity,
String fromUri,
String toIdentity,
String toUri)
|
void |
Manifest.move(String fromIdentity,
Collection uris,
String toIdentity)
|
void |
Manifest.move(String fromIdentity,
String fromUri,
String toIdentity)
|
Model |
Manifest.addItem(String identity,
String parent)
|
void |
Manifest.insert(String identity,
Model model)
|
Model |
Manifest.getHierarchy(String identity,
String uri,
Boolean includeContent)
|
Model |
Manifest.getModel(String identity,
Collection uris)
|
Model |
Manifest.getModel(String identity,
Model model)
|
Model |
Manifest.getModel(String identity,
String uri)
|
static Archive |
Archive.getSingelton()
|
void |
Archive.formatRepository()
|
void |
Archive.createManifest(String identity,
String manifestUri,
String defaultUri)
|
void |
Archive.remove(String identity,
Resource root)
|
Boolean |
Archive.existManifest(String identity)
|
Collection |
Archive.getManifestIdentities()
|
void |
Archive.insert(String identity,
Model model)
|
void |
Archive.insert(String identity,
Model model,
Resource parent)
|
Model |
Archive.search(String identity,
Model buffer,
String query,
Integer maxRows)
|
Model |
Archive.search(String identity,
Model buffer,
Collection queries,
Integer maxRows)
|
Model |
Archive.getHierarchy(String identity,
Model buffer,
Resource root,
Integer itemDepth,
Integer resDepth)
|
Model |
Archive.getModel(String identity,
Model buffer,
Resource root,
Integer resDepth)
|
Constructors in se.kmr.scam.client.repository.mem.archive that throw ArchiveException | |
Search()
|
|
Manifest()
|
Uses of ArchiveException in se.kmr.scam.client.repository.rdb |
Methods in se.kmr.scam.client.repository.rdb that throw ArchiveException | |
SearchI |
SearchFactoryImpl.create(HttpServletRequest request)
|
ManifestI |
ManifestFactoryImpl.create(HttpServletRequest request)
|
Uses of ArchiveException in se.kmr.scam.local |
Methods in se.kmr.scam.local that throw ArchiveException | |
protected ModelRDB |
LocalCommon.open(String identity)
Convenience method to open a Manifest (from cache). |
protected ModelRDB |
LocalCommon.open()
|
protected boolean |
LocalCommon.contains(String identity)
See if Manifest exists |
protected String |
LocalCommon.lookup(Integer graphID)
Lookup Manifest-identity by ID (used in multi-model-search) |
protected ModelRDB |
LocalCommon.create(String identity)
Create a new Mainfest |
protected List |
LocalCommon.list()
List all Manifests (except DEFAULT) |
protected boolean |
LocalCommon.remove(String identity)
Remove Manifest |
protected void |
LocalCommon.abort(String mess)
|
void |
LocalCommon.rollback()
Rollback a transaction (end failed transaction). |
protected void |
LocalCommon.assertPermission(Model model,
Resource res,
Property perm)
Assert permission. |
protected void |
LocalCommon.assertPermission(Model model,
Collection reses,
Property perm)
Assert permission. |
Uses of ArchiveException in se.kmr.scam.server.impl |
Methods in se.kmr.scam.server.impl that throw ArchiveException | |
Model |
SearchBean.searchFree(String identity,
String predicate,
String pattern)
Deprecated. |
Model |
SearchBean.searchRDQL(String identity,
String rdql)
Search Manifest according to RDQL. |
Model |
SearchBean.getPath(String identity,
String uri)
Retrieving IMSCP-path (Folders) for a given Item. |
String |
ManifestBean.createURI(String identity)
Construct a URI. |
String |
ManifestBean.getParent(String identity,
String uri)
Get the IMSCP-parent URI referencing uri by RDF.li, or get the "first" content-Item referencing it by IMSCP.content. |
String |
ManifestBean.getDefaultOrg(String identity)
Get the default IMSCP organization URI (IMSCP.Item). |
String |
ManifestBean.getManifest(String identity)
Get the IMSCP.Manifest URI. |
Model |
ManifestBean.listReferences(String identity,
String uri)
List all references (Resources) to uri by IMSCP.content |
void |
ManifestBean.rename(String identity,
String uri,
String toUri)
Rename a Resource (change URI). |
void |
ManifestBean.remove(String identity,
String uri)
Remove a component. |
void |
ManifestBean.move(String identity,
Collection uris,
String toUri)
Move a collection of components (Items). |
void |
ManifestBean.move(String identity,
String uri,
String toUri)
Move a component (Item). |
Model |
ManifestBean.addItem(String identity,
String uri)
Add an IMSCP.Item to an IMSCP Folder-Item at next possible ordinal. |
void |
ManifestBean.insert(String identity,
Model model)
Insert a sub-model into a Manifest. |
Model |
ManifestBean.getModel(String identity,
Model model)
Get the complete sub-models of those components included in model. |
Model |
ManifestBean.getModel(String identity,
Collection uris)
Get the combined sub-model of a collection of Resources. |
Model |
ManifestBean.getModel(String identity,
String uri)
Get the sub-model of a Resource. |
void |
ImportBean.importIMSCP(String identity,
Model model)
Import an IMS Content Packaging model. |
InputStream |
ContentBean.get(String id,
String uri)
Get file-content of a content-Resource. |
long |
ContentBean.set(String id,
String uri,
InputStream is)
Set file-content of a content-Resource. |
void |
ContentBean.remove(String id,
String uri)
Remove file-content of a content-Resource. |
void |
ContentBean.move(String id,
String uri,
String toId,
String toUri)
Move file-content of a content-Resource to another Resource. |
void |
ContentBean.copy(String id,
String uri,
String toId,
String toUri)
Copy file-content of a content-Resource to another Resource. |
URI |
ContentBean.lookup(String webdavUri)
Lookup a WebDAV-URI on the format / |
protected ModelRDB |
BeanCommon.open(String identity)
Convenience method to open a Manifest (from cache). |
protected ModelRDB |
BeanCommon.open()
|
protected boolean |
BeanCommon.contains(String identity)
See if Manifest exists |
protected String |
BeanCommon.lookup(Integer graphID)
Lookup Manifest-identity by ID (used in multi-model-search) |
protected ModelRDB |
BeanCommon.create(String identity)
Create a new Mainfest |
protected List |
BeanCommon.list()
List all Manifests (except DEFAULT) |
protected boolean |
BeanCommon.remove(String identity)
Remove Manifest |
protected void |
BeanCommon.abort(String mess)
|
protected void |
BeanCommon.rollback()
Rollback transaction |
protected void |
BeanCommon.assertPermission(Model model,
Resource res,
Property perm)
Assert permission. |
protected void |
BeanCommon.assertPermission(Model model,
Collection reses,
Property perm)
Assert permission. |
void |
AdministerBean.createManifest(String identity)
Create a new Manifest (nothing will happen if it already exists). |
Boolean |
AdministerBean.hasManifest(String identity)
Check if manifest exists. |
Collection |
AdministerBean.listManifests()
List the identities of all Manifests. |
void |
AdministerBean.removeManifest(String identity)
Remove all statements and files in Manifest. |
void |
AdministerBean.add(String identity,
Model model)
Insert all statements in model into Manifest.
|
Model |
AdministerBean.get(String identity)
Get all statements in Manifest (compared to dump). |
Collection |
AdministerBean.listBackupManifests()
List all manifests that have been backed up. |
Collection |
AdministerBean.listBackups(String identity)
List all backups of a certain Manifest. |
void |
AdministerBean.backup(String identity)
Create a backup of a Manifest. |
void |
AdministerBean.restore(String identity,
Date date)
Restore a backup of a Manifest. |
void |
AdministerBean.insertUser(Model model)
|
Model |
AdministerBean.getUser(String name)
|
void |
AdministerBean.removeUser(String name)
|
Collection |
AdministerBean.listUsers()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |