|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.process.Process | +--oracle.cle.process.GenericProcess | +--oracle.cle.process.ParentProcess | +--oracle.clex.process.CreatePage | +--oracle.clex.process.CreateGenericBinaryPage | +--oracle.clex.process.CreatePDFPage
This class constructs an PDF file based on a location key of the PDF file.
Fields inherited from class oracle.cle.process.GenericProcess |
parent |
Fields inherited from class oracle.cle.process.Process |
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS |
Constructor Summary | |
CreatePDFPage()
Default constructor |
|
CreatePDFPage(java.lang.String aPdfLocationKey)
Constructor with aPdfLocationKey parameter. |
Method Summary | |
protected java.io.InputStream |
getBinaryInputStream()
Returns the binary file as an BufferedInputStream |
protected java.lang.String |
getContentType()
Content type set to oracle.clex.util.ContentTypes.APPPDF |
protected void |
postStart()
Dummy Implementation |
Methods inherited from class oracle.clex.process.CreateGenericBinaryPage |
getLength, preStart, printPage, registerInfo, setCreatePageResult |
Methods inherited from class oracle.clex.process.CreatePage |
buildTransitionTable, getPageId, lookupPageLocation, registerProcesses, start |
Methods inherited from class oracle.cle.process.ParentProcess |
addTransition, clone, doSkip, getChildren, getEndStates, getInitialState, getSkipable, isReady, processParameters, processResults, registerProcess, setInitialState, setSkipable, skip |
Methods inherited from class oracle.cle.process.Process |
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cle.process.Parent |
getInfo, getName, getParents |
Methods inherited from interface oracle.cle.process.Child |
getParameters, getParent, getParents, getResults, setParent |
Constructor Detail |
public CreatePDFPage()
public CreatePDFPage(java.lang.String aPdfLocationKey)
aPdfLocationKey
- Method Detail |
protected java.io.InputStream getBinaryInputStream()
getBinaryInputStream
in class CreateGenericBinaryPage
protected java.lang.String getContentType()
oracle.clex.util.ContentTypes.APPPDF
getContentType
in class CreateGenericBinaryPage
protected void postStart()
postStart
in class CreateGenericBinaryPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |