|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface CollectionManagementServiceImpl
Extends the CollectionManagementService
interface with extensions specific to eXist, in particular moving and copying
collections and resources.
| Method Summary | |
|---|---|
void |
copy(String collection,
String destination,
String newName)
Deprecated. Use XmldbURI version instead |
void |
copy(XmldbURI collection,
XmldbURI destination,
XmldbURI newName)
|
void |
copyResource(String resourcePath,
String destinationPath,
String newName)
Deprecated. Use XmldbURI version instead |
void |
copyResource(XmldbURI resourcePath,
XmldbURI destinationPath,
XmldbURI newName)
|
org.xmldb.api.base.Collection |
createCollection(String collName)
Deprecated. Use XmldbURI version instead |
org.xmldb.api.base.Collection |
createCollection(String collName,
Date created)
Deprecated. Use XmldbURI version instead |
org.xmldb.api.base.Collection |
createCollection(XmldbURI collName)
|
org.xmldb.api.base.Collection |
createCollection(XmldbURI collName,
Date created)
|
void |
move(String collection,
String destination,
String newName)
Deprecated. Use XmldbURI version instead |
void |
move(XmldbURI collection,
XmldbURI destination,
XmldbURI newName)
|
void |
moveResource(String resourcePath,
String destinationPath,
String newName)
Deprecated. Use XmldbURI version instead |
void |
moveResource(XmldbURI resourcePath,
XmldbURI destinationPath,
XmldbURI newName)
|
void |
removeCollection(String collName)
Deprecated. Use XmldbURI version instead |
void |
removeCollection(XmldbURI collName)
|
| Methods inherited from interface org.xmldb.api.base.Service |
|---|
getName, getVersion, setCollection |
| Methods inherited from interface org.xmldb.api.base.Configurable |
|---|
getProperty, setProperty |
| Method Detail |
|---|
void move(String collection,
String destination,
String newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void moveResource(String resourcePath,
String destinationPath,
String newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void copyResource(String resourcePath,
String destinationPath,
String newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void copy(String collection,
String destination,
String newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
org.xmldb.api.base.Collection createCollection(String collName,
Date created)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void move(XmldbURI collection,
XmldbURI destination,
XmldbURI newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void moveResource(XmldbURI resourcePath,
XmldbURI destinationPath,
XmldbURI newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void copyResource(XmldbURI resourcePath,
XmldbURI destinationPath,
XmldbURI newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void copy(XmldbURI collection,
XmldbURI destination,
XmldbURI newName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
org.xmldb.api.base.Collection createCollection(XmldbURI collName,
Date created)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
org.xmldb.api.base.Collection createCollection(String collName)
throws org.xmldb.api.base.XMLDBException
createCollection in interface org.xmldb.api.modules.CollectionManagementServiceorg.xmldb.api.base.XMLDBException
org.xmldb.api.base.Collection createCollection(XmldbURI collName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
void removeCollection(String collName)
throws org.xmldb.api.base.XMLDBException
removeCollection in interface org.xmldb.api.modules.CollectionManagementServiceorg.xmldb.api.base.XMLDBException
void removeCollection(XmldbURI collName)
throws org.xmldb.api.base.XMLDBException
org.xmldb.api.base.XMLDBException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||