|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
wt.workflow.work.ProcessManagerProcessor
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
ACTION, CLASS, EXTERNALIZATION_VERSION_UID, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR, OID, OLD_FORMAT_VERSION_UID |
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 | |
ProcessManagerProcessor()
A no argument constructor with no side effects. |
|
ProcessManagerProcessor(Object context)
Constructs a ProcessManagerProcessor. |
Method Summary | |
void |
activityDeadlineTime(Properties parameters,
Locale locale,
OutputStream os)
Print the deadline time of the activity. |
void |
activityDescription(Properties parameters,
Locale locale,
OutputStream os)
Print the description of the activity. |
void |
activityEndTime(Properties parameters,
Locale locale,
OutputStream os)
Print the end time of the activity. |
void |
activityErrorMessage(Properties parameters,
Locale locale,
OutputStream os)
Print the error message of the activity (if one exists). |
void |
activityEventList(Properties parameters,
Locale locale,
OutputStream os)
Print the event list for this activity. |
void |
activityInstructions(Properties parameters,
Locale locale,
OutputStream os)
Print the instructions of the activity. |
void |
activityIsEscalated(Properties parameters,
Locale locale,
OutputStream os)
Print whether the activity has been escalated to the responsible role or other participant. |
void |
activityIsOverdue(Properties parameters,
Locale locale,
OutputStream os)
Print whether the activity is overdue or not. |
void |
activityName(Properties parameters,
Locale locale,
OutputStream os)
Print the name of the activity. |
void |
activityPriority(Properties parameters,
Locale locale,
OutputStream os)
Print the priority of the activity. |
void |
activityResponsibleRole(Properties parameters,
Locale locale,
OutputStream os)
Print the responsible role (responsible person) for the activity. |
void |
activityRoleAssigneeType(Properties parameters,
Locale locale,
OutputStream os)
Print the role assignee type (Principal, Team, Role, Variable, or Actor Role) of the assignment for the activity. |
void |
activityRoleAssigneeTypeName(Properties parameters,
Locale locale,
OutputStream os)
Print the name (where applicable) of the role assignee type (Principal, Team, Role, Variable, or Actor Role) of the assignment for the activity. |
void |
activityRoleAssignmentPrincipals(Properties parameters,
Locale locale,
OutputStream os)
Print the list of principals of this assignment for the activity. |
void |
activityRoleAssignmentStatus(Properties parameters,
Locale locale,
OutputStream os)
Print the role assignment's status (Potential, Accepted, or Completed) for the activity. |
void |
activityRoleCompletionPolicy(Properties parameters,
Locale locale,
OutputStream os)
Print the role assignment's completion policy (Any, All, or Number) for the activity. |
void |
activityRoleIsAssignmentComplete(Properties parameters,
Locale locale,
OutputStream os)
Print whether the assignment has been completed for this activity. |
void |
activityRoleIsAssignmentRequired(Properties parameters,
Locale locale,
OutputStream os)
Print whether the assignment is required for this activity. |
void |
activityRolePrincipal(Properties parameters,
Locale locale,
OutputStream os)
Prints a principal of the assignment for the activity. |
void |
activityRolePrincipalVotes(Properties parameters,
Locale locale,
OutputStream os)
Prints the vote results of a principal of the assignment for the activity. |
void |
activityStartTime(Properties parameters,
Locale locale,
OutputStream os)
Print the start time of the activity. |
void |
activityState(Properties parameters,
Locale locale,
OutputStream os)
Print the state of the activity. |
void |
activitySuspendTime(Properties parameters,
Locale locale,
OutputStream os)
Print the suspend time of the activity (in milliseconds). |
void |
activityTaskName(Properties parameters,
Locale locale,
OutputStream os)
Print the task name of the activity or activity template. |
void |
activityTemplate(Properties parameters,
Locale locale,
OutputStream os)
Print the template name of the activity (that is, the activity template name). |
void |
activityTemplateCategory(Properties parameters,
Locale locale,
OutputStream os)
Print the category of the activity template. |
void |
activityTimeToDeadline(Properties parameters,
Locale locale,
OutputStream os)
Print the time until the deadline for the activity. |
void |
activityTimeToStart(Properties parameters,
Locale locale,
OutputStream os)
Print the time the activity will wait once it has been instantiated (started running). |
void |
activityTripCount(Properties parameters,
Locale locale,
OutputStream os)
Print the trip count for this activity. |
void |
appletFrame1(Properties parameters,
Locale locale,
OutputStream os)
Print the HTML used to start the first frame of the Process Manager. |
void |
appletFrame2(Properties parameters,
Locale locale,
OutputStream os)
Print the HTML used to start the second frame of the Process Manager. |
void |
appletLink(Properties parameters,
Locale locale,
OutputStream os)
Print a link to the that will replace itself with the applet view This call should be used if the general user does not wish to load the graphical view of the process by default. |
void |
appletOid(Properties parameters,
Locale locale,
OutputStream os)
Supply the process OID. |
void |
appletOidParameter(Properties parameters,
Locale locale,
OutputStream os)
Supply the process OID as a parameter to the applet. |
static String |
convertToHTMLAnchor(String target)
Takes a string to be an HTML anchor, replaces the invalid characters for an HTML anchor, and returns the new string. |
void |
displayActivities(Properties parameters,
Locale locale,
OutputStream os)
Print all activities and their attributes of the Process. |
void |
displayActivityRoles(Properties parameters,
Locale locale,
OutputStream os)
Print all roles of the given activity. |
void |
displayProcess(Properties parameters,
Locale locale,
OutputStream os)
Print all process attributes of the Process. |
void |
displayRoles(Properties parameters,
Locale locale,
OutputStream os)
Print all roles of the Process. |
void |
displayVariables(Properties parameters,
Locale locale,
OutputStream os)
Print all variable attributes of the process, activity, sub-process, etc. |
(package private) HTMLTemplate |
getActivityInfoTemplate()
|
(package private) HTMLTemplate |
getActivityRoleInfoTemplate()
|
private WfNode |
getInstantiatedNode(WfContainer container,
WfNodeTemplate template)
This method returns the instantiated node (connector or activity) for a given template and container object (WfProcess or WfBlock). |
private WfTemplateObject |
getProcessTemplate()
Gets the Process Template. |
private HTMLTemplate |
getTemplate(Vector preferences)
Makes and returns an HTMLTemplate object. |
private OutputStream |
getTemplateOutputStream()
Gets the output stream for the HTML template. |
private Vector |
getTemplatePreferences()
Gets the preferences for the HTML template. |
(package private) HTMLTemplate |
getUnstartedActivityInfoTemplate()
|
private WfContainer |
getWfcontainer()
Gets the process or block on which information will be displayed. |
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page which enables the user to view a workflow process in Process Manager. |
void |
listAllProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Print URL link to show a list of all Workflow Processes. |
void |
listContent(Properties parameters,
Locale locale,
OutputStream os)
Print HTML-based content for the process. |
void |
listRunningProcessesLink(Properties parameters,
Locale locale,
OutputStream os)
Print URL link to show a list of all running Workflow Processes. |
void |
localSearch(Properties parameters,
Locale locale,
OutputStream os)
Create a link to a page of all instances of Workflow Processes. |
private void |
myOUT(String methodname,
String output)
Used for debugging |
void |
pageTitle(Properties parameters,
Locale locale,
OutputStream os)
Create a localized title for the page. |
void |
primaryBusinessObject(Properties parameters,
Locale locale,
OutputStream os)
Print a link to the Primary Business Object (Subject) if any of the Process. |
void |
processContent(Properties parameters,
Locale locale,
OutputStream os)
Print HTML-based content for the process. |
void |
processCreator(Properties parameters,
Locale locale,
OutputStream os)
Print the creator's name of the Process. |
void |
processDeadlineTime(Properties parameters,
Locale locale,
OutputStream os)
Print the deadline time of the Process. |
void |
processDescription(Properties parameters,
Locale locale,
OutputStream os)
Print the description of the Process. |
void |
processEndTime(Properties parameters,
Locale locale,
OutputStream os)
Print the end time of the Process. |
private void |
processHistory(Properties parameters,
Locale locale,
OutputStream os)
(NOT WORKING) Print the history of the Process. |
void |
processInstructions(Properties parameters,
Locale locale,
OutputStream os)
Print the instructions of the process. |
void |
processName(Properties parameters,
Locale locale,
OutputStream os)
Print the name of the Process. |
void |
processPriority(Properties parameters,
Locale locale,
OutputStream os)
Print the priority of the Process. |
void |
processProjectLink(Properties parameters,
Locale locale,
OutputStream os)
Print the name to the project and a URL link to the project's property page. |
void |
processProjectName(Properties parameters,
Locale locale,
OutputStream os)
Print the team name of the Process. |
void |
processRoleName(Properties parameters,
Locale locale,
OutputStream os)
Print the name of the role. |
void |
processRolePrincipals(Properties parameters,
Locale locale,
OutputStream os)
Print the principals of the role. |
void |
processStartTime(Properties parameters,
Locale locale,
OutputStream os)
Print the time the Process was started. |
void |
processState(Properties parameters,
Locale locale,
OutputStream os)
Print the current state of the Process. |
void |
processSuspendTime(Properties parameters,
Locale locale,
OutputStream os)
Print the suspended time of the Process (in milliseconds). |
void |
processTeamLink(Properties parameters,
Locale locale,
OutputStream os)
Print the name to the team and a URL link to the team's property page. |
void |
processTeamName(Properties parameters,
Locale locale,
OutputStream os)
Print the team name of the Process. |
void |
processTemplateCategory(Properties parameters,
Locale locale,
OutputStream os)
Print the category of the process template. |
void |
processTemplateCreationTime(Properties parameters,
Locale locale,
OutputStream os)
Print the creation time of the process' template. |
void |
processTemplateDescription(Properties parameters,
Locale locale,
OutputStream os)
Print the description of the process template. |
private void |
processTemplateIteration(Properties parameters,
Locale locale,
OutputStream os)
(NOT WORKING) Print the iteration of the process template. |
private void |
processTemplateLink(Properties parameters,
Locale locale,
OutputStream os)
(NOT WORKING) Print the URL link and the name to the process template. |
void |
processTemplateModificationTime(Properties parameters,
Locale locale,
OutputStream os)
Print the time the process template was last modified. |
void |
processTemplateName(Properties parameters,
Locale locale,
OutputStream os)
Print the name of the process template. |
void |
reportAllProcessesBehindScheduleLink(Properties parameters,
Locale locale,
OutputStream os)
Print URL link to show list of all processes that are currently behind schedule. |
void |
reportAllProcessesInitiatedByMeLink(Properties parameters,
Locale locale,
OutputStream os)
Print URL link to show list of all processes that were initiated by the current user. |
private void |
setProcessTemplate(WfTemplateObject template)
Sets the process template. |
private void |
setTemplateOutputStream(OutputStream os)
Sets the output stream for the HTML template. |
private void |
setTemplatePreferences(Vector preferences)
Sets the preferences for the HTML template. |
private void |
setWfcontainer(WfContainer process)
Sets the WfContainer (process or block). |
void |
variableCopiedFrom(Properties parameters,
Locale locale,
OutputStream os)
Print the variable name that initializes this variable if one exists; print an empty string otherwise. |
void |
variableCopiedTo(Properties parameters,
Locale locale,
OutputStream os)
Print the variable names (in a comma-separated list) that get their value from this variable if any exist; print an empty string otherwise. |
void |
variableDefaultValue(Properties parameters,
Locale locale,
OutputStream os)
Print the default value of the variable. |
void |
variableDisplayName(Properties parameters,
Locale locale,
OutputStream os)
Print the displayName of the variable. |
void |
variableIsMutable(Properties parameters,
Locale locale,
OutputStream os)
Print whether the variable is mutable (modifiable) or not. |
void |
variableIsRequired(Properties parameters,
Locale locale,
OutputStream os)
Print whether the variable is required or not. |
void |
variableIsResettable(Properties parameters,
Locale locale,
OutputStream os)
Print whether the variable is resettable (able to be reset to the default value) or not. |
void |
variableIsVisible(Properties parameters,
Locale locale,
OutputStream os)
Print whether the variable is visible or not. |
void |
variableName(Properties parameters,
Locale locale,
OutputStream os)
Print the name of the variable. |
void |
variableType(Properties parameters,
Locale locale,
OutputStream os)
Print the type of the variable. |
void |
variableValue(Properties parameters,
Locale locale,
OutputStream os)
Print the value of the variable. |
void |
worklistLink(Properties parameters,
Locale locale,
OutputStream os)
Print URL link to the worklist. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
private WfContainer myContainer
private WfTemplateObject processTemplate
private Vector templatePreferences
private OutputStream templateOutputStream
private static boolean VERBOSE
protected static String CODEBASE
protected static int PAGE_EXPIRATION
private String suffix
private Object getContextObj2
private Object getContextObj3
private String field
private HTMLTemplate activityInfoTemplate
private HTMLTemplate activityRoleInfoTemplate
private HTMLTemplate unstartedActivityInfoTemplate
private static String LIST_ALL_PROCESSES_GIF
private static String LIST_RUNNING_PROCESSES_GIF
private static String REPORT_PROCESSES_GIF
private static String LOCALSEARCH_GIF
private static String WORKLIST_GIF
private static String PROJECTADMIN_PAGE
private static final String RESOURCE
private static final String TASK_RESOURCE
private static final String WORKLIST_RESOURCE
private static final ResourceBundle rb
private static final ResourceBundle task_rb
private static final ResourceBundle worklist_rb
private static ResourceBundle dateFormatRB
private static String dateFormat
private static final String NOT_AVAILABLE
private static final String NOT_APPLICABLE
private static final String NO_VALUE_EXISTS
private static final String NO_ASSIGNMENTS
private static final String NO_VOTES
private static final String LIST_SEPARATOR
Constructor Detail |
public ProcessManagerProcessor()
public ProcessManagerProcessor(Object context)
context
- The contextual object of the ProcessManagerProcessor.Method Detail |
public static String convertToHTMLAnchor(String target)
private HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
handleRequest
in interface TemplateProcessor
handleRequest
in class DefaultTemplateProcessor
req
- HTTPRequestresp
- HTTPResponse
WTException
private void setProcessTemplate(WfTemplateObject template)
private WfTemplateObject getProcessTemplate()
private void setWfcontainer(WfContainer process)
private WfContainer getWfcontainer()
private void setTemplateOutputStream(OutputStream os)
private OutputStream getTemplateOutputStream()
private void setTemplatePreferences(Vector preferences)
private WfNode getInstantiatedNode(WfContainer container, WfNodeTemplate template) throws WTException
WTException
private Vector getTemplatePreferences()
public void activityDeadlineTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityDescription(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityEndTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityErrorMessage(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityEventList(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityInstructions(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityIsEscalated(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityIsOverdue(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityPriority(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityResponsibleRole(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleAssigneeType(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleAssigneeTypeName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleAssignmentPrincipals(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleAssignmentStatus(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleCompletionPolicy(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleIsAssignmentComplete(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRoleIsAssignmentRequired(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRolePrincipal(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityRolePrincipalVotes(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityStartTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityState(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activitySuspendTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTaskName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTemplate(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTemplateCategory(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTimeToDeadline(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTimeToStart(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 appletFrame1(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 appletFrame2(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 appletOid(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 appletOidParameter(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 appletLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 displayActivities(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 displayActivityRoles(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 displayProcess(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 displayRoles(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 displayVariables(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
displayActivityVariables
public void listAllProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 listContent(Properties parameters, Locale locale, OutputStream os) throws WTException, IllegalAccessException, PropertyVetoException, InvocationTargetException
listContent
in class BasicTemplateProcessor
parameters
- 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.
InvocationTargetException
- Description of the Exception
PropertyVetoException
- Description of the Exception
WTException
- Description of the Exception
IllegalAccessException
- Description of the Exceptionpublic void listRunningProcessesLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 localSearch(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 pageTitle(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 primaryBusinessObject(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processContent(Properties parameters, Locale locale, OutputStream os) throws WTException, IllegalAccessException, PropertyVetoException, InvocationTargetException
parameters
- 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
IllegalAccessException
PropertyVetoException
InvocationTargetException
listContent(java.util.Properties, java.util.Locale, java.io.OutputStream)
public void processCreator(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processDeadlineTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processDescription(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processEndTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
processStartTime(java.util.Properties, java.util.Locale, java.io.OutputStream)
private void processHistory(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processInstructions(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processPriority(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processProjectLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processProjectName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processTeamLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- The arguments that were passed to the Windchill script c
all.locale
- The Locale to send to the invoked methods for localizati
on.os
- The output stream.
WTException
public void processTeamName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processRoleName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processRolePrincipals(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processStartTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
wt.workflow.work.ProcessManagerProcessor#processCreationDate
,
processEndTime(java.util.Properties, java.util.Locale, java.io.OutputStream)
public void processState(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processSuspendTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processTemplateCategory(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processTemplateCreationTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
processStartTime(java.util.Properties, java.util.Locale, java.io.OutputStream)
public void processTemplateDescription(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
private void processTemplateIteration(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void processTemplateModificationTime(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
processStartTime(java.util.Properties, java.util.Locale, java.io.OutputStream)
private void processTemplateLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 processTemplateName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 reportAllProcessesBehindScheduleLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 reportAllProcessesInitiatedByMeLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableCopiedFrom(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableCopiedTo(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableDefaultValue(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableIsMutable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableIsRequired(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableIsResettable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableIsVisible(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableDisplayName(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableType(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 variableValue(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 worklistLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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 activityTripCount(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- 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
HTMLTemplate getActivityInfoTemplate()
HTMLTemplate getActivityRoleInfoTemplate()
HTMLTemplate getUnstartedActivityInfoTemplate()
private void myOUT(String methodname, String output)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |