Class TransferEventBegin

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

public class TransferEventBegin extends TransferEventImpl
TransferEventBegin is produced when a transfer has started.
  • Constructor Details

    • TransferEventBegin

      public TransferEventBegin()
  • 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
    • setTransferId

      public void setTransferId(String transferId)
    • getTransferId

      public String getTransferId()