Uses of Enum Class
org.alfresco.service.cmr.transfer.TransferEvent.TransferState
Packages that use TransferEvent.TransferState
Package
Description
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of TransferEvent.TransferState in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return TransferEvent.TransferStateMethods in org.alfresco.repo.transfer with parameters of type TransferEvent.TransferStateModifier and TypeMethodDescriptionvoidTransferEventImpl.setTransferState(TransferEvent.TransferState state) voidTransferEventProcessor.writeReport(NodeRef nodeRef, TransferEventReport.ReportType reportType, TransferEvent.TransferState state) -
Uses of TransferEvent.TransferState in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer that return TransferEvent.TransferStateModifier and TypeMethodDescriptionTransferEvent.getTransferState()Get the state of this transferstatic TransferEvent.TransferStateReturns the enum constant of this class with the specified name.static TransferEvent.TransferState[]TransferEvent.TransferState.values()Returns an array containing the constants of this enum class, in the order they are declared.