Serialized Form
-
Package org.onehippo.forge.content.exim.core
-
Exception org.onehippo.forge.content.exim.core.ContentMigrationException
class ContentMigrationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.onehippo.forge.content.exim.core.ContentMigrationRecord
class ContentMigrationRecord extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes Any extra attributes storing custom data. -
contentId
String contentId
Content primary node identifier of the associated subject content processed. -
contentPath
String contentPath
Content primary node handle path of the associated subject content processed. -
contentType
String contentType
Content primary node type name of the associated subject content processed. -
errorMessage
String errorMessage
Error detail message when it was not done successfully. -
processed
boolean processed
Whether or not this unit of work item was processed. -
succeeded
boolean succeeded
Whether or not this unit of work item was done successfully.
-
-
Exception org.onehippo.forge.content.exim.core.DocumentManagerException
class DocumentManagerException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.onehippo.forge.content.exim.core.DocumentManagerNotFoundException
class DocumentManagerNotFoundException extends DocumentManagerException implements Serializable- serialVersionUID:
- 1L
-