Serialized Form
-
Package com.liferay.headless.batch.engine.dto.v1_0
-
Class com.liferay.headless.batch.engine.dto.v1_0.ExportTask
class ExportTask extends Object implements Serializable-
Serialized Fields
-
_classNameSupplier
Supplier<String> _classNameSupplier
-
_contentTypeSupplier
Supplier<String> _contentTypeSupplier
-
_endTimeSupplier
Supplier<Date> _endTimeSupplier
-
_errorMessageSupplier
Supplier<String> _errorMessageSupplier
-
_executeStatusSupplier
Supplier<ExportTask.ExecuteStatus> _executeStatusSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_processedItemsCountSupplier
Supplier<Integer> _processedItemsCountSupplier
-
_startTimeSupplier
Supplier<Date> _startTimeSupplier
-
_totalItemsCountSupplier
Supplier<Integer> _totalItemsCountSupplier
-
className
String className
-
contentType
String contentType
-
endTime
Date endTime
-
errorMessage
String errorMessage
-
executeStatus
ExportTask.ExecuteStatus executeStatus
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
processedItemsCount
Integer processedItemsCount
-
startTime
Date startTime
-
totalItemsCount
Integer totalItemsCount
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.batch.engine.dto.v1_0.FailedItem
class FailedItem extends Object implements Serializable-
Serialized Fields
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_itemIndexSupplier
Supplier<Integer> _itemIndexSupplier
-
_itemSupplier
Supplier<String> _itemSupplier
-
_messageSupplier
Supplier<String> _messageSupplier
-
item
String item
-
itemIndex
Integer itemIndex
-
message
String message
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.batch.engine.dto.v1_0.ImportTask
class ImportTask extends Object implements Serializable-
Serialized Fields
-
_classNameSupplier
Supplier<String> _classNameSupplier
-
_contentTypeSupplier
Supplier<String> _contentTypeSupplier
-
_endTimeSupplier
Supplier<Date> _endTimeSupplier
-
_errorMessageSupplier
Supplier<String> _errorMessageSupplier
-
_executeStatusSupplier
Supplier<ImportTask.ExecuteStatus> _executeStatusSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_failedItemsSupplier
Supplier<FailedItem[]> _failedItemsSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_importStrategySupplier
Supplier<ImportTask.ImportStrategy> _importStrategySupplier
-
_operationSupplier
Supplier<ImportTask.Operation> _operationSupplier
-
_processedItemsCountSupplier
Supplier<Integer> _processedItemsCountSupplier
-
_startTimeSupplier
Supplier<Date> _startTimeSupplier
-
_totalItemsCountSupplier
Supplier<Integer> _totalItemsCountSupplier
-
className
String className
-
contentType
String contentType
-
endTime
Date endTime
-
errorMessage
String errorMessage
-
executeStatus
ImportTask.ExecuteStatus executeStatus
-
externalReferenceCode
String externalReferenceCode
-
failedItems
FailedItem[] failedItems
-
id
Long id
-
importStrategy
ImportTask.ImportStrategy importStrategy
-
operation
ImportTask.Operation operation
-
processedItemsCount
Integer processedItemsCount
-
startTime
Date startTime
-
totalItemsCount
Integer totalItemsCount
-
xClassName
String xClassName
-
-
-