Uses of Class
org.onehippo.forge.content.exim.core.ContentMigrationRecord
Packages that use ContentMigrationRecord
Package
Description
-
Uses of ContentMigrationRecord in org.onehippo.forge.content.exim.core
Methods in org.onehippo.forge.content.exim.core that return ContentMigrationRecordModifier and TypeMethodDescriptionContentMigrationTask.beginRecord(String contentId, String contentPath) Begins a new unit of content migration work item which can be identified by eithercontentIdorcontentPath.ContentMigrationTask.endRecord()Ends the current unit of content migration work item.Methods in org.onehippo.forge.content.exim.core that return types with arguments of type ContentMigrationRecordModifier and TypeMethodDescriptionContentMigrationTask.getContentMigrationRecords()Returns the collection containing all the content migration work item records. -
Uses of ContentMigrationRecord in org.onehippo.forge.content.exim.core.impl
Methods in org.onehippo.forge.content.exim.core.impl that return ContentMigrationRecordModifier and TypeMethodDescriptionAbstractContentMigrationTask.beginRecord(String contentId, String contentPath) Begins a new unit of content migration work item which can be identified by eithercontentIdorcontentPath.AbstractContentMigrationTask.endRecord()Ends the current unit of content migration work item.static ContentMigrationRecordAbstractContentMigrationTask.getCurrentContentMigrationRecord()Returns the currentContentMigrationRecordinstance in the current context thread.Methods in org.onehippo.forge.content.exim.core.impl that return types with arguments of type ContentMigrationRecordModifier and TypeMethodDescriptionAbstractContentMigrationTask.getContentMigrationRecords()Returns the collection containing all the content migration work item records. -
Uses of ContentMigrationRecord in org.onehippo.forge.content.exim.repository.jaxrs
Methods in org.onehippo.forge.content.exim.repository.jaxrs with parameters of type ContentMigrationRecordModifier and TypeMethodDescriptionprotected ResultItemAbstractContentEximService.recordToResultItem(ContentMigrationRecord record) Convert theContentMigrationRecordinstance to aResultIteminstance.