|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.NodeMonitorFactory
public class NodeMonitorFactory
Node Monitor Factory Class
Constructor Summary | |
---|---|
NodeMonitorFactory()
Default constructor |
Method Summary | |
---|---|
NodeMonitor |
createNodeMonitor(ContentContext filesysCtx)
Create a node monitor |
void |
setFileFolderService(FileFolderService fileService)
Set the file folder service |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set the node service |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
Set the permission service |
void |
setPolicyComponent(PolicyComponent policyComponent)
Set the policy component |
void |
setTransactionService(TransactionService transactionService)
Set the transaction service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeMonitorFactory()
Method Detail |
---|
public NodeMonitor createNodeMonitor(ContentContext filesysCtx)
filesysDriver
- ContentDiskDriverfilesysCtx
- ContentContextpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the node servicepublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService
- PermissionServicepublic void setFileFolderService(FileFolderService fileService)
fileService
- FileFolderServicepublic void setPolicyComponent(PolicyComponent policyComponent)
policyComponent
- PolicyComponentpublic void setTransactionService(TransactionService transactionService)
transactionService
- the transaction service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |