Package de.dlr.proseo.model.joborder
Klasse JobOrder
java.lang.Object
de.dlr.proseo.model.joborder.JobOrder
Ipf_Job_Order information
For details see Generic IPF Interface Specification issue 1 revision 8 -
03/08/2009 MMFI-GSEG-EOPG-TN-07-0003
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuildBase64String
(JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Create a Base64-coded string from the XML representation of this Job OrdergetConf()
Gets the Conf Job Order elementGets the Job Order file nameGets the List_of_Ipf_Procs elementRead a Job Order from an XML-formatted stringvoid
Sets the Conf Job Order elementvoid
setFileName
(String fileName) Sets the Job Order file namevoid
setListOfProcs
(List<Proc> listOfProcs) Sets the List_of_Ipf_Procs elementwriteXML
(String fileName, JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Build XML tree and write it to file named fileName.Veraltet.writeXMLToStream
(OutputStream aStream, Boolean prosEOAttributes) Veraltet.writeXMLToStream
(OutputStream aStream, Boolean prosEOAttributes, JobOrderVersion jobOrderVersion) Writes the content of the Job Order to an XML-formatted output stream
-
Konstruktordetails
-
JobOrder
Constructor with Ipf_Conf argument- Parameter:
conf
- the Job Order configuration to set
-
JobOrder
public JobOrder()No-argument constructor
-
-
Methodendetails
-
getFileName
Gets the Job Order file name- Gibt zurück:
- the fileName
-
setFileName
Sets the Job Order file name- Parameter:
fileName
- the file name to set
-
getConf
Gets the Conf Job Order element- Gibt zurück:
- the Job Order configuration
-
setConf
Sets the Conf Job Order element- Parameter:
conf
- the Job Order configuration to set
-
getListOfProcs
Gets the List_of_Ipf_Procs element- Gibt zurück:
- the list of processors
-
setListOfProcs
Sets the List_of_Ipf_Procs element- Parameter:
the
- list of processors
-
writeXML
Veraltet.UsewriteXML(String,JobOrderVersion,Boolean)
insteadBuild XML tree and write it to file named fileName.- Parameter:
fileName
- the file nameprosEOAttributes
- if true, write attributes of prosEO specific data- Gibt zurück:
- true after success, else false
-
writeXML
Build XML tree and write it to file named fileName.- Parameter:
fileName
- the file namejobOrderVersion
- the Job Order file specification version to applyprosEOAttributes
- if true, write attributes of prosEO specific data- Gibt zurück:
- true after success, else false
-
buildBase64String
Create a Base64-coded string from the XML representation of this Job Order- Parameter:
jobOrderVersion
- the Job Order file specification version to applyprosEOAttributes
- if true, write attributes of prosEO specific data- Gibt zurück:
- the Base64-coded string
-
writeXMLToStream
Veraltet.Writes the content of the Job Order to an XML-formatted output stream conforming to the MMFI_1_8 Job Order file syntax- Parameter:
aStream
- the stream to write toprosEOAttributes
- if true, write attributes of prosEO specific data- Gibt zurück:
- true, if the operation completed successfully, false otherwise
-
writeXMLToStream
public Boolean writeXMLToStream(OutputStream aStream, Boolean prosEOAttributes, JobOrderVersion jobOrderVersion) Writes the content of the Job Order to an XML-formatted output stream- Parameter:
aStream
- the stream to write toprosEOAttributes
- if true, write attributes of prosEO specific datajobOrderVersion
- the Job Order file specification version to apply- Gibt zurück:
- true, if the operation completed successfully, false otherwise
-
read
Read a Job Order from an XML-formatted string- Parameter:
jobOrderString
- the XML-formatted Job Order File- Gibt zurück:
- the modified Job Order object or null, if the string cannot be parsed into a Job Order object
-
writeXML(String,JobOrderVersion,Boolean)
instead