4-22 Oracle Fusion Middleware Idoc Script Reference Guide
UserCacheTimeout on page 8-343
UserDefaultAccount on page 8-344
UserFullName on page 8-346
userHasAccessToAccount on page 6-265
userHasGroupPrivilege on page 6-266
userHasRole on page 6-267
UserIsAdmin on page 6-268
UserName on page 8-349
UserRoles on page 8-351
wfAddUser on page 6-277
4.32 Web Server
The following Idoc Script variables are related to web servers. DomainControllerName
on page 6-41 GATEWAY_INTERFACE
on page 6-59 GATEWAY_INTERFACE
on page 6-59 getCookie
on page 6-60 HttpAbsoluteWebRoot
on page 8-127 HTTP_ACCEPT
on page 6-73 HTTP_ACCEPT_ENCODING
on page 6-74 HTTP_ACCEPT_LANGUAGE
on page 6-75 HTTP_COOKIE
on page 6-76 HTTP_HOST
on page 6-77 HttpIgnoreWebServerInternalPortNumber
on page 6-81 HTTP_INTERNETUSER
on page 6-78 HTTP_REFERER
on page 6-79 HttpRelativeWebRoot
on page 8-138 HttpServerAddress
on page 8-139 HTTP_USER_AGENT
on page 6-80 IdcAuthExtraRequestParams
on page 6-83 IdcHttpHeaderVariables
on page 6-88 IntradocRealm
on page 6-101 PATH_INFO
on page 6-189 QUERY_STRING
on page 6-198 RedirectHostsFilter
on page 6-199 REMOTE_ADDR
on page 6-203 REMOTE_HOST
on page 6-204 REQUEST_METHOD
on page 6-205 SCRIPT_NAME
on page 6-219 SERVER_NAME
on page 6-233 SERVER_PORT
on page 6-234 SERVER_PROTOCOL
on page 6-235 SERVER_SOFTWARE
on page 6-236 setCookie
on page 6-238 SocketHostAddressSecurityFilter
on page 6-244 SocketHostNameSecurityFilter
on page 6-245 UseSSL
on page 6-271 WebServerAuthOnly
on page 6-273
Master List: Idoc Script by Usage 4-23
4.33 Workflow
This section lists the Idoc Script variables and functions that are related to workflows.
■
Section 4.33.1, Configuration Variables
■
Section 4.33.2, Global Function
■
Section 4.33.3, Workflow Functions
■
Section 4.33.4, Other Variables
4.33.1 Configuration Variables
The following Idoc Script variables are related to workflows. IsSavedWfCompanionFile
on page 6-126 PrimaryWorkQueueTimeout
on page 6-192 WorkflowDir
on page 6-304 WorkflowIntervalHours
on page 6-305
4.33.2 Global Function
The following Idoc Script global function is related to workflows. getValueForSpecifiedUser
on page 8-118
4.33.3 Workflow Functions
The following Idoc Script functions are related to workflows. 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 wfGetStepTypeLabel
on page 6-285 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 wfReleaseDocument
on page 6-299 wfSet
on page 6-300 wfSetIsNotifyingUsers
on page 6-301 wfUpdateMetaData
on page 6-303
4.33.4 Other Variables
The following Idoc Script variables are related to workflows. AllowReview
on page 6-12 dWfName
on page 6-42 dWfStepName
on page 6-43 entryCount
on page 6-50 IsEditRev
on page 6-111
4-24 Oracle Fusion Middleware Idoc Script Reference Guide
isRepromptLogin on page 6-125
IsWorkflow on page 6-133
lastEntryTs on page 6-141
SingleGroup on page 6-241
wfAction on page 6-274
wfAdditionalExitCondition on page 6-276
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
WfStart on page 6-302
5
Core Functions by Type and Usage 5-1
5
Core Functions by Type and Usage
This chapter groups Idoc Script variables and functions that are used for core processing functions such as searching, indexing, and workflow implementation.
These sections describe the different core processing functions by type:
■
Section 5.1, Conditional Dynamic Variables
■
Section 5.2, Configuration Variables
■
Section 5.3, Environment Variables
■
Section 5.4, Global Functions
■
Section 5.5, Setable Variables
■
Section 5.6, Value Variables These sections divide the different variables by usage:
■
Section 5.7, Content Items
■
Section 5.8, Oracle Content Server
■
Section 5.9, Database
■
Section 5.10, Indexing
■
Section 5.11, Schema
■
Section 5.12, Searching
■
Section 5.13, Security
■
Section 5.14, Web Server
■
Section 5.15, Workflow
5.1 Conditional Dynamic Variables
Some dynamic variables are conditional and can only be used within a conditional statement such as if, while, elseif, or loop.
The following is a list of Idoc Script conditional dynamic variables that are used in core Oracle Content Server functionality. For a list of conditional dynamic variables
and details about their use, see Section 3.1, Conditional Dynamic Variables.
AllowReview on page 6-12
EmptyAccountCheckinAllowed on page 6-44
HasUrl on page 6-71
isComponentEnabled on page 6-108
IsContributor on page 6-109
5-2 Oracle Fusion Middleware Idoc Script Reference Guide
IsCriteriaSubscription on page 6-110
IsFilePresent on page 6-113
IsFullTextIndexed on page 6-115
IsLocalSearchCollectionID on page 6-119
IsNotSyncRev on page 6-122
IsPromptingForLogin on page 6-124
IsWorkflow on page 6-133
SingleGroup on page 6-241
UseXmlUrl on page 6-272
5.2 Configuration Variables