Class TransferEventCommittingStatus

java.lang.Object
org.alfresco.repo.transfer.TransferEventImpl
org.alfresco.service.cmr.transfer.TransferEventCommittingStatus
All Implemented Interfaces:
RangedTransferEvent, TransferEvent

public class TransferEventCommittingStatus extends TransferEventImpl implements RangedTransferEvent
TransferEventCommittingStatus are produced when a transfer is being committed. The range can be used to produce a "progress bar"
  • Constructor Details

    • TransferEventCommittingStatus

      public TransferEventCommittingStatus()
  • Method Details

    • toString

      public String toString()
      Description copied from class: TransferEventImpl
      A simple human readable summary of this event, the format of this string is not guaranteed and is liable to change.
      Overrides:
      toString in class TransferEventImpl