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 eithercontentId
orcontentPath
.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 eithercontentId
orcontentPath
.AbstractContentMigrationTask.endRecord()
Ends the current unit of content migration work item.static ContentMigrationRecord
AbstractContentMigrationTask.getCurrentContentMigrationRecord()
Returns the currentContentMigrationRecord
instance 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 ResultItem
AbstractContentEximService.recordToResultItem
(ContentMigrationRecord record) Convert theContentMigrationRecord
instance to aResultItem
instance.