Uses of Class
org.alfresco.service.cmr.transfer.TransferEvent.TransferState
-
Packages that use TransferEvent.TransferState 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. -
-
Uses of TransferEvent.TransferState in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return TransferEvent.TransferState Modifier and Type Method Description TransferEvent.TransferStateTransferEventImpl. getTransferState()Methods in org.alfresco.repo.transfer with parameters of type TransferEvent.TransferState Modifier and Type Method Description voidTransferEventImpl. setTransferState(TransferEvent.TransferState state)voidTransferEventProcessor. writeReport(org.alfresco.service.cmr.repository.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.TransferState Modifier and Type Method Description TransferEvent.TransferStateTransferEvent. getTransferState()Get the state of this transferstatic TransferEvent.TransferStateTransferEvent.TransferState. valueOf(java.lang.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.
-