Value Variables Oracle Fusion Middleware Online Documentation Library

3-22 Oracle Fusion Middleware Idoc Script Reference Guide

3.8.1.1 Workflow Functions

Workflow functions perform actions or return results relative to a workflow. The following is a list of workflow functions. wfAddActionHistoryEvent on page 6-275 wfAddUser on page 6-277 wfComputeStepUserList on page 6-278 wfCurrentGet on page 6-279 wfCurrentSet on page 6-280 wfCurrentStep on page 6-281 wfDisplayCondition on page 6-282 wfExit on page 6-283 wfGet on page 6-284 wfIsFinishedDocConversion on page 6-286 wfIsNotifyingUsers on page 6-287 wfIsReleasable on page 6-288 wfLoadDesign on page 6-294 wfNotify on page 6-297 wfSet on page 6-300 wfSetIsNotifyingUsers on page 6-301 wfUpdateMetaData on page 6-303

3.8.1.2 Workflow Variables

Workflow variables are used to set values related to workflows. The following is a list of workflow variables. dWfName on page 6-42 dWfStepName on page 6-43 entryCount on page 6-50 lastEntryTs on page 6-141 wfAction on page 6-274 wfAdditionalExitCondition on page 6-276 wfGetStepTypeLabel on page 6-285 wfJumpEntryNotifyOff on page 6-289 wfJumpMessage on page 6-290 wfJumpName on page 6-291 wfJumpReturnStep on page 6-292 wfJumpTargetStep on page 6-293 wfMailSubject on page 6-295 wfMessage on page 6-296 wfParentList on page 6-298 wfReleaseDocument on page 6-299 WfStart on page 6-302

3.9 Value Variables

A value variable is evaluated once at the beginning of a service call and that value is used throughout the service call. The variable is then reevaluated on each new service call. In contrast, a dynamic variable is evaluated on each occurrence of the variable. For example, the value variable isNew evaluates whether the content item is new or a revision when performing a check in. That evaluation is used throughout the call to the checkin service. Master List: Idoc Script by Type 3-23 The following is a list of Idoc Script value variables. AuthorAddress on page 8-12 BrowserVersionNumber on page 8-17 CURRENT_DATE on page 8-28 CURRENT_ROW on page 8-29 DocTypeSelected on page 6-37 DocUrl on page 6-38 DownloadSuggestedName on page 8-64 fileUrl on page 6-53 FIRSTREV on page 6-54 HasOriginal on page 6-69 htmlRefreshTimeout on page 8-123 htmlRefreshUrl on page 8-124 HttpAbsoluteCgiPath on page 8-125 HttpAbsoluteCgiRoot on page 8-126 HttpAbsoluteWebRoot on page 8-127 HttpAdminCgiPath on page 8-128 HttpBrowserFullCgiPath on page 8-129 HttpCgiPath on page 8-130 HttpCommonRoot on page 8-131 HttpEnterpriseCgiPath on page 8-132 HttpHelpRoot on page 8-133 HttpImagesRoot on page 8-134 HttpLayoutRoot on page 8-135 HttpRelativeAdminRoot on page 8-136 HttpRelativeCgiRoot on page 8-137 HttpSystemHelpRoot on page 8-140 HttpWebRoot on page 8-141 IsEditRev on page 6-111 IsFailedConversion on page 10-57 IsFailedIndex on page 6-112 isNew on page 8-178 IsNotLatestRev on page 6-121 MSIE on page 8-215 NoMatches on page 6-179 OneMatch on page 6-188 PageParent on page 8-230 ResultsTitle on page 6-206 StatusCode on page 6-248 StatusMessage on page 6-249 UseHtmlOrTextHighlightInfo on page 6-260 3-24 Oracle Fusion Middleware Idoc Script Reference Guide 4 Master List: Idoc Script by Usage 4-1 4 Master List: Idoc Script by Usage This chapter groups Idoc Script variables and functions by common usage. ■ Section 4.1, Archiver ■ Section 4.2, Batch Loader ■ Section 4.3, Clients ■ Section 4.5, Content Items ■ Section 4.6, Content Profiles ■ Section 4.4, Content Tracker ■ Section 4.7, Oracle Content Server ■ Section 4.8, Conversion – Section 4.8.1, Inbound Refinery – Section 4.8.2, PDF Converter – Section 4.8.3, Dynamic Converter ■ Section 4.9, Database ■ Section 4.10, Date and Time ■ Section 4.11, Debugging ■ Section 4.12, Directories and Paths ■ Section 4.13, Dynamicdata ■ Section 4.14, Field Display ■ Section 4.16, HTML Preview ■ Section 4.17, Idoc Script ■ Section 4.18, Indexing ■ Section 4.19, JSP ■ Section 4.20, Localization ■ Section 4.21, Page Display ■ Section 4.23, Pop-Up Calendar ■ Section 4.22, Personalization ■ Section 4.24, Record Manager and Retention Manager ■ Section 4.25, ResultSets 4-2 Oracle Fusion Middleware Idoc Script Reference Guide ■ Section 4.26, Schema ■ Section 4.27, Searching ■ Section 4.28, Security – Section 4.28.1, Internal Security – Section 4.28.2, External Security ■ Section 4.29, Strings ■ Section 4.30, Templates ■ Section 4.31, Users ■ Section 4.32, Web Server ■ Section 4.33, Workflow

4.1 Archiver