Novell exteNd
Director 5.2 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()
          Returns the ID of the repository that this object is associated with
 void loadTaskList(com.sssw.cm.task.api.EbiContext context, com.sssw.cm.task.api.InputStream is)
          Load the task list from the specified input stream.
 void loadTaskList(com.sssw.cm.task.api.InputStream is)
          Deprecated. Instead use loadTaskList that has an additional EbiContext parameter
 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, getFailedTaskNames, 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()
Returns the ID of the repository that this object is associated with
Returns:
repositoryID the ID of the repository

loadTaskList

public void loadTaskList(com.sssw.cm.task.api.InputStream is)
                  throws com.sssw.cm.task.api.EboUnrecoverableSystemException
Deprecated. Instead use loadTaskList that has an additional EbiContext parameter

Load the task list from the specified input stream.
Parameters:
is - the input stream

loadTaskList

public void loadTaskList(com.sssw.cm.task.api.EbiContext context,
                         com.sssw.cm.task.api.InputStream is)
                  throws com.sssw.cm.task.api.EboUnrecoverableSystemException
Load the task list from the specified input stream.
Parameters:
context - request/session context
is - the input stream

Novell exteNd
Director 5.2 API