Interface ComparisonDialogOperation
public interface ComparisonDialogOperation
Operation for comparing two revisions of a 
DataProvider element.- Since:
- 5.2.190303
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final OperationType<ComparisonDialogOperation>Operation for comparing two revisions of aDataProviderelement.
- 
Method SummaryModifier and TypeMethodDescription@NotNull ComparisonDialogOperationbaseRevision(@Nullable Revision revision) Configures the base revision for the comparison dialog, displayed on the right side of the dialog.@NotNull ComparisonDialogOperationcompareToRevision(@Nullable Revision revision) Configures the revision to compare the base revision to, displayed on the left side of the dialog.@NotNull ComparisonDialogOperationConfigures the persistency languages to be shown in the comparison dialog.voidperform(@NotNull DataProvider element) Opens the comparison dialog using the configured settings.
- 
Field Details- 
TYPEOperation for comparing two revisions of aDataProviderelement.- Since:
- 5.2.190303
 
 
- 
- 
Method Details- 
baseRevisionConfigures the base revision for the comparison dialog, displayed on the right side of the dialog. The default value for the base revision is the current revision of the givenDataProvider.- Parameters:
- revision- The base revision.
- Returns:
- This operation instance.
- Since:
- 5.2.190303
 
- 
compareToRevision@NotNull @NotNull ComparisonDialogOperation compareToRevision(@Nullable @Nullable Revision revision) Configures the revision to compare the base revision to, displayed on the left side of the dialog. The default value for the compare revision is the release revision of theDataProvider, if available.- Parameters:
- revision- The compare revision.
- Returns:
- This operation instance.
- Since:
- 5.2.190303
 
- 
languagesConfigures the persistency languages to be shown in the comparison dialog. By default all persistency languages will be visualized.- Parameters:
- languages- The persistency languages to be displayed.
- Returns:
- This operation instance.
- Since:
- 5.2.190303
 
- 
performOpens the comparison dialog using the configured settings. This method will wait for the user to close the dialog.- Since:
- 5.2.190303
 
 
-