|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MCRActiveLinkException | |
|---|---|
| org.mycore.datamodel.metadata | |
| org.mycore.frontend.cli | |
| org.mycore.frontend.servlets | |
| org.mycore.frontend.workflow | |
| Uses of MCRActiveLinkException in org.mycore.datamodel.metadata |
|---|
| Methods in org.mycore.datamodel.metadata that throw MCRActiveLinkException | |
|---|---|
abstract void |
MCRBase.createInDatastore()
The methode create the object in the data store. |
void |
MCRObject.createInDatastore()
The methode create the object in the data store. |
abstract void |
MCRBase.deleteFromDatastore(String id)
The methode delete the object in the data store. |
void |
MCRObject.deleteFromDatastore(String id)
The methode delete the object for the given ID from the data store. |
abstract void |
MCRBase.updateInDatastore()
The methode update the object in the data store. |
void |
MCRObject.updateInDatastore()
The methode update the object in the data store. |
| Uses of MCRActiveLinkException in org.mycore.frontend.cli |
|---|
| Methods in org.mycore.frontend.cli that throw MCRActiveLinkException | |
|---|---|
static void |
MCRObjectCommands.delete(String ID)
Delete a MCRObject from the datastore. |
static List<String> |
MCRObjectCommands.deleteAllObjects(String type)
Delete all MCRObject from the datastore for a given type. |
static void |
MCRObjectCommands.deleteFromTo(String IDfrom,
String IDto)
Delete MCRObject's form ID to ID from the datastore. |
static void |
MCRObjectCommands.deleteSelected()
Delete all selected MCRObjects from the datastore. |
static List<String> |
MCRObjectCommands.loadFromDirectory(String directory)
Load MCRObject's from all XML files in a directory. |
static List<String> |
MCRClassification2Commands.loadFromDirectory(String directory)
Loads MCRClassification from all XML files in a directory. |
static boolean |
MCRObjectCommands.loadFromFile(String file)
Load a MCRObjects from an XML file. |
static boolean |
MCRObjectCommands.loadFromFile(String file,
boolean importMode)
Load a MCRObjects from an XML file. |
static List<String> |
MCRObjectCommands.updateFromDirectory(String directory)
Update MCRObject's from all XML files in a directory. |
static List<String> |
MCRClassification2Commands.updateFromDirectory(String directory)
Updates MCRClassification from all XML files in a directory. |
static boolean |
MCRObjectCommands.updateFromFile(String file)
Update a MCRObject's from an XML file. |
static boolean |
MCRObjectCommands.updateFromFile(String file,
boolean importMode)
Update a MCRObject's from an XML file. |
| Uses of MCRActiveLinkException in org.mycore.frontend.servlets |
|---|
| Methods in org.mycore.frontend.servlets with parameters of type MCRActiveLinkException | |
|---|---|
protected void |
MCRServlet.generateActiveLinkErrorpage(HttpServletRequest request,
HttpServletResponse response,
String msg,
MCRActiveLinkException activeLinks)
|
| Methods in org.mycore.frontend.servlets that throw MCRActiveLinkException | |
|---|---|
protected String |
MCRCheckNewDataServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
String |
MCRCheckEditDerivateServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method is a dummy and return an URL with the next working step. |
protected String |
MCRCheckEditDataServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
protected String |
MCRCheckEditACLServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
String |
MCRCheckCommitDerivateServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method is a dummy and return an URL with the next working step. |
String |
MCRCheckCommitDataServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method is a dummy and return an URL with the next working step. |
protected String |
MCRCheckCommitACLServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
protected abstract String |
MCRCheckBase.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
protected String |
MCRCheckClassACLServlet.getNextURL(MCRObjectID ID,
boolean okay)
The method return an URL with the next working step. |
| Uses of MCRActiveLinkException in org.mycore.frontend.workflow |
|---|
| Methods in org.mycore.frontend.workflow that throw MCRActiveLinkException | |
|---|---|
boolean |
MCRSimpleWorkflowManager.commitMetadataObject(MCRObjectID ID)
The method commit a metadata object with all referenced derivate objects from the workflow to the data store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||