A B C D E F G H I L M N O P Q R S T U W Z 
All Classes All Packages

A

AbstractContentEximService - Class in org.onehippo.forge.content.exim.repository.jaxrs
AbstractContentEximService.
AbstractContentEximService() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Default constructor.
AbstractContentExportTask - Class in org.onehippo.forge.content.exim.core.impl
Abstract content export task implementation class to provide common properties and utility operations.
AbstractContentExportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Constructs with documentManager.
AbstractContentImportTask - Class in org.onehippo.forge.content.exim.core.impl
Abstract content import task implementation class to provide common properties and utility operations.
AbstractContentImportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
Constructs with documentManager.
AbstractContentMigrationTask - Class in org.onehippo.forge.content.exim.core.impl
Abstract ContentMigrationTask implementation class to provide common properties and utility operations.
AbstractContentMigrationTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Constructs with documentManager.
accept(FileSelectInfo) - Method in class org.onehippo.forge.content.exim.core.util.FileFilterDepthSelector
Check if fileInfo is acceptable by using the internal filter.
accept(FileSelectInfo) - Method in class org.onehippo.forge.content.exim.core.util.NamePatternFileFilter
addEntryToZip(String, byte[], int, int, ZipArchiveOutputStream) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ZipCompressUtils
Add a ZIP entry to zipOutput with the given entryName and bytes starting from offset in length.
addEntryToZip(String, byte[], ZipArchiveOutputStream) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ZipCompressUtils
Add a ZIP entry to zipOutput with the given entryName and bytes.
addEntryToZip(String, String, String, ZipArchiveOutputStream) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ZipCompressUtils
Add a ZIP entry to zipOutput with the given entryName and string content in charsetName encoding.
addError(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
addFileEntriesInFolderToZip(File, String, ZipArchiveOutputStream) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ZipCompressUtils
Add ZIP entries to zipOutput by selecting all the descendant files under the baseFolder, starting with the ZIP entry name prefix.
addItem(ResultItem) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
AntPathMatcher - Class in org.onehippo.forge.content.exim.core.util
Note: Copied from the source of org.apache.camel.util.AntPathMatcher.
AntPathMatcher() - Constructor for class org.onehippo.forge.content.exim.core.util.AntPathMatcher
 
applyTagContentProperties(ContentNode, Set<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Apply tag field on the content node with give tagInfos list, each item of which should look like "myhippoproject:tags=a,b,c".
attachmentToString(Attachment, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Read the CXF attachment JAX-RS argument and convert it to a string.

B

beginRecord(String, String) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Begins a new unit of content migration work item which can be identified by either contentId or contentPath.
beginRecord(String, String) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Begins a new unit of content migration work item which can be identified by either contentId or contentPath.
BINARY_ATTACHMENT_REL_PATH - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Zip Entry name prefix for the binary attachments.
BinaryExportTask - Interface in org.onehippo.forge.content.exim.core
ContentMigrationTask to export binary (gallery/asset) data to ContentNode objects.
BinaryImportTask - Interface in org.onehippo.forge.content.exim.core
ContentMigrationTask to import binary (gallery/asset) data from ContentNode objects.

C

collectItemsFromExecutionParams(Session, ExecutionParams) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ResultItemSetCollector
Collect ResultItems from the given params by picking nodes from the given paths or querying nodes from the given queries.
commitEditableDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Commits the draft variant which is currently being edited.
commitEditableDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Commits the draft variant which is currently being edited.
commitEditableDocument(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Commits the draft variant which is currently being edited.
commitEditableDocument(Document) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Commits the draft variant which is currently being edited.
commitEditableDocument(Document) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Commits the draft variant which is currently being edited.
Constants - Class in org.onehippo.forge.content.exim.core
Module-wise constants.
containsStringValueInProperty(ContentNode, String, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Return true if the property (by the given propertyName) in the contentNode has the same string value as value.
ContentEximExportService - Class in org.onehippo.forge.content.exim.repository.jaxrs
Content-EXIM Export JAX-RS Service.
ContentEximExportService() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximExportService
 
ContentEximImportService - Class in org.onehippo.forge.content.exim.repository.jaxrs
Content-EXIM Import JAX-RS Service.
ContentEximImportService() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximImportService
 
ContentEximJaxrsDaemonModule - Class in org.onehippo.forge.content.exim.repository.jaxrs
DaemonModule implementation to register Content EXIM export and import JAX-RS services.
ContentEximJaxrsDaemonModule() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximJaxrsDaemonModule
 
ContentEximProcessStatusService - Class in org.onehippo.forge.content.exim.repository.jaxrs
Content-EXIM PS JAX-RS Service.
ContentEximProcessStatusService() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService
 
ContentFileObjectUtils - Class in org.onehippo.forge.content.exim.core.util
ContentFileObjectUtils providing utilities for FileObject and File.
ContentMigrationException - Exception in org.onehippo.forge.content.exim.core
ContentMigrationException thrown by ContentMigrationTask.
ContentMigrationException() - Constructor for exception org.onehippo.forge.content.exim.core.ContentMigrationException
 
ContentMigrationException(String) - Constructor for exception org.onehippo.forge.content.exim.core.ContentMigrationException
 
ContentMigrationException(String, Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.ContentMigrationException
 
ContentMigrationException(Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.ContentMigrationException
 
ContentMigrationRecord - Class in org.onehippo.forge.content.exim.core
Content Migration record which is used to keep execution information of a unit of content migration work item.
ContentMigrationRecord() - Constructor for class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Default constructor.
ContentMigrationTask - Interface in org.onehippo.forge.content.exim.core
Content Migration (Export or Import) Task interface.
contentNodeBinder - Variable in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
 
contentNodeBindingItemFilter - Variable in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
 
contentNodeMapper - Variable in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
 
contentNodeMappingItemFilter - Variable in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
 
ContentNodeUtils - Class in org.onehippo.forge.content.exim.core.util
Utilities to handle ContentNode objects.
ContentPathUtils - Class in org.onehippo.forge.content.exim.core.util
Content Node Path related utilities.
copyDocument(String, String, String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Copies a document at the source document handle path (sourceDocumentLocation) to the target folder path (targetFolderLocation) with the given document node name (targetDocumentName).
copyDocument(String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Copies a document at the source document handle path (sourceDocumentLocation) to the target folder path (targetFolderLocation) with the given document node name (targetDocumentName).
createBinaryHandleAndVariantNode(String, Node, String) - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
Creates a binary handle and variant node and returns the binary handle node.
createDocument(String, String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Create a document at the document handle node path (documentLocation) and returns the created document handle node path.
createDocument(String, String, String, String, String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Creates a document in the specific folderLocation.
createDocument(String, String, String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Creates a document in the specific folderLocation.
createDocumentFromVariantContentNode(String, String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Deprecated.
renamed to #createDocument
createMissingHippoBinaryFolders(Session, String, String, String[], String[]) - Static method in class org.onehippo.forge.content.exim.core.util.HippoBinaryNodeUtils
Checks if all the binary folders exist in the given absPath and creates binary folders if not existing.
createMissingHippoFolders(Session, String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Checks if all the folders exist in the given absPath and creates folders if not existing.
createOrUpdateBinaryFolder(String, String, String[], String[]) - Method in interface org.onehippo.forge.content.exim.core.BinaryImportTask
 
createOrUpdateBinaryFolder(String, String, String[], String[]) - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
createOrUpdateBinaryFromContentNode(ContentNode, String, String, String) - Method in interface org.onehippo.forge.content.exim.core.BinaryImportTask
Creates an imageset (e.g, hippogallery:imageset) content or an assetset (e.g, hippogallery:exampleAssetSet) content from a ContentNode object.
createOrUpdateBinaryFromContentNode(ContentNode, String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
Creates an imageset (e.g, hippogallery:imageset) content or an assetset (e.g, hippogallery:exampleAssetSet) content from a ContentNode object.
createOrUpdateDocumentFromVariantContentNode(ContentNode, String, String, String, String) - Method in interface org.onehippo.forge.content.exim.core.DocumentVariantImportTask
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.
createOrUpdateDocumentFromVariantContentNode(ContentNode, String, String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
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.
createSession() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Create a new JCR system session by impersonating the JCR session returned from AbstractContentEximService.getDaemonSession().
createTeeLogger(Logger, PrintStream) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Create a tee-ing logger.
createTempFile(String, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentFileObjectUtils
Create a temporary file by prefix and suffix and returns it as a FileObject.
createTempFile(String, String, FileObject) - Static method in class org.onehippo.forge.content.exim.core.util.ContentFileObjectUtils
Create a temporary file by prefix and suffix under directory and returns it as a FileObject.

D

debug(String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(Marker, String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(Marker, String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(Marker, String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(Marker, String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
debug(Marker, String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
DEFAULT_HTTP_FORWARDED_FOR_HEADER - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.util.ServletRequestUtils
Default HTTP Forwarded-For header name.
DEFAULT_PATH_SEPARATOR - Static variable in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Default path separator: "/"
DefaultBinaryExportTask - Class in org.onehippo.forge.content.exim.core.impl
Default BinaryExportTask implementation.
DefaultBinaryExportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.DefaultBinaryExportTask
Constructs with documentManager.
DefaultBinaryImportTask - Class in org.onehippo.forge.content.exim.core.impl
Default BinaryImportTask implementation.
DefaultBinaryImportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
Constructs with documentManager.
deleteDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Deletes a document at at the given document handle path (documentLocation).
deleteDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Deletes a document at at the given document handle path (documentLocation).
depublishDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Takes offline the document at the given document handle path (documentLocation).
depublishDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Takes offline the document at the given document handle path (documentLocation).
disposeEditableDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Discards the draft variant which is currently being edited.
disposeEditableDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Discards the draft variant which is currently being edited.
disposeEditableDocument(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Discards the draft variant which is currently being edited.
disposeEditableDocument(Document) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Discards the draft variant which is currently being edited.
disposeEditableDocument(Document) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Discards the draft variant which is currently being edited.
doConfigure(Node) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximJaxrsDaemonModule
 
documentExists(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns true if a document exists at documentLocation.
documentExists(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 
DocumentManager - Interface in org.onehippo.forge.content.exim.core
Hippo CMS Document/Folder Workflow manager.
DocumentManagerException - Exception in org.onehippo.forge.content.exim.core
DocumentManagerException thrown by DocumentManager.
DocumentManagerException() - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerException
 
DocumentManagerException(String) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerException
 
DocumentManagerException(String, Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerException
 
DocumentManagerException(Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerException
 
DocumentManagerNotFoundException - Exception in org.onehippo.forge.content.exim.core
DocumentManagerNotFoundException thrown by DocumentManager, when a folder or document is not found by a specified location information.
DocumentManagerNotFoundException() - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerNotFoundException
 
DocumentManagerNotFoundException(String) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerNotFoundException
 
DocumentManagerNotFoundException(String, Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerNotFoundException
 
DocumentManagerNotFoundException(Throwable) - Constructor for exception org.onehippo.forge.content.exim.core.DocumentManagerNotFoundException
 
DocumentVariantExportTask - Interface in org.onehippo.forge.content.exim.core
ContentMigrationTask to export document variant nodes to ContentNode objects.
DocumentVariantImportTask - Interface in org.onehippo.forge.content.exim.core
ContentMigrationTask to import ContentNode objects and create or update documents.
doInitialize(Session) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximJaxrsDaemonModule
 
doMatch(String, String, boolean, boolean) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Actually match the given path against the given pattern.
doShutdown() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximJaxrsDaemonModule
 

E

encodeNodePath(String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentPathUtils
Returns encoded node path where each node name in the nodePath is encoded by using Hippo CMS Default URI Encoding strategy.
endRecord() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Ends the current unit of content migration work item.
endRecord() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Ends the current unit of content migration work item.
error(String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(Marker, String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(Marker, String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(Marker, String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(Marker, String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
error(Marker, String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
ExecutionParams - Class in org.onehippo.forge.content.exim.repository.jaxrs.param
Content Export or Import Execution Parameters.
ExecutionParams() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
EXIM_EXECUTION_LOG_REL_PATH - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
The whole execution log file entry name.
EXIM_SUMMARY_BINARIES_LOG_REL_PATH - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Zip Entry name of the summary log for binaries.
EXIM_SUMMARY_DOCUMENTS_LOG_REL_PATH - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Zip Entry name of the summary log for documents.
exportBinarySetToContentNode(Node) - Method in interface org.onehippo.forge.content.exim.core.BinaryExportTask
Exports an imageset (e.g, hippogallery:imageset) node or an assetset (e.g, hippogallery:exampleAssetSet) node to a ContentNode object.
exportBinarySetToContentNode(Node) - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryExportTask
Exports an imageset (e.g, hippogallery:imageset) node or an assetset (e.g, hippogallery:exampleAssetSet) node to a ContentNode object.
exportContentToZip(SecurityContext, HttpServletRequest, String, String, String, String, String, String, String, String, Attachment) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximExportService
 
exportVariantToContentNode(Document) - Method in interface org.onehippo.forge.content.exim.core.DocumentVariantExportTask
Exports a document variant (Document), document, to a ContentNode object.
exportVariantToContentNode(Document) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantExportTask
Exports a document variant (Document), document, to a ContentNode object.
extractPathWithinPattern(String, String) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractTextFromBinariesAndSaveHippoTexts(Session, Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoBinaryNodeUtils
Finds binary resource node (hippo:resource) under the handle, extracts text content and saves hippo:text property if the binary data is application/pdf content.
extractTextFromBinariesAndSaveHippoTextsUnderHandlePath(Session, String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoBinaryNodeUtils
Finds binary resource node (hippo:resource) under the handlePath, extracts text content and saves hippo:text property if the binary data is application/pdf content.

F

FileFilterDepthSelector - Class in org.onehippo.forge.content.exim.core.util
A FileSelector that selects all files in a particular depth range, with filtering a file by the given FileFilter instance.
FileFilterDepthSelector(FileFilter, int, int) - Constructor for class org.onehippo.forge.content.exim.core.util.FileFilterDepthSelector
 
fillProcessStatusByRequestInfo(ProcessStatus, SecurityContext, HttpServletRequest) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Fill basic info from securityContext and request in process.
fillResultItemsForNodePaths(Session, Collection<String>, boolean, Set<String>, Result) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ResultItemSetCollector
Collect nodes from nodePaths with validations and fill ResultItem instances in resultOut.
fillResultItemsFromQueries(Session, Collection<String>, boolean, Set<String>, Result) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ResultItemSetCollector
Collect nodes by executing the queries with validations and fill ResultItem instances in resultOut.
findFilesByNamePattern(FileObject, String, int, int) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Finds files (type of FileObject) under baseFolder based on the file name pattern specified by the regular expression, nameRegex.
folderExists(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns true if a folder exists at folderLocation.
folderExists(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 

G

getAllProcessInfos() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService
 
getAssetFolderFolderTypes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getAssetFolderGalleryTypes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getAssetFolderPrimaryType() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getAttachmentByContentId(List<Attachment>, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Find the attachment in attachments list by the contentId.
getAttribute(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Finds and returns the attribute value by the name if found.
getAttributeAsAtomicInteger(String, boolean) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Gets an attribute value as AtomicInteger object if found.
getAttributeAsCollection(String, boolean) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Gets an attribute value as Collection object if found.
getAttributeAsString(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Gets an attribute value as String object if found.
getAttributeMap() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns an unmodifiable map of extra custom attributes.
getAttributeNames() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns an unmodifiable set of extra custom attribute names.
getBatchSize() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getBinaries() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getBinaryTags() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getBinaryValueFileFolder() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns base folder object of type FileObject, which is used as a base folder when storing a binary value into an external file.
getChildNodeOfType(Node, String, String...) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Finds a child node by childNodeName and childNodeTypes under the baseNode.
getClientInfo() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getCommandInfo() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getContentId() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns the content node identifier of the associated subject content processed.
getContentMigrationRecords() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Returns the collection containing all the content migration work item records.
getContentMigrationRecords() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns the collection containing all the content migration work item records.
getContentNodeBinder() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
Returns ContentNodeBinder instance.
getContentNodeBinder() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns ContentNodeBinder instance.
getContentNodeBindingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
Returns ContentNodeBindingItemFilter instance.
getContentNodeBindingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
Returns ContentNodeBindingItemFilter instance.
getContentNodeBindingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns ContentNodeBindingItemFilter instance.
getContentNodeBindingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Returns ContentNodeBindingItemFilter instance.
getContentNodeMapper() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Returns ContentNodeMapper instance.
getContentNodeMappingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Returns ContentNodeMappingItemFilter instance.
getContentNodeMappingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryExportTask
Returns ContentNodeMappingItemFilter instance.
getContentNodeMappingItemFilter() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantExportTask
Returns ContentNodeMappingItemFilter instance.
getContentPath() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns the content path of the associated subject content processed.
getContentType() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns the content primary node type name of the associated subject content processed.
getContentValueConverter() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns ContentValueConverter instance.
getCurrentContentMigrationRecord() - Static method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns the current ContentMigrationRecord instance in the current context thread.
getDaemonSession() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return the JCR session given by the DaemonModule.
getDataUrlSizeThreashold() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns the threshold binary value data size used to determine if the specific binary value data should be stored in either an embedded data: url inside a ContentNode object or an external file when the data size is bigger than the threshold.
getDataUrlSizeThreshold() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getDefaultUriEncoding() - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Return the default StringCodec used in folder and document node name generation.
getDefaultWorkflow(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns a DefaultWorkflow instance on documentHandleNode.
getDefaultWorkflowCategory() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the default workflow category.
getDocbasePropNames() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getDocumentManager() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns DocumentManager instance.
getDocuments() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getDocumentTags() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getDocumentTranslationWorkflowCategory() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the document translation workflow category.
getDocumentVariantByHippoStdState(Node, String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Finds a variant node by the HippoStdNodeType.HIPPOSTD_STATE property value such as HippoStdNodeType.PUBLISHED or HippoStdNodeType.UNPUBLISHED.
getDocumentVariantsMap(Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Returns a map of variant nodes, keyed by variant states such as HippoStdNodeType.PUBLISHED or HippoStdNodeType.UNPUBLISHED.
getDocumentVariantTranslationWorkflow(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns a document TranslationWorkflow instance on documentVariantNode.
getDocumentWorkflow(Node) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns a document workflow on documentHandleNode.
getDocumentWorkflow(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns a document workflow on documentHandleNode.
getDocumentWorkflowCategory() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the document workflow category.
getErrorMessage() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns the error detail message if the unit of content migration work item in this record failed.
getErrorMessage() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
getErrors() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getExcludes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
getExecutionParams() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getExistingDocumentHandleNode(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the physical document handle node for the logical document location.
getExistingDocumentHandleNode(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 
getExistingDocumentPath(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the physical document handle node path for the logical document location.
getExistingDocumentPath(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 
getExistingFolderNode(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the physical folder node for the logical folder location.
getExistingFolderNode(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 
getExistingFolderPath(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the physical folder node path for the logical folder location.
getExistingFolderPath(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
 
getFailedBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getFailedDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getFarthestRemoteAddr(HttpServletRequest) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ServletRequestUtils
Returns the remote client address.
getFirstVariantNode(Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Find and return the first found variant node under the handle node.
getFolderTranslationWorkflow(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns a folder TranslationWorkflow instance on folderNode.
getFolderTranslationWorkflowCategory() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the folder translation workflow category.
getFolderWorkflow(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns a folder workflow instance on folderNode.
getFolderWorkflowCategory() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the folder workflow category.
getGalleryFolderFolderTypes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getGalleryFolderGalleryTypes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getGalleryFolderPrimaryType() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getHippoDocumentHandle(Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Returns node if it is a document handle node or its parent if it is a document variant node.
getHippoWorkflow(Session, String, Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Returns Workflow instance by the category for the node.
getId() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getIncludes() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
getItems() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getLogFile() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getLogger() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Returns logger used by this task.
getLogger() - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the logger used by DocumentManager.
getLogger() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns logger used by this task.
getLogger() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the logger used by DocumentManager.
getLogsOfProcess(long) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService
 
getObjectMapper() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns ObjectMapper instance.
getObjectMapper() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return the default Jackson ObjectMapper instance.
getPath() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
getPaths() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
getPrimaryType() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
getProcessInfo(long) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService
 
getProcessMonitor() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
 
getProgress() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getProgress() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getPublishOnImport() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getQueriedNodePaths(Session, String, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Executes JCR query using the query statement in the query language and collect all the result node paths in a set to return.
getQueries() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
getRemoteAddrs(HttpServletRequest) - Static method in class org.onehippo.forge.content.exim.repository.jaxrs.util.ServletRequestUtils
Returns the remote host addresses related to this request.
getSession() - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Returns the JCR session.
getSession() - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Returns the JCR session.
getStartedTimeMillis() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Returns the started time milliseconds.
getStartedTimeMillis() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns the started time milliseconds.
getStartTimeMillis() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getStoppedTimeMillis() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Returns the stopped time milliseconds.
getStoppedTimeMillis() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Returns the stopped time milliseconds.
getSucceededBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getSucceededDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getSummary() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Return the execution summary.
getSummary() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
 
getThrottle() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
getTotalBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getTotalDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
getUsername() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
getUserPrincipalName(SecurityContext, HttpServletRequest) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Find user principal's name from securityContext or request.

H

HippoBinaryNodeUtils - Class in org.onehippo.forge.content.exim.core.util
Internal utility for Hippo binary related nodes.
HippoNodeUtils - Class in org.onehippo.forge.content.exim.core.util
Hippo specific node related utilities.
HTTP_FORWARDED_FOR_HEADER_PARAM - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.util.ServletRequestUtils
Servlet context init parameter name for custom HTTP Forwarded-For header name.

I

importContentFromZip(SecurityContext, HttpServletRequest, String, String, String, String, String, String, String, String, Attachment, Attachment) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.ContentEximImportService
 
includeFile(FileSelectInfo) - Method in class org.onehippo.forge.content.exim.core.util.FileFilterDepthSelector
incrementFailedBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
incrementFailedDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
incrementSucceededBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
incrementSucceededDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
incrementTotalBinaryCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
incrementTotalDocumentCount() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
info(String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(Marker, String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(Marker, String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(Marker, String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(Marker, String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
info(Marker, String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
isAssetPath(String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Return true if the path reflects a asset path in Hippo.
isBinaryPath(String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Return true if the path reflects a gallery or asset path in Hippo.
isBinaryPathIncluded(AntPathMatcher, ExecutionParams, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return true if the given path is included in the param's binary path includes parameter.
isDocumentHandleLive(Node) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Detects if the document handle is representing a live document at the moment.
isDocumentPath(String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Return true if the path reflects a document path in Hippo.
isDocumentPathIncluded(AntPathMatcher, ExecutionParams, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return true if the given path is included in the param's document path includes parameter.
isGalleryPath(String) - Static method in class org.onehippo.forge.content.exim.core.util.HippoNodeUtils
Return true if the path reflects a gallery path in Hippo.
isPattern(String) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Check if path is an ANT style pattern string.
isProcessed() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns true if the unit of content migration work item in this record was processed.
isStopRequested(FileObject) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return true if a stop signal file is found under the base folder.
isSucceeded() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Returns true if the unit of content migration work item in this record was done successfully.
isSucceeded() - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 

L

logSummary() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Logs the execution summary by using the logger.
logSummary() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Logs the execution summary by using the logger.

M

match(String, String) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Matches.
match(String, String, boolean) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Match.
matchStart(String, String) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Match starts.
matchStart(String, String, boolean) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Match starts.
META_PROP_NODE_LOCALIZED_NAME - Static variable in class org.onehippo.forge.content.exim.core.Constants
Meta property name to store a localized document name temporarily in a ContentNode object.
META_PROP_NODE_PATH - Static variable in class org.onehippo.forge.content.exim.core.Constants
Meta property name to store the original document handle node path temporarily in a ContentNode object.
MIRROR_DOCBASES_XPATH - Static variable in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Default JXPath expression to select all the nodes having hippo:docbase property.

N

NamePatternFileFilter - Class in org.onehippo.forge.content.exim.core.util
File name regular expression based FileFilter implementation.
NamePatternFileFilter(Pattern) - Constructor for class org.onehippo.forge.content.exim.core.util.NamePatternFileFilter
 

O

obtainEditableDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Obtains an editable draft variant Document under the given document handle path (documentLocation).
obtainEditableDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Obtains an editable draft variant Document under the given document handle path (documentLocation).
obtainEditableDocument(Node) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Obtains an editable draft variant Document of the given document handle node (documentHandleNode).
obtainEditableDocument(Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Obtains an editable draft variant Document of the given document handle node (documentHandleNode).
org.onehippo.forge.content.exim.core - package org.onehippo.forge.content.exim.core
 
org.onehippo.forge.content.exim.core.impl - package org.onehippo.forge.content.exim.core.impl
 
org.onehippo.forge.content.exim.core.util - package org.onehippo.forge.content.exim.core.util
 
org.onehippo.forge.content.exim.repository.jaxrs - package org.onehippo.forge.content.exim.repository.jaxrs
 
org.onehippo.forge.content.exim.repository.jaxrs.param - package org.onehippo.forge.content.exim.repository.jaxrs.param
 
org.onehippo.forge.content.exim.repository.jaxrs.status - package org.onehippo.forge.content.exim.repository.jaxrs.status
 
org.onehippo.forge.content.exim.repository.jaxrs.util - package org.onehippo.forge.content.exim.repository.jaxrs.util
 
overrideExecutionParamsByParameters(ExecutionParams, String, String, String, String, String, String, String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Override params by the give request parameter values.

P

parsePdfToString(File) - Static method in class org.onehippo.forge.content.exim.core.util.TikaUtils
Parses the given document and returns the extracted text content.
parsePdfToString(InputStream) - Static method in class org.onehippo.forge.content.exim.core.util.TikaUtils
Parses the given document and returns the extracted text content.
parsePdfToString(InputStream, Metadata) - Static method in class org.onehippo.forge.content.exim.core.util.TikaUtils
Parses the given document and returns the extracted text content.
parsePdfToString(InputStream, Metadata, int) - Static method in class org.onehippo.forge.content.exim.core.util.TikaUtils
Parses the given document and returns the extracted text content.
parsePdfToString(URL) - Static method in class org.onehippo.forge.content.exim.core.util.TikaUtils
Parses the given document and returns the extracted text content.
prependUrlPrefixInJcrDataValues(ContentNode, String, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Find a given urlPrefix in the URL value of jcr:data property, and prepend it with the given urlPrefix if the value starts with the startsWith.
ProcessStatus - Class in org.onehippo.forge.content.exim.repository.jaxrs.status
 
ProcessStatus(long, long) - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
PUBLISH_ON_IMPORT_ALL - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
An option of ExecutionParams.publishOnImport value, to publish a document automatically on import.
PUBLISH_ON_IMPORT_DEFAULT - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
The default option of ExecutionParams.publishOnImport value.
PUBLISH_ON_IMPORT_LIVE - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
An option of ExecutionParams.publishOnImport value, to publish a document automatically if the source of the content has hippo:availability property including live value.
PUBLISH_ON_IMPORT_NONE - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
An option of ExecutionParams.publishOnImport value, not to publish a document automatically on import.
publishDocument(String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Publishes the document at the given document handle path (documentLocation).
publishDocument(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Publishes the document at the given document handle path (documentLocation).

Q

QueriesAndPaths - Class in org.onehippo.forge.content.exim.repository.jaxrs.param
Queries and Paths.
QueriesAndPaths() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 

R

readContentNodeFromJsonFile(FileObject) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Reads sourceFile containing a ContentNode data in JSON format and returns a parsed ContentNode object.
readContentNodeFromJsonFile(FileObject) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Reads sourceFile containing a ContentNode data in JSON format and returns a parsed ContentNode object.
readContentNodeFromXmlFile(FileObject) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Reads sourceFile containing a ContentNode data in XML format and returns a parsed ContentNode object.
readContentNodeFromXmlFile(FileObject) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Reads sourceFile containing a ContentNode data in XML format and returns a parsed ContentNode object.
recordToResultItem(ContentMigrationRecord) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Convert the ContentMigrationRecord instance to a ResultItem instance.
removeAttribute(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Removes an attribute by name and returns the removed attribute value if found.
removeIndexNotationInNodePath(String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentPathUtils
Removes SNS (Same Name Sibling) index notation in the given nodePath.
removeUrlPrefixInJcrDataValues(ContentNode, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Find a given urlPrefix in the URL value of jcr:data property, and remove the prefix if the value starts with the urlPrefix.
replaceDocbasePropertiesByPaths(Session, ContentNode, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Selects all the ContentProperty objects under baseContentNode by the given JXPath expression, jxpath and replace the string docbase property value by the path of the JCR node found by the existing UUID string value.
replaceDocbasesByPaths(Session, ContentNode) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Selects all the ContentNode objects under baseContentNode by the default JXPath expression, ContentNodeUtils.MIRROR_DOCBASES_XPATH and replace the hippo:docbase property value by the path of the JCR node found by the existing UUID string value.
replaceDocbasesByPaths(Session, ContentNode, String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Selects all the ContentNode objects under baseContentNode by the given JXPath expression, jxpath and replace the hippo:docbase property value by the path of the JCR node found by the existing UUID string value.
replaceDocbasesByPaths(Session, ContentNode, String, Collection<String>) - Static method in class org.onehippo.forge.content.exim.core.util.ContentNodeUtils
Selects all the ContentNode objects under baseContentNode by the given JXPath expression, jxpath and replace the hippo:docbase property value by the path of the JCR node found by the existing UUID string value, and add those paths to paths collection.
Result - Class in org.onehippo.forge.content.exim.repository.jaxrs.param
Result representation.
Result() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
ResultItem - Class in org.onehippo.forge.content.exim.repository.jaxrs.param
Result item representation.
ResultItem() - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
ResultItem(String, String) - Constructor for class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
ResultItemSetCollector - Class in org.onehippo.forge.content.exim.repository.jaxrs.util
Utility to collect ResultItems based on various conditions.

S

ServletRequestUtils - Class in org.onehippo.forge.content.exim.repository.jaxrs.util
 
setAssetFolderFolderTypes(String[]) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setAssetFolderGalleryTypes(String[]) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setAssetFolderPrimaryType(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setAttribute(String, Object) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets an extra custom attribute.
setBatchSize(Integer) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setBinaries(QueriesAndPaths) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setBinaryTags(Set<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setBinaryValueFileFolder(FileObject) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Sets the base folder object of type FileObject, which is used as a base folder when storing a binary value into an external file.
setClientInfo(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
setCommandInfo(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
setContentId(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets the content node identifier of the associated subject content processing.
setContentNodeBinder(ContentNodeBinder<Node, ContentItem, Value>) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
Sets ContentNodeBinder instance.
setContentNodeBinder(ContentNodeBinder<Node, ContentItem, Value>) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets ContentNodeBinder instance.
setContentNodeBindingItemFilter(ContentNodeBindingItemFilter<ContentItem>) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentImportTask
Sets ContentNodeBindingItemFilter instance.
setContentNodeBindingItemFilter(ContentNodeBindingItemFilter<ContentItem>) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets ContentNodeBindingItemFilter instance.
setContentNodeMapper(ContentNodeMapper<Node, Item, Value>) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Sets ContentNodeMapper instance.
setContentNodeMappingItemFilter(ContentNodeMappingItemFilter<Item>) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Sets ContentNodeMappingItemFilter instance.
setContentPath(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets the content path of the associated subject content processing.
setContentType(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets the content primary node type name of the associated subject content processing.
setContentValueConverter(ContentValueConverter<Value>) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Sets ContentValueConverter.
setDaemonSession(Session) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Set the JCR session, supposed to be set by the DaemonModule.
setDataUrlSizeThreashold(long) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Sets the threshold binary value data size used to determine if the specific binary value data should be stored in either an embedded data: url inside a ContentNode object or an external file when the data size is bigger than the threshold.
setDataUrlSizeThreshold(Long) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setDefaultWorkflowCategory(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets the default workflow category.
setDocbasePropNames(Set<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setDocuments(QueriesAndPaths) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setDocumentTags(Set<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setDocumentTranslationWorkflowCategory(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets the document translation workflow category.
setDocumentWorkflowCategory(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets the document workflow category
setErrorMessage(String) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Set the error detail message if the unit of content migration work item in this record failed.
setErrorMessage(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
setErrors(List<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setExcludes(List<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
setExecutionParams(ExecutionParams) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
setFailedBinaryCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setFailedDocumentCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setFolderTranslationWorkflowCategory(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets the folder translation workflow category.
setFolderWorkflowCategory(String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets the folder workflow category.
setGalleryFolderFolderTypes(String[]) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setGalleryFolderGalleryTypes(String[]) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setGalleryFolderPrimaryType(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setIncludes(List<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
setItems(List<ResultItem>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setLogFile(File) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
setLogger(Logger) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Sets a logger to be used by this task.
setLogger(Logger) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Sets a logger to DocumentManager.
setLogger(Logger) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Sets a logger to be used by this task.
setLogger(Logger) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Sets a logger to DocumentManager.
setMetaProperties(ContentNode, Node) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentExportTask
Set meta properties such as Constants.META_PROP_NODE_PATH and Constants.META_PROP_NODE_LOCALIZED_NAME, which might be helpful when importing back later.
setObjectMapper(ObjectMapper) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Sets ObjectMapper instance.
setPath(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
setPaths(List<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
setPathSeparator(String) - Method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Set the path separator to use for pattern parsing.
setPrimaryType(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
setProcessed(boolean) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets whether or not the unit of content migration work item in this record was processed.
setProcessMonitor(ProcessMonitor) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
 
setProgress(double) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
setPublishOnImport(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setQueries(List<String>) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.QueriesAndPaths
 
setSucceeded(boolean) - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
Sets whether or not the unit of content migration work item in this record was done successfully.
setSucceeded(boolean) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ResultItem
 
setSucceededBinaryCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setSucceededDocumentCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setThrottle(Long) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.ExecutionParams
 
setTotalBinaryCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setTotalDocumentCount(int) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.param.Result
 
setUsername(String) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.status.ProcessStatus
 
splitToFolderPathAndName(String) - Static method in class org.onehippo.forge.content.exim.core.util.ContentPathUtils
Splits the given contentLocation to an array which consists of a folder path and the node name.
start() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Starts this task.
start() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Starts this task.
stop() - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Stops this task.
stop() - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Stops this task.
STOP_REQUEST_FILE_REL_PATH - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Stop signal file's relative path under the zip creating base folder.
SYSTEM_CREDENTIALS - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
System session credentials.

T

TeeLoggerWrapper - Class in org.onehippo.forge.content.exim.core.util
Tee-ing LoggerWrapper, wrapping a logger while tee-ing to the second logger.
TeeLoggerWrapper(Logger, Logger) - Constructor for class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
Wrapping the logger while tee-ing to the second logger.
TEMP_PREFIX - Static variable in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Prefix of the temporary folder or files.
TikaUtils - Class in org.onehippo.forge.content.exim.core.util
Apache Tika utilities.
toFile(FileObject) - Static method in class org.onehippo.forge.content.exim.core.util.ContentFileObjectUtils
Converts fileObject to a File instance and return it if fileObject is a local file.
toFileObject(File) - Static method in class org.onehippo.forge.content.exim.core.util.ContentFileObjectUtils
Creates a FileObject from the give local File object (file).
toJsonString(Object) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Return a JSON string by stringifying the object with the Jackson ObjectMapper.
tokenizeToStringArray(String, String) - Static method in class org.onehippo.forge.content.exim.core.util.AntPathMatcher
Tokenize the given String into a String array via a StringTokenizer.
toString() - Method in class org.onehippo.forge.content.exim.core.ContentMigrationRecord
 
trace(String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(Marker, String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(Marker, String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(Marker, String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(Marker, String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
trace(Marker, String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
transferAttachmentToFile(Attachment, File) - Method in class org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
Transfer attachment content into the given file.
translateDocument(String, String, String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Translates a document at the document handle path (sourceDocumentLocation) to name in language.
translateDocument(String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Translates a document at the document handle path (sourceDocumentLocation) to name in language.
translateFolder(String, String, String) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Translates a folder at the folder path (sourceFolderLocation) to name in language.
translateFolder(String, String, String) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Translates a folder at the folder path (sourceFolderLocation) to name in language.

U

updateBinaryHandleAndVariantNodeFromBinaryVariantContentNode(Node, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.DefaultBinaryImportTask
Update binary handle and variant node from the ContentNode data containing the binary variant content data.
updateDocument(String, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Update the document located under the document handle node path (documentLocation) and returns the document handle node path where the content was updated.
updateDocument(Node, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Update the document handle node (documentHandleNode) and returns the document handle node where the content was updated.
updateDocument(Document, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Update the editable document represented by the (editabledocument) argument and returns the document handle node content was updated.
updateDocumentFromVariantContentNode(String, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Deprecated.
renamed to #updateDocument
updateDocumentFromVariantContentNode(ContentNode, Node) - Method in interface org.onehippo.forge.content.exim.core.DocumentVariantImportTask
Updates the document given by documentHandle from the POJO contentNode.
updateDocumentFromVariantContentNode(ContentNode, Node) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
 
updateEditableDocument(Document, ContentNode) - Method in interface org.onehippo.forge.content.exim.core.DocumentManager
Update editable Document instance (editableDocument) by the content of the given sourceContentNode.
updateEditableDocument(Document, ContentNode) - Method in class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Update editable Document instance (editableDocument) by the content of the given sourceContentNode.

W

warn(String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(Marker, String) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(Marker, String, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(Marker, String, Object...) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(Marker, String, Object, Object) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
warn(Marker, String, Throwable) - Method in class org.onehippo.forge.content.exim.core.util.TeeLoggerWrapper
 
WorkflowDocumentManagerImpl - Class in org.onehippo.forge.content.exim.core.impl
Default implementation for DocumentManager using Hippo Workflow APIs.
WorkflowDocumentManagerImpl(Session) - Constructor for class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl
Constructs with session.
WorkflowDocumentVariantExportTask - Class in org.onehippo.forge.content.exim.core.impl
DocumentVariantExportTask implementation using Hippo Repository Workflow APIs.
WorkflowDocumentVariantExportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantExportTask
Constructs with documentManager.
WorkflowDocumentVariantImportTask - Class in org.onehippo.forge.content.exim.core.impl
DocumentVariantImportTask implementation using Hippo Repository Workflow APIs.
WorkflowDocumentVariantImportTask(DocumentManager) - Constructor for class org.onehippo.forge.content.exim.core.impl.WorkflowDocumentVariantImportTask
Constructs with documentManager.
writeContentNodeToJsonFile(ContentNode, FileObject) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Writes contentNode object into targetFile in JSON format.
writeContentNodeToJsonFile(ContentNode, FileObject) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Writes contentNode object into targetFile in JSON format.
writeContentNodeToXmlFile(ContentNode, FileObject) - Method in interface org.onehippo.forge.content.exim.core.ContentMigrationTask
Writes contentNode object into targetFile in XML format.
writeContentNodeToXmlFile(ContentNode, FileObject) - Method in class org.onehippo.forge.content.exim.core.impl.AbstractContentMigrationTask
Writes contentNode object into targetFile in XML format.

Z

ZipCompressUtils - Class in org.onehippo.forge.content.exim.repository.jaxrs.util
ZIP Compressing Utilities.
A B C D E F G H I L M N O P Q R S T U W Z 
All Classes All Packages