- Enclosing interface:
EntityExport
public static interface EntityExport.Builder
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecifies the connection providerstatic interfaceSpecifies the entities to exportstatic interfaceSpecifies the export outputstatic interfaceSpecifies the export settings -
Method Summary
Modifier and TypeMethodDescriptioncancel(ObservableState cancel) voidexport()Performs the export
-
Method Details
-
handler
- Parameters:
handler- receives each entity after it's been processed- Returns:
- this
EntityExport.Builder
-
cancel
- Parameters:
cancel- indicates whether the export should be cancelled- Returns:
- this
EntityExport.Builder
-
export
void export()Performs the export
-