Value Variables Content Items

Core Functions by Type and Usage 5-7 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 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

5.6 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. Certain value variables can be set at the end of a service call or during a service call. For a list of value variables and details about their use, see Section 3.9, Value Variables. The following is a list of Idoc Script value variables used in core Oracle Content Server functionality: DocTypeSelected on page 6-37 DocUrl on page 6-38 fileUrl on page 6-53 FIRSTREV on page 6-54 HasOriginal on page 6-69 IsEditRev on page 6-111 IsFailedIndex on page 6-112 IsNotLatestRev on page 6-121 isZoneSearchField on page 6-134 NoMatches on page 6-179 OneMatch on page 6-188 StatusCode on page 6-248 StatusMessage on page 6-249 UseHtmlOrTextHighlightInfo on page 6-260 5-8 Oracle Fusion Middleware Idoc Script Reference Guide

5.7 Content Items

The following Idoc Script variables and functions are related to content items. AllowAlternateMetaFile on page 6-9 AllowPrimaryMetaFile on page 6-11 AllowSamePrimaryAlternateExtensions on page 6-13 AutoNumberPrefix on page 6-17 AutoNumberWidth on page 6-18 computeRenditionUrl on page 6-23 CONTENT_LENGTH on page 6-24 createAlternateMetaFile on page 6-27 createPrimaryMetaFile on page 6-28 DocTypeSelected on page 6-37 DocUrl on page 6-38 EnableExpirationNotifier on page 6-46 ExpireRevisionOnly on page 6-52 fileUrl on page 6-53 FIRSTREV on page 6-54 FormInheritMetaDataFieldList on page 6-58 ForceDistinctRevLabels on page 6-55 HasOriginal on page 6-69 HasUrl on page 6-71 IsAutoNumber on page 6-105 IsCriteriaSubscription on page 6-110 IsEditRev on page 6-111 IsFailedIndex on page 6-112 IsFilePresent on page 6-113 IsFullTextIndexed on page 6-115 IsLocalSearchCollectionID on page 6-119 IsNotLatestRev on page 6-121 IsNotSyncRev on page 6-122 MajorRevSeq on page 6-163 MinorRevSeq on page 6-177 NotificationIntervalInDays on page 6-181 NotificationMaximum on page 6-182 NotificationQuery on page 6-183 NotifyExtras on page 6-184 NotifyTime on page 6-185 SingleGroup on page 6-241 SourceID on page 6-246

5.8 Oracle Content Server