public class SplitPersonCleanupBootstrapBean
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
SplitPersonCleanupBootstrapBean() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
protected int |
removePeopleWithGUIDBasedIds()
Can have uid+GUID or uid + "(" + GUID + ")"
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPersonService(PersonService personService) |
void |
setTransactionService(TransactionService transactionService) |
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setPersonService(PersonService personService)
public void setTransactionService(TransactionService transactionService)
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected int removePeopleWithGUIDBasedIds()
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
public static void main(String[] args)
Copyright © 2005–2017 Alfresco Software. All rights reserved.