Interface ListingMergeConstants

    • Field Detail

      • CANCELED

        static final int CANCELED
        Conflict Option indicating the user canceled the merge.
        See Also:
        Constant Field Values
      • ASK_USER

        static final int ASK_USER
        Conflict Option indicating to prompt the user for a response.
        See Also:
        Constant Field Values
      • INFO_ROW

        static final int INFO_ROW
        Indicates a row on the conflicts panel is strictly information and doesn't contain a choice.
        See Also:
        Constant Field Values
      • KEEP_ORIGINAL

        static final int KEEP_ORIGINAL
        Keep the Original program's information to resolve a conflict.
        See Also:
        Constant Field Values
      • KEEP_LATEST

        static final int KEEP_LATEST
        Keep the Latest program's information to resolve a conflict.
        See Also:
        Constant Field Values
      • KEEP_MY

        static final int KEEP_MY
        Keep My program's information to resolve a conflict.
        See Also:
        Constant Field Values
      • KEEP_RESULT

        static final int KEEP_RESULT
        Keep Result program's existing information to resolve a conflict.
        See Also:
        Constant Field Values
      • KEEP_BOTH

        static final int KEEP_BOTH
        Keep both the Latest program's and My program's information to resolve a conflict.
        See Also:
        Constant Field Values
      • KEEP_ALL

        static final int KEEP_ALL
        Keep the Original program's, the Latest program's, and My program's information to resolve a conflict.
        See Also:
        Constant Field Values
      • REMOVE_LATEST

        static final int REMOVE_LATEST
        Remove the Latest program's conflict item to resolve a conflict.
        See Also:
        Constant Field Values
      • RENAME_LATEST

        static final int RENAME_LATEST
        Rename the conflict item as in the Latest program to resolve a conflict.
        See Also:
        Constant Field Values
      • REMOVE_MY

        static final int REMOVE_MY
        Remove the My program's conflict item to resolve a conflict.
        See Also:
        Constant Field Values
      • RENAME_MY

        static final int RENAME_MY
        Rename the conflict item as in My program to resolve a conflict.
        See Also:
        Constant Field Values
      • TRUNCATE_LENGTH

        static final int TRUNCATE_LENGTH
        Maximum length to display before truncating occurs in conflict panel. This is needed for comments, etc. which could be very large.
        See Also:
        Constant Field Values
      • LATEST_LIST_BUTTON_NAME

        static final java.lang.String LATEST_LIST_BUTTON_NAME
        See Also:
        Constant Field Values
      • CHECKED_OUT_LIST_BUTTON_NAME

        static final java.lang.String CHECKED_OUT_LIST_BUTTON_NAME
        See Also:
        Constant Field Values
      • CHECKED_OUT_BUTTON_NAME

        static final java.lang.String CHECKED_OUT_BUTTON_NAME
        See Also:
        Constant Field Values
      • ORIGINAL_BUTTON_NAME

        static final java.lang.String ORIGINAL_BUTTON_NAME
        See Also:
        Constant Field Values
      • LATEST_CHECK_BOX_NAME

        static final java.lang.String LATEST_CHECK_BOX_NAME
        See Also:
        Constant Field Values
      • CHECKED_OUT_CHECK_BOX_NAME

        static final java.lang.String CHECKED_OUT_CHECK_BOX_NAME
        See Also:
        Constant Field Values
      • ORIGINAL_CHECK_BOX_NAME

        static final java.lang.String ORIGINAL_CHECK_BOX_NAME
        See Also:
        Constant Field Values
      • CHECKED_OUT_LABEL_NAME

        static final java.lang.String CHECKED_OUT_LABEL_NAME
        See Also:
        Constant Field Values
      • REMOVE_LATEST_BUTTON_NAME

        static final java.lang.String REMOVE_LATEST_BUTTON_NAME
        See Also:
        Constant Field Values
      • RENAME_LATEST_BUTTON_NAME

        static final java.lang.String RENAME_LATEST_BUTTON_NAME
        See Also:
        Constant Field Values
      • REMOVE_CHECKED_OUT_BUTTON_NAME

        static final java.lang.String REMOVE_CHECKED_OUT_BUTTON_NAME
        See Also:
        Constant Field Values
      • RENAME_CHECKED_OUT_BUTTON_NAME

        static final java.lang.String RENAME_CHECKED_OUT_BUTTON_NAME
        See Also:
        Constant Field Values