Constructor and Description |
---|
DbHelperImpl(FileTransferInfoDAO fileTransferInfoDAO,
TransactionService transactionService,
String sourceRepoId) |
Modifier and Type | Method and Description |
---|---|
void |
createNodeInDB(String nodeRef,
String parentNodeRef,
String path,
String name,
String contentUrl,
boolean isFolder) |
void |
deleteNodeByNodeRef(String nodeRef) |
FileTransferInfoEntity |
findFileTransferInfoByNodeRef(String nodeRef) |
List<FileTransferInfoEntity> |
findFileTransferInfoByParentNodeRef(String nodeRef) |
void |
updateFileTransferInfoByNodeRef(FileTransferInfoEntity modifiedEntity) |
void |
updatePathOfChildren(String parentId,
String parentPath) |
public DbHelperImpl(FileTransferInfoDAO fileTransferInfoDAO, TransactionService transactionService, String sourceRepoId)
public FileTransferInfoEntity findFileTransferInfoByNodeRef(String nodeRef)
findFileTransferInfoByNodeRef
in interface DbHelper
public List<FileTransferInfoEntity> findFileTransferInfoByParentNodeRef(String nodeRef)
findFileTransferInfoByParentNodeRef
in interface DbHelper
public void updateFileTransferInfoByNodeRef(FileTransferInfoEntity modifiedEntity)
updateFileTransferInfoByNodeRef
in interface DbHelper
public void deleteNodeByNodeRef(String nodeRef)
deleteNodeByNodeRef
in interface DbHelper
public void createNodeInDB(String nodeRef, String parentNodeRef, String path, String name, String contentUrl, boolean isFolder)
createNodeInDB
in interface DbHelper
public void updatePathOfChildren(String parentId, String parentPath)
updatePathOfChildren
in interface DbHelper
Copyright © 2005–2017 Alfresco Software. All rights reserved.