|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.SchedulableJobOperationResult
public abstract class SchedulableJobOperationResult
This class is a generic abstract class for the results returned by operations on Schedulable jobs.
getJobs() method for the result obtention. getJob() method for the result obtention.
| Constructor Summary | |
|---|---|
SchedulableJobOperationResult(java.lang.String resultTagName,
boolean singleton)
Builds an SchedulableJobOperationResult without job. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
|
SchedulableJobModel |
getJob()
Gets the job. |
java.util.Vector<SchedulableJobModel> |
getJobs()
Gets the job list. |
java.lang.String |
getOperandReference()
|
void |
marshal(XMLOutputter output)
|
void |
setAttributes(XMLAttributes atts)
|
void |
setJob(SchedulableJobModel job)
Sets the job(internal use). |
void |
setJobs(java.util.Vector<SchedulableJobModel> list)
Sets the jobs list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulableJobOperationResult(java.lang.String resultTagName,
boolean singleton)
resultTagName - the operation result name.singleton - is at true if there is only one
result(job).| Method Detail |
|---|
public void setJobs(java.util.Vector<SchedulableJobModel> list)
list - a vector of SchedulableJobModel.public java.util.Vector<SchedulableJobModel> getJobs()
SchedulableJobModel.public SchedulableJobModel getJob()
SchedulableJobModel.public void setJob(SchedulableJobModel job)
job - the job.public void setAttributes(XMLAttributes atts)
public void addCharacterData(java.lang.String cData)
public void addChild(java.lang.String tagName,
XMLMarshallable child)
public void marshal(XMLOutputter output)
public java.lang.String getOperandReference()
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||