Novell exteNd
Director 5.2 API

com.sssw.cm.task.api
Interface EbiSynchTask

All Superinterfaces:
EbiElement, EbiTask, EbiTask, Serializable

public interface EbiSynchTask
extends EbiTask

This task synchronizes CM Engine with Search Service. Its intended purpose is propagation of Document additions and updates from the CM into the Search Service and its underlying Query Engine. Document removes are handled by the Content Manager object itself.


Fields inherited from interface com.sssw.fw.task.api.EbiTask
TASK_OBJECT_ID
 
Method Summary
 Timestamp getFromTime()
          Gets the start of the time slice
 Timestamp getToTime()
          Gets the end of the time slice
 
Methods implemented from interface com.sssw.cm.task.api.EbiTask
getScope, getSourceRepositoryName, mustUseAnd, setScope, setSourceRepositoryName, useAnd
 
Methods implemented from interface com.sssw.fw.task.api.EbiTask
doTask, enable, execute, fromXML, getContext, getDescription, getLaunchTime, getName, getSinceLast, getTaskType, getTimesRan, getUserObject, isEnabled, isOfType, isStarted, setContext, setDescription, setLaunchTime, setName, setSinceLast, setTaskType, setTimesRan, setUserObject, start, stop
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Method Detail

getFromTime

public Timestamp getFromTime()
Gets the start of the time slice
Returns:
the start of the time slice

getToTime

public Timestamp getToTime()
Gets the end of the time slice
Returns:
the end of the time slice

Novell exteNd
Director 5.2 API