|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.sync.UserRegistrySynchronizerJob
public class UserRegistrySynchronizerJob
A scheduled job that regularly invokes a UserRegistrySynchronizer
. Supports a
synchronizeChangesOnly
string parameter. When "false"
means that the
UserRegistrySynchronizer#synchronize(boolean)
method will be called with a true
forceUpdate
argument rather than the default false
.
Constructor Summary | |
---|---|
UserRegistrySynchronizerJob()
|
Method Summary | |
---|---|
void |
execute(org.quartz.JobExecutionContext executionContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserRegistrySynchronizerJob()
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext executionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |