Package | Description |
---|---|
org.alfresco.repo.transfer |
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
|
org.alfresco.service.cmr.transfer |
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
|
Modifier and Type | Class and Description |
---|---|
class |
TransferEndEventImpl
An abstract implementation of TransferEndEvent.
|
Modifier and Type | Class and Description |
---|---|
class |
TransferEventBegin
TransferEventBegin is produced when a transfer has started.
|
class |
TransferEventCancelled
The cancelled event indicates a transfer was aborted
|
class |
TransferEventCommittingStatus
TransferEventCommittingStatus are produced when a transfer is being committed.
|
class |
TransferEventEndState
An end state is produces when a transfer ends a state.
|
class |
TransferEventEnterState
An enter state is produced when a transfer enters a new state.
|
class |
TransferEventError
Indicates the reason why a transfer failed
|
class |
TransferEventReport
This event is that the destination transfer report has been written.
|
class |
TransferEventSendingContent
Ranged Transfer event for sending content (e.g.
|
class |
TransferEventSendingSnapshot
Event for sending the properties snapshot.
|
class |
TransferEventSentContent
Event for sent content.
|
class |
TransferEventSuccess
The success event indicates a successful transfer
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.