public interface IJobPart
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContents(org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Use
getOutput(IProgressMonitor) instead. |
java.lang.String |
getDsid()
Gets the data set ID.
|
java.lang.String |
getDsn()
Gets the job part DSN.
|
IJob |
getJob() |
java.lang.String |
getName() |
java.lang.String |
getOutput(org.eclipse.core.runtime.IProgressMonitor pMon)
Gets the job output.
|
java.lang.String |
getProc()
Gets the procedure name.
|
int |
getRecordCount()
Gets the record count.
|
java.lang.String |
getStep()
Gets the DD step name.
|
void |
setDsid(java.lang.String pDsid)
Sets the data set ID.
|
void |
setDsn(java.lang.String pDsn)
Sets the job part DSN.
|
void |
setName(java.lang.String pName)
Sets the name of the job part
|
void |
setProc(java.lang.String pProc)
Set the procedure name.
|
void |
setRecordCount(int pReccnt)
Sets the record count.
|
void |
setStep(java.lang.String pStep)
Sets the DD step name.
|
IJob getJob()
java.lang.String getName()
void setName(java.lang.String pName)
pName - the name of the job partjava.lang.String getStep()
void setStep(java.lang.String pStep)
pStep - the step name to setjava.lang.String getProc()
void setProc(java.lang.String pProc)
pProc - the procedure name to setjava.lang.String getDsid()
void setDsid(java.lang.String pDsid)
pDsid - the data set ID to setjava.lang.String getDsn()
void setDsn(java.lang.String pDsn)
pDsn - the DSN to setint getRecordCount()
void setRecordCount(int pReccnt)
pReccnt - the record count to set@Deprecated
java.io.InputStream getContents(org.eclipse.core.runtime.IProgressMonitor pMon)
throws java.lang.Exception
getOutput(IProgressMonitor) instead.pMon - progress monitorjava.lang.Exception - unexpected exceptionjava.lang.String getOutput(org.eclipse.core.runtime.IProgressMonitor pMon)
throws java.io.IOException
pMon - progress monitorjava.io.IOException - unexpected exceptionCopyright © 2015 Micro Focus GmbH. All rights reserved.