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 | Method and Description |
---|---|
TransferEvent.TransferState |
TransferEventImpl.getTransferState() |
Modifier and Type | Method and Description |
---|---|
void |
TransferEventImpl.setTransferState(TransferEvent.TransferState state) |
void |
TransferEventProcessor.writeReport(org.alfresco.service.cmr.repository.NodeRef nodeRef,
TransferEventReport.ReportType reportType,
TransferEvent.TransferState state) |
Modifier and Type | Method and Description |
---|---|
TransferEvent.TransferState |
TransferEvent.getTransferState()
Get the state of this transfer
|
static TransferEvent.TransferState |
TransferEvent.TransferState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferEvent.TransferState[] |
TransferEvent.TransferState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.