|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The task superinterface that is specific to the Content Management System.
| Fields inherited from interface com.sssw.fw.task.api.EbiTask |
TASK_OBJECT_ID |
| Method Summary | |
EbiQuery |
getScope()
Gets the query to run against CM to define the scope of the operation |
String |
getSourceRepositoryName()
Gets the source CM repository name |
boolean |
mustUseAnd()
Tells whether to logically AND or OR any supplied conditions with the scope query (if supplied). |
void |
setScope(EbiQuery query)
Sets the query to run against CM to extract the data |
void |
setSourceRepositoryName(String srcRepName)
Sets the source CM repository name |
void |
useAnd(boolean useAnd)
Specifies whether to logically AND or OR any supplied conditions with the scope query (if supplied). |
| 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 |
public EbiQuery getScope()
public String getSourceRepositoryName()
public boolean mustUseAnd()
public void setScope(EbiQuery query)
query - the query (scope)public void setSourceRepositoryName(String srcRepName)
srcRepName - the source repository namepublic void useAnd(boolean useAnd)
useAnd - if true, use AND, otherwise OR
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||