org.alfresco.repo.transfer
Class RepoTransferProgressMonitorImpl
java.lang.Object
org.alfresco.repo.transfer.RepoTransferProgressMonitorImpl
- All Implemented Interfaces:
- TransferProgressMonitor
public class RepoTransferProgressMonitorImpl
- extends java.lang.Object
- implements TransferProgressMonitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepoTransferProgressMonitorImpl
public RepoTransferProgressMonitorImpl()
getProgress
public TransferProgress getProgress(java.lang.String transferId)
- Specified by:
getProgress in interface TransferProgressMonitor
log
public void log(java.lang.String transferId,
java.lang.Object obj)
- Specified by:
log in interface TransferProgressMonitor
log
public void log(java.lang.String transferId,
java.lang.Object obj,
java.lang.Throwable ex)
- Specified by:
log in interface TransferProgressMonitor
updateProgress
public void updateProgress(java.lang.String transferId,
int currPos)
- Specified by:
updateProgress in interface TransferProgressMonitor
updateProgress
public void updateProgress(java.lang.String transferId,
int currPos,
int endPos)
- Specified by:
updateProgress in interface TransferProgressMonitor
updateStatus
public void updateStatus(java.lang.String transferId,
TransferProgress.Status status)
- Specified by:
updateStatus in interface TransferProgressMonitor
setNodeService
public void setNodeService(NodeService nodeService)
- Parameters:
nodeService - the nodeService to set
setContentService
public void setContentService(ContentService contentService)
- Parameters:
contentService - the contentService to set
setTransactionService
public void setTransactionService(TransactionService transactionService)
- Parameters:
transactionService - the transactionService to set
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.