Novell exteNd
Director 5.0 API

com.sssw.cm.task.api
Interface EbiTaskManager

All Superinterfaces:
EbiStateChangeProducer, EbiTaskManager

public interface EbiTaskManager
extends EbiTaskManager

The Task Manager interface specific to the Content Management System.


Field Summary
static String CM_TASK_MGR
          The manager ID for the CM Task Manager
 
Fields inherited from interface com.sssw.fw.task.api.EbiTaskManager
TASK_MGR
 
Method Summary
 String getRepositoryID()
          Gets the ID of the repository that this object is associated with
 void setRepositoryID(String repositoryID)
          Sets the ID of the repository that this object is associated with
 
Methods implemented from interface com.sssw.fw.task.api.EbiTaskManager
addTask, enableTask, getQualifier, getTask, getTaskNames, getTasks, getTasks, getTasks, getTaskType, getTaskTypes, getTaskTypes, isTaskEnabled, loadTaskList, loadTaskList, loadTaskTypeList, setLog, setQualifier, startTasks, startTasks, stopTasks, stopTasks, taskCompleted, taskFailed
 
Methods implemented from interface com.sssw.fw.event.api.EbiStateChangeProducer
addStateChangeListener, addStateChangeListener, addVetoableStateChangeListener, addVetoableStateChangeListener, fireStateChange, fireVetoableStateChange, getListeners, getScpDescription, getScpLog, getVetoableListeners, hasListeners, hasVetoableListeners, removeStateChangeListener, removeVetoableStateChangeListener, setScpDescription, setScpLog
 

Field Detail

CM_TASK_MGR

public static final String CM_TASK_MGR
The manager ID for the CM Task Manager
Method Detail

setRepositoryID

public void setRepositoryID(String repositoryID)
Sets the ID of the repository that this object is associated with
Parameters:
repositoryID - the ID of the repository

getRepositoryID

public String getRepositoryID()
Gets the ID of the repository that this object is associated with
Returns:
repositoryID the ID of the repository

Novell exteNd
Director 5.0 API