Package | Description |
---|---|
org.alfresco.repo.replication | |
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.repo.transfer.report |
Provides the implementation of the client side transfer report which records details of a transfer.
|
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 | Method and Description |
---|---|
void |
ReplicationActionExecutor.ReplicationDefinitionLockExtender.processEvent(TransferEvent event)
No matter what the event is, refresh
our lock on the
ReplicationDefinition , and
handle a cancel if it was requested. |
Modifier and Type | Class and Description |
---|---|
class |
TransferEndEventImpl
An abstract implementation of TransferEndEvent.
|
class |
TransferEventImpl
An abstract implementation of TransferEvent.
|
Modifier and Type | Method and Description |
---|---|
AttributesImpl |
XMLTransferEventFormatter.getAttributes(TransferEvent event) |
String |
XMLTransferEventFormatter.getElementName(TransferEvent event) |
static XMLTransferEventFormatter |
XMLTransferEventFormatterFactory.getFormatter(TransferEvent event) |
String |
XMLTransferEventFormatter.getMessage(TransferEvent event) |
void |
XMLTransferReportWriter.writeTransferEvent(TransferEvent event)
Write the transfer event
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
TransferReporter.createTransferReport(String transferName,
Exception e,
TransferTarget target,
TransferDefinition definition,
List<TransferEvent> events,
File snapshotFile)
Create a transfer report of failure
|
org.alfresco.service.cmr.repository.NodeRef |
TransferReporterImpl.createTransferReport(String transferName,
Exception e,
TransferTarget target,
TransferDefinition definition,
List<TransferEvent> events,
File snapshotFile)
Write exception transfer report
|
org.alfresco.service.cmr.repository.NodeRef |
TransferReporter.createTransferReport(String transferName,
Transfer transfer,
TransferTarget target,
TransferDefinition definition,
List<TransferEvent> events,
File snapshotFile)
Create a transfer report of success
|
org.alfresco.service.cmr.repository.NodeRef |
TransferReporterImpl.createTransferReport(String transferName,
Transfer transfer,
TransferTarget target,
TransferDefinition definition,
List<TransferEvent> events,
File snapshotFile)
Create a new transfer report of success
|
void |
XMLTransferReportWriter.writeTransferEvents(List<TransferEvent> events)
Write the transfer manifest header
|
Modifier and Type | Interface and Description |
---|---|
interface |
RangedTransferEvent
A Ranged Transfer event is a detail record for a State that has many smaller steps.
|
interface |
TransferEndEvent
TransferEvents are produced by the Transfer service during an in flight
transfer.
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TransferCallback.processEvent(TransferEvent event)
processEvent
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.