|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.workflow.definer.WfAdministratorProcessor
The WfAdministratorProcessor creates an html page for the Calendar.
Field Summary | |
private static String |
CALENDAR_RESOURCE
|
private static String |
CODEBASE
|
private static String |
DEFINER_RESOURCE
Resources for localizing message text |
private static long |
PAGE_EXPIRATION
|
private ResourceBundle |
rb
|
private static boolean |
VERBOSE
|
private static String |
WORKLIST_RESOURCE
|
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Constructor Summary | |
WfAdministratorProcessor()
A no argument constructor with no side effects. |
|
WfAdministratorProcessor(Object context)
Constructs a WfAdministratorProcessor. |
Method Summary | |
void |
createAllProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Create a link to all instances of Workflow Processes |
void |
createCalendarLink(Properties parameters,
Locale locale,
OutputStream os)
Outputs Calendar link. |
void |
createCompletedProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Create a link to completed instances of Workflow Processes |
void |
createNavigationBarEntry(String name,
Properties properties,
Properties parameters,
Locale locale,
OutputStream os)
Outputs a navigation bar entry. |
void |
createRunningProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Create a link to running instances of Workflow Processes |
void |
createSearchNavigationBarEntry(String name,
String url,
Properties parameters,
Locale locale,
OutputStream os)
Outputs a navigation bar entry for a search link. |
void |
createSearchProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Create a link to search Workflow Processes |
void |
createWfAdministratorApplet(Properties properties,
Locale locale,
OutputStream os)
Outputs Calendar applet. |
HTMLTemplate |
getTemplate(Vector preferences)
|
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page which delivers a page with a WfAdmininistrator applet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean VERBOSE
private static long PAGE_EXPIRATION
private static String CODEBASE
private static final String DEFINER_RESOURCE
private static final String CALENDAR_RESOURCE
private static final String WORKLIST_RESOURCE
private ResourceBundle rb
Constructor Detail |
public WfAdministratorProcessor()
public WfAdministratorProcessor(Object context)
context
- The contextual object of the WfAdministratorProcessor.Method Detail |
public HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
req
- HTTPRequestresp
- HTTPResponse
WTException
public void createWfAdministratorApplet(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- The arguments that were passed to the Windchill script
call.locale
- The Locale to send to the invoked methods for localization.os
- The output stream.
WTException
public void createCalendarLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createSearchProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createAllProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createRunningProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createCompletedProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createNavigationBarEntry(String name, Properties properties, Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createSearchNavigationBarEntry(String name, String url, Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |