A Actions
An action is an operation to be performed as part of a service script. Actions can execute SQL statements, perform a query, run code, cache the results of a query, or load an option list.
A.1 About Service Actions
An action is defined as a list of colon-separated segments, using the following format:
type:name:parameters:control mask:error message
The action type can be designated by a number or a descriptive name:
-
1: Select query. This executes a database query to retrieve information (read-only action) then discards the results.
-
2: Execute query. This executes a database query to delete, add, or update information in the database.
-
3: Java method. This specifies a code module that is a part of the Java class implementing the service.
-
4: Load option list. This loads an option list stored in the system.
-
5: Select cache query. This executes a database query to retrieve information (read-only action) and stores the results for later use.
-
For details about actions, their parameters, and control masks, see Actions.
A.2 A
addAliases
Adds the aliases and passes IworkflowAlias as a parameter. Called as a Java method by ADD_WORKFLOWALIASES.
addCollaboration
Called as a Java method by ADD_COLLABORATION.
addContext
Called as a Java method by ADD_WEB_APP.
addFiles:
Checks in the content item by name. Called as a Java method by these services:
addOrEditDocMetaData
Called as a Java method by ADD_METADEF and EDIT_METADEF.
addOrEditProvider
Adds the new provider. Called as a Java method by ADD_EDIT_PROVIDER
addOrEditSchemaTable
Called as a Java method by ADDOREDIT_SCHEMA_TABLE.
addProblemReport
Adds the problem report to the database. Called as a Java method by ADD_PROBLEMREPORT.
addRegisteredUserAttribute
Retrieves the user database profile information. Called as a Java method by REGISTER_USER.
addSchemaRelation
Called as a Java method by ADD_SCHEMA_RELATION.
addSchemaView
Called as a Java method by ADD_SCHEMA_VIEW.
addSubscription
Adds the subscription and passes Isubscription as a parameter. Called as a Java method by SUBSCRIBE.
addTemplate
Called as a Java method by ADD_WF_TEMPLATE.
addUserAttributes
Adds/updates the user security attributes and passes IuserSecurityAttribute as a parameter. Called as a Java method by ADD_USER and EDIT_USER.
addWfDocuments
Adds the workflow content items and passes ADD_WORKFLOWDOCUMENT_SUB as a parameter. The action throws a data exception if the service is unable to add content item revisions. Called as a Java method by ADD_WORKFLOWDOCUMENTS.
addWorkflow
Adds the workflow. Called as a Java method by ADD_WORKFLOW.
addWorkflowScript
Called as a Java method by ADD_WORKFLOW_SCRIPT.
addWorkflowStep
Adds the workflow steps and passes IworkflowStep as a parameter The action throws a data exception if the service is unable to add the step to the workflow. Called as a Java method by ADD_WORKFLOWSTEP.
addWorkflowStepScript
Called as a Java method by ADD_WORKFLOWSTEP.
addWorkflowToken
Called as a Java method by ADD_WORKFLOW_TOKEN.
Alias
Retrieves alias information. The result of this query is assigned to the parameter Alias and stored for later use. Called as a Select Cache Query action by GET_ALIASES.
AliasUserMap
Retrieves the user alias map. The result of this query is assigned to the parameter AliasUserMap and stored for later use. Called as a Select Cache Query action by GET_ALIASES.
allowProblemReportAction
Allows the problem report action to execute and passes update as a parameter. Called as a Java method by DELETE_PROBLEMREPORT and UPDATE_PROBLEMREPORT.
appendCommonSystemInfo
Called as a Java method by GET_SYSTEM_AUDIT_INFO.
appendDatabaseAuditMessage
Called as a Java method by APPEND_DATABASE_AUDIT_INFO.
appendFileCachingMessage
Called as a Java method by APPEND_FILE_CACHING_INFO.
approveDo
Approves the content item for the workflow. Called as a Java method by WORKFLOW_APPROVE.
A.3 B
buildAllWebStringFiles
Called as a Java method by LM_BUILD_WEB_STRING_FILES.
buildExpiredContentQuery
Called as a Java method by GET_EXPIRED.
buildPreviewList
Called as a Java method by these services:
buildSearchIndex
Called as a Java method by START_SEARCH_INDEX.
buildSourceInfo
Builds the source information. Called as a Java method by PROBLEMREPORT_INFO.
A.4 C
cacheCheckin
Called as a Java method by these services:
cacheTemplates
Caches templates. Called as a Java method by these services:
cancelComponentInstall
Cancels the installation of a component. Called as a Java method by CANCEL_COMPONENT_INSTALL.
cancelCriteriaWorkflow
Cancels the criteria workflow and passes WfDocuments and Qdocuments as parameters. Called as a Java method by these services:
cancelSearchIndex
Cancels the search indexing session. Called as a Java method by CANCEL_SEARCH_INDEX.
cancelWorkflow
Cancels the workflow and passes WfDocuments and Qdocuments as parameters. Called as a Java method by DELETE_WORKFLOW and WORKFLOW_CANCEL.
canDeleteStep
Evaluates whether a workflow step can be deleted. Called as a Java method by DELETE_WORKFLOWSTEP.
checkCanCreateDocSecurity
Evaluates the assigned security level to verify that the user is authorized to perform this action. Called as a Java method by these services:
checkCollaborationAccess
Called as a Java method by these services:
checkConversionCache
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
checkCounters
Called as a Java method by INSERT_NATIVE.
checkCriteriaWorkflow
Evaluates the criteria workflow. Called as a Java method by these services:
checkDocRules
Evaluates the defined content item rules and passes checkout and isNotPublished as parameters. Called as a Java method by these services:
checkDocState
Called as a Java method by ADD_WORKFLOWDOCUMENT_SUB.
checkForceLogin
Forces a log in. Called as a Java method by these services:
checkForPublish
Called as a Java method by UPDATE_BYREV.
checkForRefreshingCachedResources
Called as a Java method by LOAD_RESOURCE_FILE.
checkInByID
Called as a Java method by CACHE_CHECKIN_SEL and CHECKIN_SEL_SUB.
checkInByName
Checks in the content item by name. Called as a Java method by CHECKIN_BYNAME.
checkIsLatestRev
Evaluates for the latest revision. Called as a Java method by CHECKOUT_BY_NAME and RESUBMIT_FOR_CONVERSION.
checkIsSelf
Checks whether the user is editing self. Called as a Java method by EDIT_USER_PROFILE.
checkParametersAgainstResultSet
Called as a Java method by DELETE_DOC.
checkProblemReportSecurity
Retrieves the data assigned to the parameter DOC_INFO and evaluates the problem report security information. Called as a Java method by these services:
checkRefreshUsers
Updates the user information. Called as a Java method by these services:
checkRevisionProperties
Retrieves the latest revision information and passes Qrevisions as a parameter. Called as a Java method by these services:
checkSecurity
Retrieves the data assigned to the parameter DOC_INFO and evaluates the assigned security level to verify that the user is authorized to perform this action. The parameter varies by service. Called as a Java method by these services:
checkSubAdmin
Checks if the user has the sub administrator role and passes a parameter, which varies depending which service is used. Called as a Java method by the following services:
checkUserAuthType
Called as a Java method by CHANGE_USER_AUTH_TYPE.
checkWorkflow
Checks workflow information by referencing WF_INFO and passes isNotActiveBasic as a parameter. Called as a Java method by these services:
checkWorkflowAdminAccess
Called as a Java method by GET_WORKFLOWS.
computeCompanionDirectory
Called as a Java method by ADD_WORKFLOWDOCUMENT_SUB.
computeDeleteSecurity
Called as a Java method by DELETE_REV.
computeDocID
Computes the generated content item revision ID. Called as a Java method by these services:
computeDocInfoInHtmlPage
Evaluates the content information for the HTML page. Parameters vary by service. Called as a Java method by these services:
computeDocSubscribers
Evaluates the content item for subscribers. Called as a Java method by GET_DOC_SUBSCRIBERS.
computeRejectTargetStep
Computes the reject target step. Called as a Java method by WORKFLOW_REJECT.
computeRemainingUsers
Called as a Java method by these services:
computeURLs
Evaluates URLS and passes REVISIONS as a parameter. Called as a Java method by REV_HISTORY.
computeWfDocumentsInfo
Evaluates the workflow content item information and passes WfDocuments as a parameter. Called as a Java method by GET_WORKFLOWDOCUMENTS.
conditionalDetermineCheckin
Prepares the form for check in. Called as a Java method by FORM_PROCESS.
continueCheckin
Called as a Java method by CONTINUE_CHECKIN.
controlIndexing
Executes the search indexing control. Called as a Java method by CONTROL_SEARCH_INDEX.
createAddEditProviderForm
Creates an Add/Edit provider form. Called as a Java method by GET_ADD_EDIT_PROVIDER_FORM.
createArchiveFileName
Creates the archive file name. Called as a Java method by GET_ARCHIVED_FILE.
createFileName
Creates a new file name. Called as a Java method by GET_FILE and LOAD_RESOURCE_FILE.
createNewRev
Called as a Java method by ADD_WORKFLOWDOCUMENT_SUB.
createResultSetSQL
Executes a query with parameters taken from the Data Binder (dataSource and whereClause local data) rather than from given parameters. It places the results in the local data using the ResultSet name found in the Data Binder (resultName). Called as a Java method by these services:
createSubscriptionType
Creates the subscription type. Called as a Java method by CREATE_SUBSCRIPTION_TYPE.
createWebFileNameFromRelativeUrl
Creates a Web file name from the provided relative URL and passes TEMPLATE_URL_INFO as a parameter. Called as a Java method by GET_DYNAMIC_URL.
createWorkflowID
Creates the workflow label. Called as a Java method by ADD_WORKFLOW.
A.5 D
Dalias
Deletes the alias. Called as an Execute Query action by DELETE_ALIAS.
DaliasUsers
Deletes the alias user. Called as an Execute Query action by DELETE_ALIAS and EDIT_ALIAS.
Dcollaboration
Called as an Execute Query action by DELETE_COLLABORATION.
DdocAccount
Deletes the content item account. Called as an Execute Query action by DELETE_DOC_ACCOUNT.
DdocFormat
Deletes the content item format. Called as an Execute Query action by DELETE_DOCFORMAT.
DdocType
Deletes the content item type. Called as an Execute Query action by DELETE_DOCTYPE.
Ddocument
Called as an Execute Query action by these services:
decodeTopicValues
Decodes the topic values. Called as a Java method by PNE_SAVE_QUERY.
deleteAliases
Called as a Java method by DELETE_WFCONTRIBUTORS.
deleteCollaboration
Called as a Java method by DELETE_COLLABORATION.
deleteDoc
Retrieves the data assigned to the parameter REVISIONS and deletes the content item. Called as a Java method by DELETE_BYCLASS and DELETE_BYNAME.
deleteDocumentSubscription
Deletes the content item subscription and passes deleteRev as a parameter. Called as a Java method by these services:
deleteProblemReport
Deletes the problem report information. Called as a Java method by DELETE_PROBLEMREPORT.
deleteProvider
Deletes the provider. Called as a Java method by DELETE_PROVIDER.
deleteResultTemplate
Deletes the result template. Called as a Java method by DELETE_RESULT_TEMPLATE.
deleteRev
Deletes a previous revision of a content item and passes DOC_INFO as a parameter. Called as a Java method by DELETE_REV and DELETE_REV_EX.
deleteRevFiles
Called as a Java method by these services:
deleteSchemaRelation
Called as a Java method by DELETE_SCHEMA_RELATION.
deleteSchemaTable
Called as a Java method by DELETE_SCHEMA_TABLE.
deleteSchemaView
Called as a Java method by DELETE_SCHEMA_VIEW.
deleteSubscriptionType
Action that deletes the subscription type. Called as a Java method by DELETE_SUBSCRIPTION_TYPE.
deleteTemplate
Deletes the workflow template. Called as a Java method by ADD_WF_TEMPLATE.
deleteWfDesign
Called as a Java method by DELETE_WORKFLOW and DELETE_WORKFLOWCRITERIA.
deleteWfDocuments
Deletes workflow content items. Called as a Java method by DELETE_WORKFLOWDOCUMENTS.
deleteWorkflowScript
Deletes a workflow script. Called as a Java method by DELETE_WORKFLOW_SCRIPT.
deleteWorkflowStepScript
Deletes the script associated with the workflow step. Called as a Java method by DELETE_WORKFLOWSTEP.
deleteWorkflowToken
Deletes the workflow token. Called as a Java method by DELETE_WORKFLOW_TOKEN.
determineCheckin
Prepares the form for check in. Called as a Java method by these services:
DextensionMap
Deletes the extension map. Called as an Execute Query action by DELETE_DOCEXTENSION.
DgroupRole
Deletes the role. Called as an Execute Query action by DELETE_GROUP.
disableSendFile
Called as a Java method by GET_DYNAMIC_CONVERSION.
Dmetadef
Deletes the meta definition information. Called as an Execute Query action by DEL_METADEF.
doCachedCheckinCleanup
Called as a Java method by CONTINUE_CHECKIN and DELETE_CHECKIN_CACHE.
doCachedCleanup
Called as a Java method by CONTINUE_SUBMIT_HTML_FORM.
DocFormats
Retrieves content item formats. The result of this query is assigned to the DocFormats parameter and stored for later use. Called as a Select Cache Query action by GET_DOCFORMATS.
docHistoryInfo
Evaluates content item history information and passes Checkout and IdocHistory as parameters. Called as a Java method by these services:
docRefinery
Initiates the refinery check-in process. Called as a Java method by these services:
doSubService
Executes the specified SubService. Called as a Java method by these services:
doSubserviceIfMetafile
Called as a Java method byUPDATE_DOCINFO_SUB.
doUpload
Called as a Java method by CHUNKED_UPLOAD.
downloadComponent
Called as a Java method by DOWNLOAD_COMPONENT.
downloadItems
Called as a Java method by DOWNLOAD_LISTBOX_ITEMS.
doWorkflowAction
Performs the workflow action. Called as a Java method by these services:
DproblemReport
Deletes the problem report information. Called as an Execute Query action by DELETE_PROBLEMREPORT.
Drole
Deletes the role. Called as an Execute Query action by DELETE_ROLE.
DsecurityGroup
Deletes the security group. Called as an Execute Query action by DELETE_GROUP.
DsubscriptionType
Deletes the subscription type. Called as an Execute Query action by DELETE_SUBSCRIPTION_TYPE.
Duser
Called as an Execute Query action by DELETE_USER.
DuserSecurityAttributes
Deletes the user security attributes. Called as an Execute Query action by these services:
DuserSubscription
Called as an Execute Query action by DELETE_USER.
Dworkflow
Deletes the workflow. Called as an Execute Query method by DELETE_WORKFLOW and DELETE_WORKFLOWCRITERIA.
DworkflowAliasAll
Deletes the workflow aliases. Called as an Execute Query action by DELETE_WORKFLOW and DELETE_WORKFLOWCRITERIA.
DworkflowCriteria
Deletes the workflow criteria. Called as an Execute Query action by DELETE_WORKFLOWCRITERIA.
DworkflowDocState
Deletes the workflow content item state. Called as an Execute Query action by WORKFLOW_REJECT.
DworkflowDocumentAll
Deletes the workflow content items. Called as an Execute Query by these services:
DworkflowStateAll
Deletes the workflow states. Called as an Execute Query action by these services:
DworkflowStep
Deletes the workflow steps. Called as an Execute Query action by DELETE_WORKFLOWSTEP.
DworkflowStepAliases
Deletes the workflow step aliases. Called as an Execute Query action by DELETE_WORKFLOWSTEP.
DworkflowStepsAll
Deletes the workflow steps. Called as an Execute Query action by DELETE_WORKFLOW and DELETE_WORKFLOWCRITERIA.
DworkflowUserAttributeAll
Deletes the workflow user attributes. Called as an Execute Query action by these services:
A.6 E
editCollaboration
Called as a Java method by EDIT_CLBRA_ACCESS_LIST and EDIT_COLLABORATION.
editCriteria
Prepares the criteria for edit. Called as a Java method by EDIT_WORKFLOWCRITERIA.
editRole
Edits role information. Called as a Java method by EDIT_ROLE.
editSchemaRelation
Called as a Java method by EDIT_SCHEMA_RELATION.
editSchemaView
Called as a Java method by EDIT_SCHEMA_VIEW.
editSchemaViewValues
Called as a Java method by EDIT_SCHEMA_VIEW_VALUES.
editTemplate
Edits the workflow template. Called as a Java method by EDIT_WF_TEMPLATE.
editWorkflowScript
Called as a Java method by EDIT_WORKFLOW_SCRIPT.
editWorkflowStep
Edits the workflow step and passes IworkflowStep as a parameter. Called as a Java method by EDIT_WORKFLOWSTEP.
editWorkflowStepScript
Edits the script associated with the workflow step. Called as a Java method by EDIT_WORKFLOWSTEP.
editWorkflowToken
Called as a Java method by EDIT_WORKFLOW_TOKEN.
enableDisableProvider
Changes the provider enable state. Called as a Java method by ENABLE_DISABLE_PROVIDER.
executeArchiveMethod
Performs a specified action on an archive collection: add, delete, and so on. Called as a Java method by these services:
executeCommands
Called as a Java method by EXECUTE_BATCH.
executeManifest
Executes the manifest. Called as a Java method by UPLOAD_NEW_COMPONENT.
executePageService
Executes the page service. Called as a Java method by PAGE_HANDLER and SAVE_GLOBALINCLUDES.
ExtensionFormatMap
Retrieves the extension format map. The result of this query is assigned to the ExtensionFormatMap parameter and stored for later use. Called as a Select Cache Query method by GET_DOCEXTENSIONS.
A.7 F
filterUpdateData
Filters the update information. Called as a Java method by EDIT_USER_PROFILE.
A.8 G
getCollaborationData
Called as a Java method by these services:
getCollaborationDocs
Called as a Java method by GET_CLBRA_DOCUMENTS.
getCollaborations
Called as a Java method by GET_COLLABORATION_LIST.
getCompanionHistory
Called as a Java method by GET_WORKFLOW_INFO and GET_WORKFLOW_INFO_BYNAME.
getComponentConfig
Called as a Java method by GET_COMPONENT_CONFIG.
getDefaultDocFormats
Sets the default content item format. Called as a Java method by DOC_FORMATS_WIZARD.
getDocFormats
Retrieves the file formats for the content item. Called as a Java method by these services:
getDocSubscriptionInfo
Evaluates if the current user has subscribed to the content item and modifies the DOC_INFO page. Called as a Java method by these services:
getDocumentList
Retrieves the content item list. Called as a Java method by DOC_SUBS_LIST.
getDynamicPage
Retrieves the dynamic page. Called as a Java method by GET_DYNAMIC_PAGE.
getExternalDocInfo
Retrieves the external content item information. Called as a Java method by GET_EXTERNAL_DOC_INFO.
getExternalSecurityInfo
Evaluates the assigned security level to verify that the user is authorized to perform this action. The action passes SearchCollectionDocInfo as a parameter. Called as a Java method by these services:
getFilesInAppDir
Retrieves the files listed in the application directory. Called as a Java method by GET_FILELIST.
getHighlightInfo
Presents the content item highlight information. Called as a Java method by these services:
getLatestID
Passes QlatestID as a parameter. Called as a Java method by DELETE_REV.
getLatestIDRevInfo
Retrieves the latest revision information and passes Qrevisions as a parameter. Called as a Java method by these services:
getOptionList
Retrieves the latest revision information and passes Qrevisions as a parameter. Called as a Java method by GET_OPTION_LIST and UPDATE_OPTION_LIST.
getOutgoingProviders
Called as a Java method by GET_PROXIEDSERVERS.
getProxiedArchiveCollections
Called as a Java method by GET_PROXIED_ARCHIVECOLLECTIONS.
getSchemaRelations
Called as a Java method by GET_SCHEMA_RELATIONS.
getSchemaTableInfo
Called as a Java method by GET_SCHEMA_TABLE_INFO and GET_SCHEMA_VIEW_INFO.
getSchemaTables
Called as a Java method by GET_SCHEMA_TABLES.
getSchemaViewInfo
Called as a Java method by GET_SCHEMA_VIEW_INFO.
getSchemaViews
Called as a Java method by GET_SCHEMA_VIEWS.
getSearchResults
Retrieves the search results. Called as a Java method by GET_SEARCH_RESULTS and PNE_GET_SEARCH_RESULTS.
getSubscriptionList
Retrieves the subscription list and passes QdocNameSubscription QnotDocNameSubscriptions as parameters. Called as a Java method by SUBSCRIPTION_LIST and UNSUBSCRIBE_FROM_LIST.
getTable
Called as a Java method by GET_TABLE.
getTemplate
Retrieves template data. Called as a Java method by GET_WF_TEMPLATE.
getTemplateConversions
Called as a Java method by GET_TEMPLATE_CONVERSIONS.
getTemplates
Retrieves the workflow template data. Called as a Java method by GET_WF_TEMPLATES.
getURLAbsolute
Resolves the URL of the content item. The URL is passed to the Web Location: entry of the DOC_INFO template. Called as a Java method by DOC_INFO and REVIEW_WORKFLOW_DOC.
getUserAttributes
Retrieves user attributes. Called as a Java method by QUERY_USER_ATTRIBUTES.
getUserCollaborationList
Called as a Java method by GET_USER_CLBRA_LIST.
getUserMailAddress
Resolves the email address of the content item author and the user who has checked out the content item. The action passes dDocAuthor and AuthorAddress as parameters. Called as a Java method by these services:
getUserProfile
Retrieves user profile information. Called as a Java method by GET_USER_INFO.
getUsers
Retrieves user list. Called as a Java method by GET_USERS.
getUserUnique
Retrieves the unique user name. Called as a Java method by REGISTER_USER.
getViewEditInfo
Called as a Java method by GET_SCHEMA_VIEW_EDIT_INFO.
getViewValues
Called as a Java method by GET_SCHEMA_VIEW_VALUES.
getWebAppStatus
Called as a Java method by GET_WEB_APP_STATUS.
getWfDocuments
Retrieves workflow content items and passes WfDocuments as a parameter. Called as a Java method by these services:
getWorkflowDesignInfo
Called as a Java method by GET_WORKFLOW.
getWorkflowDocumentInfo
Called as a Java method by GET_WORKFLOW.
getWorkflowInfo
Evaluates whether the content item is part of a workflow. The action passes WF_INFO as a parameter. The DOC_INFO template is referenced and if WF_INFO exists the workflow information is included in the DOC_INFO template. Called as a Java method by DOC_INFO and REVIEW_WORKFLOW_DOC.
getWorkflowScript
Called as a Java method by GET_WORKFLOW_SCRIPT.
getWorkflowStepAliasesInfo
Retrieves the workflow step alias information. Called as a Java method by GET_WORKFLOW.
A.9 H
hidePassword
Hides the password and passes USER_INFO as a parameter. Called as a Java method by GET_USER_INFO.
A.10 I
Ialias
Inserts the alias user information. Called as an Execute Query action by ADD_ALIAS.
Icollaboration
Called as an Execute Query action by ADD_COLLABORATION.
IdocAccount
Inserts a new account. Called as an Execute Query action by ADD_DOC_ACCOUNT.
IdocFormat
Inserts the content item format. Called as an Execute Query action by ADD_DOCFORMAT.
IdocType
Inserts the content item type. Called as an Execute Query action by ADD_DOCTYPE.
IextensionMap
Inserts the extension map. Called as an Execute Query action by ADD_DOCEXTENSION.
Imeta
Inserts the meta data information. Called as an Execute Query action by these services:
Imetadef
Inserts the meta data definition information. Called as an Execute Query action by ADD_METADEF.
insertAliasUsers
Adds the alias information to the database. Called as a Java method by ADD_ALIAS and EDIT_ALIAS.
insertGroupRow
Called as a Java method by ADD_GROUP.
IproblemReport
Updates the problem report. Called as an Execute Query action by ADD_PROBLEMREPORT.
Irevision
Updates the revision ID. Called as an Execute Query action by these services:
Irole
Inserts the role. Called as an Execute Query by ADD_ROLE.
isDocCheckedOut
Called as a Java method by these services:
IsecurityGroup
Inserts the security group. Called as an Execute Query action by ADD_GROUP.
Isubscription
Inserts the subscription. Called as an Execute Query by SUBSCRIBE_EX.
Iworkflow
Inserts the workflow information in the database. Called as an Execute Query action by ADD_WORKFLOW.
IworkflowDocument
Called as an Execute Query action by ADD_WORKFLOWDOCUMENT_SUB.
IworkflowState
Provides an internal status table that stores information about content items in active workflows. Called as an Execute Query action by WORKFLOW_APPROVE.
A.11 L
loadActiveComponentData
Loads configuration information and passes ACTIVE_COMPONENTS as a parameter. Called as a Java method by CONFIG_INFO.
loadAndValidateValues
Evaluates the specified values. Called as a Java method by these services:
loadCollaborationList
Called as a Java method by GET_ACTIVE_WORKFLOWS.
loadComponentInstallInfo
Called as a Java method by GET_COMPONENT_INSTALL_FORM.
loadComponentInstallSettings
Called as a Java method by GET_COMPONENT_INSTALL_SETTINGS'.
loadConfigurationInfo
Loads the content item specific configuration information. Called as a Java method by GET_DOC_CONFIG_INFO.
loadDefaultInfo
Loads the default configuration information. Called as a Java method by these services:
loadDocConfig
Loads the content item configuration information. Called as a Java method by DOC_FORMATS_WIZARD and EDIT_DOC_FORMATS.
loadDocDefaults
Called as a Java method by these services:
loadFilterConfig
Called as a Java method by these services:
loadGlobalIncludes
Loads the global includes. Called as a Java method by LOAD_GLOBALINCLUDES.
loadMetaDefaults
Loads the default configuration information. Called as a Java method these services:
loadMetaOptionsLists
Loads the meta data options list. Called as a Java method by these services:
loadPRStateLists
Loads the problem report state lists. Called as a Java method by GET_PROBLEMREPORTS_SEARCH_FORM and GET_UPDATE_PROBLEMREPORT_FORM.
loadRegisteredProjects
Retrieves problem report search information. Called as a Java method by GET_PROBLEMREPORTS_SEARCH_FORM.
loadServerOutput
Loads the server output. Called as a Java method by CLEAR_SERVER_OUTPUT and GET_SERVER_OUTPUT.
loadSharedTable
Loads the shared table information and passes ArchiveCollections as a parameter. Parameters vary by service. Called as a Java method by these services:
loadTopic
Called as a Java method by these services:
loadTraceFlags
Called as a Java method by GET_SYSTEM_AUDIT_INFO.
loadUserAndCheckEditAllowed
Loads the user information and evaluates the allowed edit privilege for the user. Called as a Java method by these services:
loadUserMetaData
Loads the user meta data information. Called as a Java method by these services:
loadWfCompanionInfo
Retrieves information for companion workflows. Called as a Java method by GET_WF_COMPANION_INFO.
A.12 M
makeNewRevClass
Called as a Java method by CACHE_CHECKIN_NEW and CHECKIN_NEW_SUB.
mapDocNamedResultSetValuesCheckMetaChange
Called as a Java method by CACHE_WORKFLOW_CHECKIN.
mapDocResultSetCheckMetaChange
Called as a Java method by CACHE_CHECKIN_SEL and CHECKIN_SEL_SUB.
mapNamedResultSetValues
Retrieves the data assigned to the parameter DOC_INFO and maps the result set values for dStatus, dReleaseState, and dProcessingState. The parameter is the same among services while the result set map values vary by service. Called as a Java method by these services:
mapResultSet
Maps the result set and passes QdocInfo, dRevClassID, dDocName, dSecurityGroup, dCheckoutUser, dDocAccount, and dPublishState as parameters. Parameters vary based on service. Called as a Java method by these services:
markDocDeleted
Sets the status message and passes delete_doc as a parameter. Called as a Java method by these services:
markRevDeleted
Updates the revision status as deleted. Called as a Java method by these services:
mergeTable
Merges the named table. Called as a Java method by MERGE_TABLE.
A.13 N
notifyChange
Notifies the provider of changes to the content item. Called as a Java method by NOTIFY_CHANGE.
notifyCollaborationUsers
Called as a Java method by ADD_COLLABORATION and EDIT_CLBRA_ACCESS_LIST.
notifyContributor
Called as a Java method by ADD_PROBLEMREPORT and RESEND_PROBLEMREPORT.
notifyPublisher
Called as a Java method by ADD_PROBLEMREPORT and RESEND_PROBLEMREPORT.
A.14 P
packageEnvironment
Called as a Java method by PACKAGE_ENVIRONMENT.
packageLocalization
Called as a Java method by LOAD_USER_LOCALIZATION.
pageRequest
Executes an HTML page request. Called as a Java method by these services:
postCheckinFilter
Processes the post checkin filter. Called as a Java method by FORM_PROCESS.
postHtmlFormCheckin
Submits the HTML form. Called as a Java method by CONTINUE_SUBMIT_HTML_FORM and SUBMIT_HTML_FORM.
prepareCheckinSecurity
Evaluates the assigned security level to verify that the user is authorized to perform this action. Called as a Java method by these services:
prepareDocInfoValidate
Called as a Java method by VALIDATE_DOCINFO.
prepareFormContinue
Called as a Java method by CONTINUE_SUBMIT_HTML_FORM.
prepareForPreview
Called as a Java method by CACHE_SUBMIT_HTML_FORM.
prepareInsertNew
Called as a Java method by INSERT_NEW.
prepareMailForStepUsers
Sends email to the workflow step users. Called as a Java method by WORKFLOW_REJECT and WORKFLOW_START.
prepareRedirect
Prepares the redirect template for the specified service. Called as a Java method by these services:
prepareTopicEdits
Prepares the topic edits. Called as a Java method by these services:
prepareWebViewableDelivery
Called as a Java method by GET_DYNAMIC_CONVERSION.
prepSubscription
Prepares the subscription. Called as a Java method by DOC_SUBS_LIST.
prepSubscriptionDateUpdate
Prepares the subscription date for update and passes the specified parameter. Called as a Java method by UPDATE_SUBSCRIPTION_NOTIFY and UPDATE_SUBSCRIPTION_USED.
processCheckinArchive
Checks the content item into the archive. Called as a Java method by these services:
processForm
Processes the form submission and passes checkSecurity as a parameter. Called as a Java method by FORM_PROCESS.
A.15 Q
Qalias
Queries the user alias information. The result of this query is assigned to the parameter AliasInfo. Called as a Select Query action by ADD_ALIAS and EDIT_ALIAS.
QaliasesForUser
Queries if the user has been assigned an alias. The result of this query is assigned to the parameter Alias. Called as a Select Query action by DELETE_USER.
QarchivedDoc
Retrieves archived content item information from the database. The result of this query is assigned to the parameter FILE_DOC_INFO and stored for later use. This action should not throw any exceptions. The control mask setting specifies that the query must return a record or the action fails with the given error message. Called as a Select Cache Query action by GET_ARCHIVED_FILE.
Qcache
Called as a Select Cache Query action by CONTINUE_SUBMIT_HTML_FORM.
QcheckinCache
Called as a Select Cache Query by these services:
QcheckinCachesForUser
Called as a Select Cache Query action by these services:
Qcollaboration
Called as a Select Query action by ADD_COLLABORATION.
Called as a Select Cache Query action by these services:
QdocAccount
Queries the content item account information. The result of this query is assigned to the parameter DOCACCOUNT_INFO. Called as a Select Query action by ADD_DOC_ACCOUNT.
QdocAccounts
Retrieves content item account information. The result of this query is assigned to the parameter DOCACCOUNT_INFO and stored for later use. Called as a Select Cache Query action by QUERY_DOC_ACCOUNTS.
QdocInfo
Retrieves content item information. The result of this query is assigned to the parameter DOC_INFO. Called as a Select Cache Query action by these services:
QdocInfoSimilarCheckin
Called as a Select Cache Query by CHECKIN_SEL_SUB.
QdocName
Called as a Select Cache Query by these services:
QdocNameMeta
Retrieves the content item name. The result of this query is assigned to the parameter DOC_INFO and stored for later use. Called as a Select Cache Query by these services:
QdocType
Queries the content item's file type information. The result of this query is assigned to the parameter DOCTYPE_INFO. Called as a Select Query action by ADD_DOCTYPE.
QdocTypeDocuments
Queries a specific content item's file type information. The result of this query is assigned to the parameter DOCUMENTS. Called as a Select Query action by DELETE_DOCTYPE.
QdocTypes
Retrieves content item types. The result of this query is assigned to the parameter DocTypes and stored for later use. Called as a Select Cache Query action by GET_DOCTYPES.
QdocumentProblemReports
Called as a Select Cache Query action by GET_DOCUMENT_PROBLEMREPORTS.
Qdocuments
Called as a Select Cache Query action by UPDATE_DOCINFO_BYREV and UPDATE_DOCINFO_SUB.
QextensionFormatMap
Queries the content item's format map extension. The result of this query is assigned to the parameter FormatMap. Called as a Select Query action by DELETE_DOCFORMAT.
QextensionMap
Queries the mapping of the file extension. The result of this query is assigned to the parameter ExtensionMap. Called as a Select Query action by ADD_DOCEXTENSION.
QformatMap
Queries the format map information. The result of this query is assigned to the parameter FormatMap. Called as a Select Query action by ADD_DOCFORMAT.
Qgroup
Queries group information. The result of this query is assigned to the parameter GROUP_INFO. Called as a Select Query action by ADD_GROUP.
QgroupRevisions
Queries group revision information. The result of this query is assigned to the parameter GROUP_REVS. Called as a Select Query action by DELETE_GROUP.
QgroupRole
Queries group role information. The result of this query is assigned to the parameter GroupRole. Called as a Select Cache Query action by EDIT_GROUP.
QgroupWF
Queries group workflow information. The result of this query is assigned to the parameter GROUP_WF. Called as a Select Query action by DELETE_GROUP.
QisAliasSubscribed
Queries if the alias is subscribed. The result of this query is assigned to the parameter SUBSCRIIPTION_INFO. Called as a Select Query action by SUBSCRIBE_EX.
QisDocWFLocked
Called as a Select Query action by ADD_WORKFLOWDOCUMENT_SUB.
QisWfTokenUsed
Called as a Select Query action by DELETE_WORKFLOW_TOKEN.
QlatestIDByName
Retrieves the latest content item name information. The result of this query is assigned to the parameter DOC_LATEST_ID and stored for later use. The control mask setting specifies that the query must return a record or the action fails with the given error message. Called as a Select Cache Query action by CHECKOUT_BY_NAME and UNDO_CHECKOUT_BY_NAME.
Qmetadef
Called as a Select Query action by these services:
QmetaFieldInfo
Retrieves meta data field information and passes MetaFieldInfo as a parameter. Called as a Select Cache Query action by GET_METADEFS and UPDATE_META_TABLE.
QODMAdocInfo
Called as a Select Cache Query action by ODMA_DOC_INFO_SIMPLE.
QproblemReport
Retrieves problem report information from the database using a query. The result of this query is assigned to the parameter ProblemReport and stored for later use. Called as a Select Cache Query by these services:
QprojectDocument
Called as a Select Cache Query by these services:
QregisteredProject
Retrieves registered project information. The result of this query is assigned to the specified parameter. Called as a Select Cache Query by these services:
QreleasedDocInfo
Retrieves content item security information. The result of this query is assigned to the parameter SEC_DOC_INFO and stored for later use. The control mask setting specifies that the query must return a record or the action fails with the given error message. Called as a Select Cache Query action by GET_HIGHLIGHT_INFO and GET_XML_HIGHLIGHT_INFO.
QrevHistory
Retrieves revision history information. The result of this query is assigned to the parameter REVISION_HISTORY. The DOC_INFO template uses REVISION_HISTORY in a loop to present information about each revision in the DOC_INF page. Called as a Select Cache Query action by DOC_INFO and REVIEW_WORKFLOW_DOC.
QrevHistoryReleased
Retrieves revision history information. The result of this query is assigned to the parameter REVISION_HISTORY. The DOC_INFO template uses REVISION_HISTORY in a loop to present information about each revision in the DOC_INFO page. Called as a Select Cache Query action by REV_HISTORY.
QrevisionsByClass
Retrieves revision information by class. The result of this query is assigned to the parameter REVISIONS and stored for later use. Called as a Select Cache Query by DELETE_BYCLASS and DELETE_DOC.
QrevisionsByName
Called as a Select Cache Query action by DELETE_BYNAME.
Qrole
Queries role information. The result of this query is assigned to the parameter ROLE_INFO. Called as a Select Query action by ADD_ROLE.
Qroles
Queries role information. The result of this query is assigned to the parameter ROLES and stored for later use. The action throws a data exception if it is unable to query for list of roles. Called as a Select Cache Query action by ADD_GROUP.
QsecurityGroup
Retrieves security group information from the database. The result of this query is assigned to the parameter SECURITY_GROUPS. The control mask setting specifies that the query must return a record or the action fails with the given error message. The action throws a data exception if the security group is not in the database.
Called as a Select Query action by EDIT_GROUP.
Called as a Select Cache Query action by QUERY_GROUP.
Quser
Retrieves user information. The result of this query is assigned to the parameter USER_INFO and stored for later use. The control mask setting specifies that the query must return a record or the action fails with the given error message. The action throws a data exception if the system is unable to retrieve information for the specified user. Called as a Select Cache Query action by GET_USER_INFO.
QuserMetaFieldInfo
Called as a Select Cache Query action by GET_USER_METADEFS and UPDATE_USER_META_TABLE.
QuserSecurityAttributeByType
Retrieves the security attributes by type. The result of this query is assigned to the parameter RoleUsers. Called as a Select Query action by DELETE_ROLE.
QuserSubscription
Retrieves the user subscription information. The result of this query is assigned to the parameter USER_SUBSCRIPTION and stored for later use. Called as a Select Cache Query action by DOC_SUBS_LIST.
QwfCriteriaDocRevs
Retrieves the workflow revision criteria. The result of this query is assigned to the parameter WfDocuments and stored for later use. This action should not throw any exceptions. Called as a Select Cache Query by CRITERIAWORKFLOW_DISABLE and CRITERIAWORKFLOW_DISABLE_SUB.
QwfDocInformation
References the active workflow content item revision ID. The result of this query is assigned to the parameter DOC_INFO and stored for later use. Called as a Select Cache Query action by WORKFLOW_REJECT.
QwfDocName
Called as a Select Cache Query action by ADD_WORKFLOWDOCUMENT_SUB.
QwfDocState
Called as a Select Cache Query action by GET_WORKFLOW_INFO and GET_WORKFLOW_INFO_BYNAME.
QwfStates
Retrieves the workflow state information and provides an internal status table that stores information about content items in active workflows. The result of this query is assigned to the parameter WorkflowState and stored for later use. This action should not throw any exceptions. Called as a Select Cache Query action by GET_WORKFLOWDOCREVISIONS.
Qworkflow
Retrieves workflow information. The result of this query is assigned to the specified parameter. Called as a Select Query by action by ADD_WORKFLOW.
Called as a Select Cache Query action by these services:
QworkflowAlias
Retrieves workflow alias information. The result of this query is assigned to the parameter WFAlias. Called as a Select Query action by DELETE_ALIAS.
QworkflowAliases
Retrieves workflow alias information. Called as a Select Cache Query action by DELETE_WFCONTRIBUTORS
QworkflowCriteriaForGroup
Called as a Select Cache Query action by GET_CRITERIA_WORKFLOWS_FOR_GROUP.
QworkflowCriteriaStepsForGroup
Called as a Select Cache Query action by GET_CRITERIA_WORKFLOWS_FOR_GROUP.
QworkflowDocument
Retrieves workflow content item information. The result of this query is assigned to the parameter WfDocuments and stored for later use. Called as a Select Cache Query action by these services:
QworkflowDocuments
Retrieves workflow content item information. The result of this query is assigned to the parameter WfDocuments and stored for later use. Called as a Select Cache Query action by GET_WORKFLOW and GET_WORKFLOWDOCUMENTS.
QworkflowForID
Called as a Select Cache Query action by GET_WORKFLOW_INFO and GET_WORKFLOW_INFO_BYNAME.
Qworkflows
Called as a Select Cache Query by GET_WORKFLOWS_FOR_ALL.
QworkflowStep
Retrieves workflow step information. The result of this query is assigned to the parameter STEP_INFO. The action throws a data exception if the step name is not unique. Called as a Select Query action by ADD_WORKFLOWSTEP. Called as a Select Cache Query action by EDIT_WORKFLOWSTEP.
QworkflowSteps
Retrieves workflow step information including step description, type, and number of reviewers required to pass each step. The result of this query is assigned to the specified parameter. Called as a Select Cache Query action by these services:
QworkflowStepsAll
Called as a Select Cache Query action by GET_WORKFLOWS_FOR_ALL.
A.16 R
refreshCache
Refreshes the cached specified information. The specified information varies by service. Called as a Java method by these services:
refreshLayoutLists
Called as a Java method by LM_LOAD_LAYOUTS_SUB.
refreshRoles
Refreshes the user roles. Called as a Java method by these services:
rejectDoc
Rejects the content item and passes UrevisionStatus as a parameter. Called as a Java method by WORKFLOW_REJECT.
remoteCredentialsCheck
Called as a Java method by CHECK_USER_CREDENTIALS.
removeCachedUser
Called as a Java method by these services:
removeContext
Called as a Java method by REMOVE_WEB_APP.
removeSubscription
Deletes the subscription and passes Dsubscription as a parameter. Called as a Java method by these services:
renameValues
Renames the associated values and passes specified parameters. Called as a Java method by these services:
requestSecurityInfo
Requests the security information. Called as a Java method by REQUEST_SECURITYINFO.
resubmitDocToConversion
Resubmits the content item for conversion. Called as a Java method by RESUBMIT_FOR_CONVERSION.
retrieveAllProviderInfo
Retrieves the provider list. Called as a Java method by GET_ALL_PROVIDERS
retrieveCachedInfo
Called as a Java method by these services:
retrieveProblemReportInfo
Retrieves the problem report information. Called as a Java method by these services:
retrieveProviderInfo
Retrieves registered provider information. Called as a Java method by GET_PROVIDER_INFO.
retrieveUserDatabaseProfileData
Retrieves the user database profile information. Called as a Java method by REGISTER_USER.
runHtmlConversion
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
A.17 S
saveGlobalIncludes
Saves the global includes. Called as a Java method by SAVE_GLOBALINCLUDES.
saveTemplateConversions
Called as a Java method by SAVE_TEMPLATE_CONVERSIONS
saveUserOptionList
Saves the user option list. Called as a Java method by UPDATE_USEROPTION_LIST.
searchCacheReport
Called as a Java method by APPEND_SEARCH_AUDIT_INFO.
searchProblemReports
Retrieves problem report search information. Called as a Java method by GET_PROBLEMREPORTS_SEARCH_RESULTS.
sendMailTo
Sends an email to the problem report contributor. Called as a Java method by NOTIFY_CONTRIBUTOR.
setConditionVars
Called as a Java method by these services:
setDateToPresent
Sets the current date and passes the specified parameter. Called as a Java method by these services:
setDeleteRevReleaseState
Updates the revision status as deleted. Called as a Java method by these services:
setExternalDocInfoFields
Sets the external content item information fields. Called as a Java method by GET_EXTERNAL_DOC_INFO.
setFileConversionInfo
Called as a Java method by GET_DYNAMIC_CONVERSION.
setInputConversionInfo
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
setLocalValues
Sets the associated local values and passes the specified parameters. Called as a Java method by these services:
setOutputConversionInfo
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
setStatusMessage
Sets the status message and passes the specified parameter. Called as a Java method by these services:
setTemplateConversionInfo
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
setTraceFlags
Called as a Java method by EDIT_TRACE_OPTIONS.
startCriteriaWorkflow
Enables the criteria workflow. Called as a Java method by CRITERIAWORKFLOW_ENABLE.
startWorkflow
Starts the workflow process and passes WfDocuments as a parameter. Called as a Java method by WORKFLOW_START.
storeUserDatabaseProfileData
Stores the user profile information in the database. Called as a Java method by these services:
submitForm
Submits the form. Called as a Java method by FORM_SUBMIT.
submitHtmlForm
Submits the form. Called as a Java method by these services:
A.18 T
testProvider
Tests the provider. Called as a Java method by TEST_PROVIDER.
testWorkflowScript
Called as a Java method by TEST_WORKFLOW_SCRIPT.
A.19 U
Ualias
Updates an alias. Called as an Execute Query action by EDIT_ALIAS.
UcheckoutRevision
Updates the revision as checked out. Called as an Execute Query action by CHECKOUT_SUB.
Ucollaboration
Called as an Execute Query action by EDIT_CLBRA_ACCESS_LIST and EDIT_COLLABORATION.
UdeleteRevision
Updates the revision status as deleted. Called as an Execute Query action by these services:
UdocFormat
Updates the content item format information. Called as an Execute Query action by EDIT_DOCFORMAT.
UdocType
Updates the content item type. Called as an Execute Query action by EDIT_DOCTYPE.
UextensionMap
Updates the extension map. Called as an Execute Query action by EDIT_DOCEXTENSION.
Umeta
Updates the metadata information. Called as an Execute Query action by these services:
Umetadef
Updates the meta data definition information. Called as an Execute Query action by EDIT_METADEF.
UnextCounter
Updates the counter. Called as an Execute Query action by ADD_PROBLEMREPORT.
UnextRevID
Updates the revision ID. Called as an Execute Query action by these services:
uninstallComponent
Called as a Java method by UNINSTALL_COMPONENT.
updateAffectedWorkflows
Called as a Java method by EDIT_COLLABORATION.
updateCache
Called as a Java method by UPDATE_FILTER_INFO.
updateCollaborationCache
Called as a Java method by these services:
updateComponentConfig
Called as a Java method by UPDATE_COMPONENT_CONFIG.
updateConversionCache
Called as a Java method by GET_DYNAMIC_CONVERSION_SUB.
updateDocFormatsConfig
Updates content item format configuration. Called as a Java method by EDIT_DOC_FORMATS.
updateDocInfo
Called as a Java method by UPDATE_DOCINFO_BYREV and UPDATE_DOCINFO_SUB.
updateFilterConfig
Called as a Java method by UPDATE_FILTER_INFO.
updateLicense
Called as a Java method by UPDATE_LICENSE.
updateMetaTable
Updates the meta data information table. Called as a Java method by UPDATE_META_TABLE.
updateOptionList
Updates the option list table. Called as a Java method by UPDATE_OPTION_LIST.
updateProblemReport
Updates the problem report information in the database. Called as a Java method by UPDATE_PROBLEMREPORT.
updateResultTemplate
Updates the result template. Called as a Java method by UPDATE_RESULT_TEMPLATE.
updateRevisionIDAndLabel
Updates the revision ID and revision label. Called as a Java method by CHECKIN_SEL_FORM.
updateSubscriptionType
Updates the subscription type. Called as a Java method by UPDATE_SUBSCRIPTION_TYPE.
updateUserLocale
Called as a Java method by EDIT_USER_PROFILE.
updateUserMeta
Called as a Java method by UPDATE_USER_META.
updateUserMetaTable
Called as a Java method by UPDATE_USER_META_TABLE.
updateWorkflowAndDocState
Updates the workflow and content item state information. Called as a Java method by WORKFLOW_APPROVE and WORKFLOW_REJECT.
updateWorkflowState
Updates the workflow state. Called as a Java method by DELETE_WORKFLOWDOCUMENTS.
updateWorkflowStateAfterCheckin
Called as a Java method by WORKFLOW_CHECKIN_SUB.
UproblemReport
Updates the problem report information in the database. Called as an Execute Query action by UPDATE_PROBLEMREPORT.
Urevision
Called as an Execute Query action by WORKFLOW_CHECKIN_SUB.
Urevision2
Called as an Execute Query action by these services:
UrevisionStatus
Updates the revision status. Called as an Execute Query action by WORKFLOW_REJECT.
UroleDefinition
UsecurityGroup
Updates the security group. Called as an Execute Query action by EDIT_GROUP.
UsubscriptionNotification
Updates the subscription notification data. Called as an Execute Query action by UPDATE_SUBSCRIPTION_NOTIFY.
UsubscriptionUse
Updates the user subscription. Called as an Execute Query action by UPDATE_SUBSCRIPTION_USED.
Uuncheckout
Updates the checkout information. Called as an Execute Query action by these services:
UuncheckoutPrevID
Updates the revision ID. Called as an Execute Query action by CHECKIN_BYNAME and CHECKIN_SEL_SUB.
UuserAuthType
Updates the user authorization type. Called as an Execute Query action by CHANGE_USER_AUTH_TYPE.
Uworkflow
Updates the workflow. Called as an Execute Query action by EDIT_WORKFLOW.
UworkflowCriteria
Updates the workflow criteria. Called as an Execute Query action by EDIT_WORKFLOWCRITERIA.
UworkflowDocStep
Updates the content item workflow step. Called as an Execute Query action by WORKFLOW_REJECT.
UworkflowWithProject
Updates workflow project information. Called as an Execute Query action by EDIT_WORKFLOWCRITERIA.
A.20 V
validateCheckinData
Validates the check in data and passes the specified parameter. Called as a Java method by these services:
validateCollaboration
Called as a Java method by these services:
validateDelete
Validates the delete request. Called as a Java method by DELETE_USER
validateMetaData
Called as a Java method by UPDATE_METADATA.
validateProblemReport
Validates the problem report. Called as a Java method by ADD_PROBLEMREPORT and UPDATE_PROBLEMREPORT.
validateStandard
Validates the standard data. Called as a Java method by these services:
validateSteps
Validates the steps for WfSteps and QworkflowStepAliases. Called as a Java method by CRITERIAWORKFLOW_DISABLE and WORKFLOW_START.
validateUserNameAndType
Called as a Java method by ADD_USER and CHANGE_USER_AUTH_TYPE.
viewDoc
Displays the content item and passes SearchCollectionDocInfo as a parameter. Called as a Java method by VIEW_DOC.