Uses of Class
org.onehippo.forge.content.exim.core.DocumentManagerException
Packages that use DocumentManagerException
-
Uses of DocumentManagerException in org.onehippo.forge.content.exim.core
Subclasses of DocumentManagerException in org.onehippo.forge.content.exim.coreModifier and TypeClassDescriptionclassDocumentManagerNotFoundException thrown byDocumentManager, when a folder or document is not found by a specified location information.Methods in org.onehippo.forge.content.exim.core that throw DocumentManagerExceptionModifier and TypeMethodDescriptionorg.hippoecm.repository.api.DocumentDocumentManager.commitEditableDocument(String documentLocation) Commits the draft variant which is currently being edited.org.hippoecm.repository.api.DocumentDocumentManager.commitEditableDocument(org.hippoecm.repository.api.Document editableDocument) Commits the draft variant which is currently being edited.DocumentManager.copyDocument(String sourceDocumentLocation, String targetFolderLocation, String targetDocumentName) Copies a document at the source document handle path (sourceDocumentLocation) to the target folder path (targetFolderLocation) with the given document node name (targetDocumentName).DocumentManager.createDocument(String folderLocation, String primaryTypeName, String nodeName, String locale, String localizedName) Creates a document in the specificfolderLocation.voidDocumentManager.deleteDocument(String documentLocation) Deletes a document at at the given document handle path (documentLocation).booleanDocumentManager.depublishDocument(String documentLocation) Takes offline the document at the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentDocumentManager.disposeEditableDocument(String documentLocation) Discards the draft variant which is currently being edited.org.hippoecm.repository.api.DocumentDocumentManager.disposeEditableDocument(org.hippoecm.repository.api.Document editableDocument) Discards the draft variant which is currently being edited.booleanDocumentManager.documentExists(String documentLocation) Returns true if a document exists atdocumentLocation.booleanDocumentManager.folderExists(String folderLocation) Returns true if a folder exists atfolderLocation.DocumentManager.getExistingDocumentPath(String documentLocation) Returns the physical document handle node path for the logical document location.DocumentManager.getExistingFolderPath(String folderLocation) Returns the physical folder node path for the logical folder location.org.hippoecm.repository.api.DocumentDocumentManager.obtainEditableDocument(String documentLocation) Obtains an editable draft variantDocumentunder the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentDocumentManager.obtainEditableDocument(Node documentHandleNode) Obtains an editable draft variantDocumentof the given document handle node (documentHandleNode).booleanDocumentManager.publishDocument(String documentLocation) Publishes the document at the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentDocumentManager.translateDocument(String sourceDocumentLocation, String language, String name) Translates a document at the document handle path (sourceDocumentLocation) tonameinlanguage.org.hippoecm.repository.api.DocumentDocumentManager.translateFolder(String sourceFolderLocation, String language, String name) Translates a folder at the folder path (sourceFolderLocation) tonameinlanguage.voidDocumentManager.updateEditableDocument(org.hippoecm.repository.api.Document editableDocument, org.onehippo.forge.content.pojo.model.ContentNode sourceContentNode) Update editableDocumentinstance (editableDocument) by the content of the givensourceContentNode. -
Uses of DocumentManagerException in org.onehippo.forge.content.exim.core.impl
Methods in org.onehippo.forge.content.exim.core.impl that throw DocumentManagerExceptionModifier and TypeMethodDescriptionorg.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.commitEditableDocument(String documentLocation) Commits the draft variant which is currently being edited.protected org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.commitEditableDocument(Node documentHandleNode) Commits the draft variant which is currently being edited.org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.commitEditableDocument(org.hippoecm.repository.api.Document editableDocument) Commits the draft variant which is currently being edited.WorkflowDocumentManagerImpl.copyDocument(String sourceDocumentLocation, String targetFolderLocation, String targetDocumentNodeName) Copies a document at the source document handle path (sourceDocumentLocation) to the target folder path (targetFolderLocation) with the given document node name (targetDocumentName).protected NodeDefaultBinaryImportTask.createBinaryHandleAndVariantNode(String primaryTypeName, Node folderNode, String name) Creates a binary handle and variant node and returns the binary handle node.WorkflowDocumentManagerImpl.createDocument(String folderLocation, String primaryTypeName, String nodeName, String locale, String localizedName) Creates a document in the specificfolderLocation.protected StringWorkflowDocumentVariantImportTask.createDocument(String primaryTypeName, String documentLocation, String locale, String localizedName) Create a document at the document handle node path (documentLocation) and returns the created document handle node path.protected StringWorkflowDocumentVariantImportTask.createDocumentFromVariantContentNode(String primaryTypeName, String documentLocation, String locale, String localizedName) Deprecated.renamed to #createDocumentvoidWorkflowDocumentManagerImpl.deleteDocument(String documentLocation) Deletes a document at at the given document handle path (documentLocation).booleanWorkflowDocumentManagerImpl.depublishDocument(String documentLocation) Takes offline the document at the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.disposeEditableDocument(String documentLocation) Discards the draft variant which is currently being edited.protected org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.disposeEditableDocument(Node documentHandleNode) Discards the draft variant which is currently being edited.org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.disposeEditableDocument(org.hippoecm.repository.api.Document editableDocument) Discards the draft variant which is currently being edited.booleanWorkflowDocumentManagerImpl.documentExists(String documentLocation) booleanWorkflowDocumentManagerImpl.folderExists(String folderLocation) WorkflowDocumentManagerImpl.getExistingDocumentPath(String documentLocation) WorkflowDocumentManagerImpl.getExistingFolderPath(String folderLocation) org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.obtainEditableDocument(String documentLocation) Obtains an editable draft variantDocumentunder the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.obtainEditableDocument(Node documentHandleNode) Obtains an editable draft variantDocumentof the given document handle node (documentHandleNode).booleanWorkflowDocumentManagerImpl.publishDocument(String documentLocation) Publishes the document at the given document handle path (documentLocation).org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.translateDocument(String sourceDocumentLocation, String targetLanguage, String targetDocumentNodeName) Translates a document at the document handle path (sourceDocumentLocation) tonameinlanguage.org.hippoecm.repository.api.DocumentWorkflowDocumentManagerImpl.translateFolder(String sourceFolderLocation, String targetLanguage, String targetFolderNodeName) Translates a folder at the folder path (sourceFolderLocation) tonameinlanguage.protected voidDefaultBinaryImportTask.updateBinaryHandleAndVariantNodeFromBinaryVariantContentNode(Node binaryHandleNode, org.onehippo.forge.content.pojo.model.ContentNode contentNode) Update binary handle and variant node from theContentNodedata containing the binary variant content data.protected StringWorkflowDocumentVariantImportTask.updateDocument(String documentLocation, org.onehippo.forge.content.pojo.model.ContentNode contentNode) Update the document located under the document handle node path (documentLocation) and returns the document handle node path where the content was updated.protected NodeWorkflowDocumentVariantImportTask.updateDocument(Node documentHandleNode, org.onehippo.forge.content.pojo.model.ContentNode contentNode) Update the document handle node (documentHandleNode) and returns the document handle node where the content was updated.protected StringWorkflowDocumentVariantImportTask.updateDocumentFromVariantContentNode(String documentLocation, org.onehippo.forge.content.pojo.model.ContentNode contentNode) Deprecated.renamed to #updateDocumentvoidWorkflowDocumentManagerImpl.updateEditableDocument(org.hippoecm.repository.api.Document editableDocument, org.onehippo.forge.content.pojo.model.ContentNode sourceContentNode) Update editableDocumentinstance (editableDocument) by the content of the givensourceContentNode.