Uses of Class
org.onehippo.forge.content.exim.core.ContentMigrationException

Packages that use ContentMigrationException
  • Uses of ContentMigrationException in org.onehippo.forge.content.exim.core

    Modifier and Type
    Method
    Description
    BinaryImportTask.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 a ContentNode 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 of primaryTypeName at the document handle node path (documentHandlePath) with a localized document name (localizedName) for the specific locale.
    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 a ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    DocumentVariantExportTask.exportVariantToContentNode(org.hippoecm.repository.api.Document document)
    Exports a document variant (Document), document, to a ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    ContentMigrationTask.readContentNodeFromJsonFile(org.apache.commons.vfs2.FileObject sourceFile)
    Reads sourceFile containing a ContentNode data in JSON format and returns a parsed ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    ContentMigrationTask.readContentNodeFromXmlFile(org.apache.commons.vfs2.FileObject sourceFile)
    Reads sourceFile containing a ContentNode data in XML format and returns a parsed ContentNode object.
    DocumentVariantImportTask.updateDocumentFromVariantContentNode(org.onehippo.forge.content.pojo.model.ContentNode contentNode, Node documentNode)
    Updates the document given by documentHandle from the POJO contentNode.
    void
    ContentMigrationTask.writeContentNodeToJsonFile(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile)
    Writes contentNode object into targetFile in JSON format.
    void
    ContentMigrationTask.writeContentNodeToXmlFile(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile)
    Writes contentNode object into targetFile in XML format.
  • Uses of ContentMigrationException in org.onehippo.forge.content.exim.core.impl

    Modifier and Type
    Method
    Description
    DefaultBinaryImportTask.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 a ContentNode 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 of primaryTypeName at the document handle node path (documentHandlePath) with a localized document name (localizedName) for the specific locale.
    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 a ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    WorkflowDocumentVariantExportTask.exportVariantToContentNode(org.hippoecm.repository.api.Document document)
    Exports a document variant (Document), document, to a ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    AbstractContentMigrationTask.readContentNodeFromJsonFile(org.apache.commons.vfs2.FileObject sourceFile)
    Reads sourceFile containing a ContentNode data in JSON format and returns a parsed ContentNode object.
    org.onehippo.forge.content.pojo.model.ContentNode
    AbstractContentMigrationTask.readContentNodeFromXmlFile(org.apache.commons.vfs2.FileObject sourceFile)
    Reads sourceFile containing a ContentNode data in XML format and returns a parsed ContentNode 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)
    Writes contentNode object into targetFile in JSON format.
    void
    AbstractContentMigrationTask.writeContentNodeToXmlFile(org.onehippo.forge.content.pojo.model.ContentNode contentNode, org.apache.commons.vfs2.FileObject targetFile)
    Writes contentNode object into targetFile in XML format.