Uses of Class
org.onehippo.forge.content.exim.core.ContentMigrationException
Packages that use ContentMigrationException
-
Uses of ContentMigrationException in org.onehippo.forge.content.exim.core
Methods in org.onehippo.forge.content.exim.core that throw ContentMigrationExceptionModifier and TypeMethodDescriptionBinaryImportTask.createOrUpdateBinaryFolder
(String folderLocation, String primaryTypeName, String[] folderTypes, String[] galleryTypes) BinaryImportTask.createOrUpdateBinaryFromContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, String primaryTypeName, String folderPath, String name) Creates an imageset (e.g,hippogallery:imageset
) content or an assetset (e.g,hippogallery:exampleAssetSet
) content from aContentNode
object.DocumentVariantImportTask.createOrUpdateDocumentFromVariantContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, String primaryTypeName, String documentLocation, String locale, String localizedName) Creates or updates the document as primary node type ofprimaryTypeName
at the document handle node path (documentHandlePath
) with a localized document name (localizedName
) for the specificlocale
.org.onehippo.forge.content.pojo.model.ContentNode
BinaryExportTask.exportBinarySetToContentNode
(Node imageSetOrAssetSetNode) Exports an imageset (e.g,hippogallery:imageset
) node or an assetset (e.g,hippogallery:exampleAssetSet
) node to aContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
DocumentVariantExportTask.exportVariantToContentNode
(org.hippoecm.repository.api.Document document) Exports a document variant (Document
),document
, to aContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
ContentMigrationTask.readContentNodeFromJsonFile
(org.apache.commons.vfs2.FileObject sourceFile) ReadssourceFile
containing aContentNode
data in JSON format and returns a parsedContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
ContentMigrationTask.readContentNodeFromXmlFile
(org.apache.commons.vfs2.FileObject sourceFile) ReadssourceFile
containing aContentNode
data in XML format and returns a parsedContentNode
object.DocumentVariantImportTask.updateDocumentFromVariantContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, Node documentNode) Updates the document given bydocumentHandle
from the POJOcontentNode
.void
ContentMigrationTask.writeContentNodeToJsonFile
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile) WritescontentNode
object intotargetFile
in JSON format.void
ContentMigrationTask.writeContentNodeToXmlFile
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile) WritescontentNode
object intotargetFile
in XML format. -
Uses of ContentMigrationException in org.onehippo.forge.content.exim.core.impl
Methods in org.onehippo.forge.content.exim.core.impl that throw ContentMigrationExceptionModifier and TypeMethodDescriptionDefaultBinaryImportTask.createOrUpdateBinaryFolder
(String folderLocation, String primaryTypeName, String[] folderTypes, String[] galleryTypes) DefaultBinaryImportTask.createOrUpdateBinaryFromContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, String primaryTypeName, String folderPath, String name) Creates an imageset (e.g,hippogallery:imageset
) content or an assetset (e.g,hippogallery:exampleAssetSet
) content from aContentNode
object.WorkflowDocumentVariantImportTask.createOrUpdateDocumentFromVariantContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, String primaryTypeName, String documentLocation, String locale, String localizedName) Creates or updates the document as primary node type ofprimaryTypeName
at the document handle node path (documentHandlePath
) with a localized document name (localizedName
) for the specificlocale
.org.onehippo.forge.content.pojo.model.ContentNode
DefaultBinaryExportTask.exportBinarySetToContentNode
(Node imageSetOrAssetSetNode) Exports an imageset (e.g,hippogallery:imageset
) node or an assetset (e.g,hippogallery:exampleAssetSet
) node to aContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
WorkflowDocumentVariantExportTask.exportVariantToContentNode
(org.hippoecm.repository.api.Document document) Exports a document variant (Document
),document
, to aContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
AbstractContentMigrationTask.readContentNodeFromJsonFile
(org.apache.commons.vfs2.FileObject sourceFile) ReadssourceFile
containing aContentNode
data in JSON format and returns a parsedContentNode
object.org.onehippo.forge.content.pojo.model.ContentNode
AbstractContentMigrationTask.readContentNodeFromXmlFile
(org.apache.commons.vfs2.FileObject sourceFile) ReadssourceFile
containing aContentNode
data in XML format and returns a parsedContentNode
object.WorkflowDocumentVariantImportTask.updateDocumentFromVariantContentNode
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, Node documentNode) void
AbstractContentMigrationTask.writeContentNodeToJsonFile
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile) WritescontentNode
object intotargetFile
in JSON format.void
AbstractContentMigrationTask.writeContentNodeToXmlFile
(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile) WritescontentNode
object intotargetFile
in XML format.