Uses of Class
org.alfresco.service.cmr.transfer.TransferException
Packages that use TransferException
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 TransferException in org.alfresco.repo.transfer
Subclasses of TransferException in org.alfresco.repo.transferMethods in org.alfresco.repo.transfer that throw TransferExceptionModifier and TypeMethodDescriptionvoidvoidAbort the transfervoidContentChunker.addContent(ContentData data) add content data to the chunkervoidContentChunkerImpl.addContent(ContentData data) HttpClientTransmitterImpl.begin(TransferTarget target, String fromRepositoryId, TransferVersion fromVersion) TransferTransmitter.begin(TransferTarget target, String fromRepositoryId, TransferVersion fromVersion) Begin a transfer, the transfer object returned will be used by subsequent calls to the transfer service.voidorg.alfresco.repo.transfer.RepoTransferReceiverImpl.LockvoidvoidvoidvoidContentChunker.flush()flush any remaining content datavoidContentChunkerImpl.flush()voidRepoTransferReceiverImpl.generateRequsite(String transferId, OutputStream out) Generate the requsiteLoggingTransferProgressMonitorImpl.getLogInputStream(String transferId) RepoTransferProgressMonitorImpl.getLogInputStream(String transferId) TransferProgressMonitor.getLogInputStream(String transferId) AbstractTransferProgressMonitor.getProgress(String transferId) LoggingTransferProgressMonitorImpl.getProgress(String transferId) TransferProgressMonitor.getProgress(String transferId) Read the progress of theGet the status of an in process transfervoidLoggingTransferProgressMonitorImpl.logComment(String transferId, Object obj) voidTransferProgressMonitor.logComment(String transferId, Object obj) log an ad-hoc messagevoidLoggingTransferProgressMonitorImpl.logException(String transferId, Object obj, Throwable ex) voidTransferProgressMonitor.logException(String transferId, Object obj, Throwable ex) log an ad-hoc message and an exceptionvoidTransferSummaryReport.logSummaryComment(Object obj) log an ad-hoc messagevoidTransferSummaryReportImpl.logSummaryComment(Object obj) voidTransferSummaryReport.logSummaryException(Object obj, Throwable ex) log an ad-hoc message and an exceptionvoidTransferSummaryReportImpl.logSummaryException(Object obj, Throwable ex) voidTransferSummaryReport.logSummaryUpdateStatus(TransferProgress.Status status) update the status of the transfervoidTransferSummaryReportImpl.logSummaryUpdateStatus(TransferProgress.Status status) voidvoidvoidvoidContentChunkProcessor.processChunk(Set<ContentData> data) process this chunk of content datavoidRepoTransferReceiverImpl.saveContent(String transferId, String contentFileId, InputStream contentStream) voidRepoTransferReceiverImpl.saveSnapshot(String transferId, InputStream openStream) voidHttpClientTransmitterImpl.sendContent(Transfer transfer, Set<ContentData> data) voidHttpClientTransmitterImpl.sendManifest(Transfer transfer, File manifest, OutputStream result) voidTransferTransmitter.sendManifest(Transfer transfer, File manifest, OutputStream results) voidAbstractTransferProgressMonitor.updateProgress(String transferId, int currPos) voidAbstractTransferProgressMonitor.updateProgress(String transferId, int currPos, int endPos) voidLoggingTransferProgressMonitorImpl.updateProgress(String transferId, int currPos) voidLoggingTransferProgressMonitorImpl.updateProgress(String transferId, int currPos, int endPos) voidTransferProgressMonitor.updateProgress(String transferId, int currPos) update the progress of the specified transfervoidTransferProgressMonitor.updateProgress(String transferId, int currPos, int endPos) update the progress of the specified transfer and possibly change the end position.final voidAbstractTransferProgressMonitor.updateStatus(String transferId, TransferProgress.Status status) voidLoggingTransferProgressMonitorImpl.updateStatus(String transferId, TransferProgress.Status status) voidTransferProgressMonitor.updateStatus(String transferId, TransferProgress.Status status) update the startus of the transfervoidTransferServiceImpl.verify(TransferTarget target) voidTransferServiceImpl2.verify(TransferTarget target) voidHttpClientTransmitterImpl.verifyTarget(TransferTarget target) voidTransferTransmitter.verifyTarget(TransferTarget target) Verify that the target is available -
Uses of TransferException in org.alfresco.service.cmr.transfer
Subclasses of TransferException in org.alfresco.service.cmr.transferModifier and TypeClassDescriptionclassTransfer service exception class for when the transfer was halted through a cancelclassTransfer failure exceptionMethods in org.alfresco.service.cmr.transfer that throw TransferExceptionModifier and TypeMethodDescriptionvoidAbortvoidCommitvoidTransferReceiver.commitAsync(String transferId) Commit asynchronouslyTransferService.createAndSaveTransferTarget(String name, String title, String description, String endpointProtocol, String endpointHost, int endpointPort, String endpointPath, String username, char[] password) Deprecated.Create and save a new transfer target.TransferService2.createAndSaveTransferTarget(String name, String title, String description, String endpointProtocol, String endpointHost, int endpointPort, String endpointPath, String username, char[] password) Create and save a new transfer target.voidTransferService.deleteTransferTarget(String name) Deprecated.Delete a transfer target.voidTransferService2.deleteTransferTarget(String name) Delete a transfer target.voidTransferService.enableTransferTarget(String name, boolean enable) Deprecated.Enables/Disables the named transfer targetvoidTransferService2.enableTransferTarget(String name, boolean enable) Enables/Disables the named transfer targetvoidAsks the receiver to end (and clean up) the specified transfervoidTransferReceiver.generateRequsite(String transferId, OutputStream requsiteStream) Write the requsite (the bits required to support the Manifest) to the output stream.TransferService.getTransferTarget(String name) Deprecated.Get a transfer target by its nameTransferService2.getTransferTarget(String name) Get a transfer target by its nameTransferService.getTransferTargets()Deprecated.Get all the transfer targetsTransferService.getTransferTargets(String groupName) Deprecated.Get All the transfer targets for a particular transfer target group.TransferService2.getTransferTargets()Get all the transfer targetsTransferService2.getTransferTargets(String groupName) Get All the transfer targets for a particular transfer target group.voidPreparevoidTransferReceiver.saveContent(String transferId, String contentId, InputStream contentStream) Save a content itemvoidTransferReceiver.saveSnapshot(String transferId, InputStream snapshotStream) Store the specified snapshot file into the transfer staging area.TransferService.saveTransferTarget(TransferTarget update) Deprecated.Save TransferTarget, will create a transfer target if it does not already exist or update an existing transfer target.TransferService2.saveTransferTarget(TransferTarget update) Save TransferTarget, will create a transfer target if it does not already exist or update an existing transfer target.TransferReceiver.start(String fromRepositoryId, boolean allowTransferToSelf, TransferVersion fromVersion) Asks the receiver to setup a new transfer.TransferService.transfer(String targetName, TransferDefinition definition) Deprecated.Transfer nodes, sync.TransferService.transfer(String targetName, TransferDefinition definition, Collection<TransferCallback> callback) Deprecated.Transfer nodes sync, with callback.TransferService.transfer(String targetName, TransferDefinition definition, TransferCallback... callbacks) Deprecated.Transfer nodes sync, with callback.voidTransferService.transferAsync(String targetName, TransferDefinition definition, Collection<TransferCallback> callback) Deprecated.Transfer nodes async with callback.voidTransferService.transferAsync(String targetName, TransferDefinition definition, TransferCallback... callbacks) Deprecated.Transfer nodes async with callback.voidTransferService2.transferAsync(String targetName, TransferDefinition definition, Collection<TransferCallback> callback) Transfer nodes async with callback.voidTransferService2.transferAsync(String targetName, TransferDefinition definition, TransferCallback... callbacks) Transfer nodes async with callback.voidTransferService.verify(TransferTarget target) Deprecated.Verify a target is available and that the configured credentials are valid.voidTransferService2.verify(TransferTarget target) Verify a target is available and that the configured credentials are valid.