Home / Middleware / Oracle Fusion Middleware Online Documentation Library, 11g Release 1 (11.1.1.8) / WebCenter Content
Fusion Middleware Services Reference for Oracle WebCenter Content
ContentsOpens a new window
Opens a new window
Page 19 of 20

A Actions

This appendix lists alphabetically and describes the actions used by Oracle WebCenter Content services.

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 Section 3.1.3, "Actions."Opens a new window

A.2 A

addAliases

Adds the aliases and passes IworkflowAlias as a parameter. Called as a Java method by ADD_WORKFLOWALIASESOpens a new window.

addCollaboration

Called as a Java method by ADD_COLLABORATIONOpens a new window.

addContext

Called as a Java method by ADD_WEB_APPOpens a new window.

addFiles:

Checks in the content item by name. Called as a Java method by these services:

addOrEditDocMetaData

Called as a Java method by ADD_METADEFOpens a new window and EDIT_METADEFOpens a new window.

addOrEditProvider

Adds the new provider. Called as a Java method by ADD_EDIT_PROVIDEROpens a new window

addOrEditSchemaTable

Called as a Java method by ADDOREDIT_SCHEMA_TABLEOpens a new window.

addProblemReport

Adds the problem report to the database. Called as a Java method by ADD_PROBLEMREPORTOpens a new window.

addRegisteredUserAttribute

Retrieves the user database profile information. Called as a Java method by REGISTER_USEROpens a new window.

addSchemaRelation

Called as a Java method by ADD_SCHEMA_RELATIONOpens a new window.

addSchemaView

Called as a Java method by ADD_SCHEMA_VIEWOpens a new window.

addSubscription

Adds the subscription and passes Isubscription as a parameter. Called as a Java method by SUBSCRIBEOpens a new window.

addTemplate

Called as a Java method by ADD_WF_TEMPLATEOpens a new window.

addUserAttributes

Adds/updates the user security attributes and passes IuserSecurityAttribute as a parameter. Called as a Java method by ADD_USEROpens a new window and EDIT_USEROpens a new window.

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_WORKFLOWDOCUMENTSOpens a new window.

addWorkflow

Adds the workflow. Called as a Java method by ADD_WORKFLOWOpens a new window.

addWorkflowScript

Called as a Java method by ADD_WORKFLOW_SCRIPTOpens a new window.

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_WORKFLOWSTEPOpens a new window.

addWorkflowStepScript

Called as a Java method by ADD_WORKFLOWSTEPOpens a new window.

addWorkflowToken

Called as a Java method by ADD_WORKFLOW_TOKENOpens a new window.

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_ALIASESOpens a new window.

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_ALIASESOpens a new window.

allowProblemReportAction

Allows the problem report action to execute and passes update as a parameter. Called as a Java method by DELETE_PROBLEMREPORTOpens a new window and UPDATE_PROBLEMREPORTOpens a new window.

appendCommonSystemInfo

Called as a Java method by GET_SYSTEM_AUDIT_INFOOpens a new window.

appendDatabaseAuditMessage

Called as a Java method by APPEND_DATABASE_AUDIT_INFOOpens a new window.

appendFileCachingMessage

Called as a Java method by APPEND_FILE_CACHING_INFOOpens a new window.

approveDo

Approves the content item for the workflow. Called as a Java method by WORKFLOW_APPROVEOpens a new window.

A.3 B

buildAllWebStringFiles

Called as a Java method by LM_BUILD_WEB_STRING_FILESOpens a new window.

buildExpiredContentQuery

Called as a Java method by GET_EXPIREDOpens a new window.

buildPreviewList

Called as a Java method by these services:

buildSearchIndex

Called as a Java method by START_SEARCH_INDEXOpens a new window.

buildSourceInfo

Builds the source information. Called as a Java method by PROBLEMREPORT_INFOOpens a new window.

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_INSTALLOpens a new window.

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_INDEXOpens a new window.

cancelWorkflow

Cancels the workflow and passes WfDocuments and Qdocuments as parameters. Called as a Java method by DELETE_WORKFLOWOpens a new window and WORKFLOW_CANCELOpens a new window.

canDeleteStep

Evaluates whether a workflow step can be deleted. Called as a Java method by DELETE_WORKFLOWSTEPOpens a new window.

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_SUBOpens a new window.

checkCounters

Called as a Java method by INSERT_NATIVEOpens a new window.

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_SUBOpens a new window.

checkForceLogin

Forces a log in. Called as a Java method by these services:

checkForPublish

Called as a Java method by UPDATE_BYREVOpens a new window.

checkForRefreshingCachedResources

Called as a Java method by LOAD_RESOURCE_FILEOpens a new window.

checkInByID

Called as a Java method by CACHE_CHECKIN_SELOpens a new window and CHECKIN_SEL_SUBOpens a new window.

checkInByName

Checks in the content item by name. Called as a Java method by CHECKIN_BYNAMEOpens a new window.

checkIsLatestRev

Evaluates for the latest revision. Called as a Java method by CHECKOUT_BY_NAMEOpens a new window and RESUBMIT_FOR_CONVERSIONOpens a new window.

checkIsSelf

Checks whether the user is editing self. Called as a Java method by EDIT_USER_PROFILEOpens a new window.

checkParametersAgainstResultSet

Called as a Java method by DELETE_DOCOpens a new window.

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_TYPEOpens a new window.

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_WORKFLOWSOpens a new window.

computeCompanionDirectory

Called as a Java method by ADD_WORKFLOWDOCUMENT_SUBOpens a new window.

computeDeleteSecurity

Called as a Java method by DELETE_REVOpens a new window.

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_SUBSCRIBERSOpens a new window.

computeRejectTargetStep

Computes the reject target step. Called as a Java method by WORKFLOW_REJECTOpens a new window.

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_HISTORYOpens a new window.

computeWfDocumentsInfo

Evaluates the workflow content item information and passes WfDocuments as a parameter. Called as a Java method by GET_WORKFLOWDOCUMENTSOpens a new window.

conditionalDetermineCheckin

Prepares the form for check in. Called as a Java method by FORM_PROCESSOpens a new window.

continueCheckin

Called as a Java method by CONTINUE_CHECKINOpens a new window.

controlIndexing

Executes the search indexing control. Called as a Java method by CONTROL_SEARCH_INDEXOpens a new window.

createAddEditProviderForm

Creates an Add/Edit provider form. Called as a Java method by GET_ADD_EDIT_PROVIDER_FORMOpens a new window.

createArchiveFileName

Creates the archive file name. Called as a Java method by GET_ARCHIVED_FILEOpens a new window.

createFileName

Creates a new file name. Called as a Java method by GET_FILEOpens a new window and LOAD_RESOURCE_FILEOpens a new window.

createNewRev

Called as a Java method by ADD_WORKFLOWDOCUMENT_SUBOpens a new window.

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_TYPEOpens a new window.

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_URLOpens a new window.

createWorkflowID

Creates the workflow label. Called as a Java method by ADD_WORKFLOWOpens a new window.

A.5 D

Dalias

Deletes the alias. Called as an Execute Query action by DELETE_ALIASOpens a new window.

DaliasUsers

Deletes the alias user. Called as an Execute Query action by DELETE_ALIASOpens a new window and EDIT_ALIASOpens a new window.

Dcollaboration

Called as an Execute Query action by DELETE_COLLABORATIONOpens a new window.

DdocAccount

Deletes the content item account. Called as an Execute Query action by DELETE_DOC_ACCOUNTOpens a new window.

DdocFormat

Deletes the content item format. Called as an Execute Query action by DELETE_DOCFORMATOpens a new window.

DdocType

Deletes the content item type. Called as an Execute Query action by DELETE_DOCTYPEOpens a new window.

Ddocument

Called as an Execute Query action by these services:

decodeTopicValues

Decodes the topic values. Called as a Java method by PNE_SAVE_QUERYOpens a new window.

deleteAliases

Called as a Java method by DELETE_WFCONTRIBUTORSOpens a new window.

deleteCollaboration

Called as a Java method by DELETE_COLLABORATIONOpens a new window.

deleteDoc

Retrieves the data assigned to the parameter REVISIONS and deletes the content item. Called as a Java method by DELETE_BYCLASSOpens a new window and DELETE_BYNAMEOpens a new window.

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_PROBLEMREPORTOpens a new window.

deleteProvider

Deletes the provider. Called as a Java method by DELETE_PROVIDEROpens a new window.

deleteResultTemplate

Deletes the result template. Called as a Java method by DELETE_RESULT_TEMPLATEOpens a new window.

deleteRev

Deletes a previous revision of a content item and passes DOC_INFO as a parameter. Called as a Java method by DELETE_REVOpens a new window and DELETE_REV_EXOpens a new window.

deleteRevFiles

Called as a Java method by these services:

deleteSchemaRelation

Called as a Java method by DELETE_SCHEMA_RELATIONOpens a new window.

deleteSchemaTable

Called as a Java method by DELETE_SCHEMA_TABLEOpens a new window.

deleteSchemaView

Called as a Java method by DELETE_SCHEMA_VIEWOpens a new window.

deleteSubscriptionType

Action that deletes the subscription type. Called as a Java method by DELETE_SUBSCRIPTION_TYPEOpens a new window.

deleteTemplate

Deletes the workflow template. Called as a Java method by ADD_WF_TEMPLATEOpens a new window.

deleteWfDesign

Called as a Java method by DELETE_WORKFLOWOpens a new window and DELETE_WORKFLOWCRITERIAOpens a new window.

deleteWfDocuments

Deletes workflow content items. Called as a Java method by DELETE_WORKFLOWDOCUMENTSOpens a new window.

deleteWorkflowScript

Deletes a workflow script. Called as a Java method by DELETE_WORKFLOW_SCRIPTOpens a new window.

deleteWorkflowStepScript

Deletes the script associated with the workflow step. Called as a Java method by DELETE_WORKFLOWSTEPOpens a new window.

deleteWorkflowToken

Deletes the workflow token. Called as a Java method by DELETE_WORKFLOW_TOKENOpens a new window.

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_DOCEXTENSIONOpens a new window.

DgroupRole

Deletes the role. Called as an Execute Query action by DELETE_GROUPOpens a new window.

disableSendFile

Called as a Java method by GET_DYNAMIC_CONVERSIONOpens a new window.

Dmetadef

Deletes the meta definition information. Called as an Execute Query action by DEL_METADEFOpens a new window.

doCachedCheckinCleanup

Called as a Java method by CONTINUE_CHECKINOpens a new window and DELETE_CHECKIN_CACHEOpens a new window.

doCachedCleanup

Called as a Java method by CONTINUE_SUBMIT_HTML_FORMOpens a new window.

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_DOCFORMATSOpens a new window.

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_SUBOpens a new window.

doUpload

Called as a Java method by CHUNKED_UPLOADOpens a new window.

downloadComponent

Called as a Java method by DOWNLOAD_COMPONENTOpens a new window.

downloadItems

Called as a Java method by DOWNLOAD_LISTBOX_ITEMSOpens a new window.

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_PROBLEMREPORTOpens a new window.

Drole

Deletes the role. Called as an Execute Query action by DELETE_ROLEOpens a new window.

DsecurityGroup

Deletes the security group. Called as an Execute Query action by DELETE_GROUPOpens a new window.

DsubscriptionType

Deletes the subscription type. Called as an Execute Query action by DELETE_SUBSCRIPTION_TYPEOpens a new window.

Duser

Called as an Execute Query action by DELETE_USEROpens a new window.

DuserSecurityAttributes

Deletes the user security attributes. Called as an Execute Query action by these services:

DuserSubscription

Called as an Execute Query action by DELETE_USEROpens a new window.

Dworkflow

Deletes the workflow. Called as an Execute Query method by DELETE_WORKFLOWOpens a new window and DELETE_WORKFLOWCRITERIAOpens a new window.

DworkflowAliasAll

Deletes the workflow aliases. Called as an Execute Query action by DELETE_WORKFLOWOpens a new window and DELETE_WORKFLOWCRITERIAOpens a new window.

DworkflowCriteria

Deletes the workflow criteria. Called as an Execute Query action by DELETE_WORKFLOWCRITERIAOpens a new window.

DworkflowDocState

Deletes the workflow content item state. Called as an Execute Query action by WORKFLOW_REJECTOpens a new window.

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_WORKFLOWSTEPOpens a new window.

DworkflowStepAliases

Deletes the workflow step aliases. Called as an Execute Query action by DELETE_WORKFLOWSTEPOpens a new window.

DworkflowStepsAll

Deletes the workflow steps. Called as an Execute Query action by DELETE_WORKFLOWOpens a new window and DELETE_WORKFLOWCRITERIAOpens a new window.

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_LISTOpens a new window and EDIT_COLLABORATIONOpens a new window.

editCriteria

Prepares the criteria for edit. Called as a Java method by EDIT_WORKFLOWCRITERIAOpens a new window.

editRole

Edits role information. Called as a Java method by EDIT_ROLEOpens a new window.

editSchemaRelation

Called as a Java method by EDIT_SCHEMA_RELATIONOpens a new window.

editSchemaView

Called as a Java method by EDIT_SCHEMA_VIEWOpens a new window.

editSchemaViewValues

Called as a Java method by EDIT_SCHEMA_VIEW_VALUESOpens a new window.

editTemplate

Edits the workflow template. Called as a Java method by EDIT_WF_TEMPLATEOpens a new window.

editWorkflowScript

Called as a Java method by EDIT_WORKFLOW_SCRIPTOpens a new window.

editWorkflowStep

Edits the workflow step and passes IworkflowStep as a parameter. Called as a Java method by EDIT_WORKFLOWSTEPOpens a new window.

editWorkflowStepScript

Edits the script associated with the workflow step. Called as a Java method by EDIT_WORKFLOWSTEPOpens a new window.

editWorkflowToken

Called as a Java method by EDIT_WORKFLOW_TOKENOpens a new window.

enableDisableProvider

Changes the provider enable state. Called as a Java method by ENABLE_DISABLE_PROVIDEROpens a new window.

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_BATCHOpens a new window.

executeManifest

Executes the manifest. Called as a Java method by UPLOAD_NEW_COMPONENTOpens a new window.

executePageService

Executes the page service. Called as a Java method by PAGE_HANDLEROpens a new window and SAVE_GLOBALINCLUDESOpens a new window.

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_DOCEXTENSIONSOpens a new window.

A.7 F

filterUpdateData

Filters the update information. Called as a Java method by EDIT_USER_PROFILEOpens a new window.

A.8 G

getCollaborationData

Called as a Java method by these services:

getCollaborationDocs

Called as a Java method by GET_CLBRA_DOCUMENTSOpens a new window.

getCollaborations

Called as a Java method by GET_COLLABORATION_LISTOpens a new window.

getCompanionHistory

Called as a Java method by GET_WORKFLOW_INFOOpens a new window and GET_WORKFLOW_INFO_BYNAMEOpens a new window.

getComponentConfig

Called as a Java method by GET_COMPONENT_CONFIGOpens a new window.

getDefaultDocFormats

Sets the default content item format. Called as a Java method by DOC_FORMATS_WIZARDOpens a new window.

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_LISTOpens a new window.

getDynamicPage

Retrieves the dynamic page. Called as a Java method by GET_DYNAMIC_PAGEOpens a new window.

getExternalDocInfo

Retrieves the external content item information. Called as a Java method by GET_EXTERNAL_DOC_INFOOpens a new window.

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_FILELISTOpens a new window.

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_REVOpens a new window.

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_LISTOpens a new window and UPDATE_OPTION_LISTOpens a new window.

getOutgoingProviders

Called as a Java method by GET_PROXIEDSERVERSOpens a new window.

getProxiedArchiveCollections

Called as a Java method by GET_PROXIED_ARCHIVECOLLECTIONSOpens a new window.

getSchemaRelations

Called as a Java method by GET_SCHEMA_RELATIONSOpens a new window.

getSchemaTableInfo

Called as a Java method by GET_SCHEMA_TABLE_INFOOpens a new window and GET_SCHEMA_VIEW_INFOOpens a new window.

getSchemaTables

Called as a Java method by GET_SCHEMA_TABLESOpens a new window.

getSchemaViewInfo

Called as a Java method by GET_SCHEMA_VIEW_INFOOpens a new window.

getSchemaViews

Called as a Java method by GET_SCHEMA_VIEWSOpens a new window.

getSearchResults

Retrieves the search results. Called as a Java method by GET_SEARCH_RESULTSOpens a new window and PNE_GET_SEARCH_RESULTSOpens a new window.

getSubscriptionList

Retrieves the subscription list and passes QdocNameSubscription QnotDocNameSubscriptions as parameters. Called as a Java method by SUBSCRIPTION_LISTOpens a new window and UNSUBSCRIBE_FROM_LISTOpens a new window.

getTable

Called as a Java method by GET_TABLEOpens a new window.

getTemplate

Retrieves template data. Called as a Java method by GET_WF_TEMPLATEOpens a new window.

getTemplateConversions

Called as a Java method by GET_TEMPLATE_CONVERSIONSOpens a new window.

getTemplates

Retrieves the workflow template data. Called as a Java method by GET_WF_TEMPLATESOpens a new window.

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_INFOOpens a new window and REVIEW_WORKFLOW_DOCOpens a new window.

getUserAttributes

Retrieves user attributes. Called as a Java method by QUERY_USER_ATTRIBUTESOpens a new window.

getUserCollaborationList

Called as a Java method by GET_USER_CLBRA_LISTOpens a new window.

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_INFOOpens a new window.

getUsers

Retrieves user list. Called as a Java method by GET_USERSOpens a new window.

getUserUnique

Retrieves the unique user name. Called as a Java method by REGISTER_USEROpens a new window.

getViewEditInfo

Called as a Java method by GET_SCHEMA_VIEW_EDIT_INFOOpens a new window.

getViewValues

Called as a Java method by GET_SCHEMA_VIEW_VALUESOpens a new window.

getWebAppStatus

Called as a Java method by GET_WEB_APP_STATUSOpens a new window.

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_WORKFLOWOpens a new window.

getWorkflowDocumentInfo

Called as a Java method by GET_WORKFLOWOpens a new window.

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_INFOOpens a new window and REVIEW_WORKFLOW_DOCOpens a new window.

getWorkflowScript

Called as a Java method by GET_WORKFLOW_SCRIPTOpens a new window.

getWorkflowStepAliasesInfo

Retrieves the workflow step alias information. Called as a Java method by GET_WORKFLOWOpens a new window.

A.9 H

hidePassword

Hides the password and passes USER_INFO as a parameter. Called as a Java method by GET_USER_INFOOpens a new window.

A.10 I

Ialias

Inserts the alias user information. Called as an Execute Query action by ADD_ALIASOpens a new window.

Icollaboration

Called as an Execute Query action by ADD_COLLABORATIONOpens a new window.

IdocAccount

Inserts a new account. Called as an Execute Query action by ADD_DOC_ACCOUNTOpens a new window.

IdocFormat

Inserts the content item format. Called as an Execute Query action by ADD_DOCFORMATOpens a new window.

IdocType

Inserts the content item type. Called as an Execute Query action by ADD_DOCTYPEOpens a new window.

IextensionMap

Inserts the extension map. Called as an Execute Query action by ADD_DOCEXTENSIONOpens a new window.

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_METADEFOpens a new window.

insertAliasUsers

Adds the alias information to the database. Called as a Java method by ADD_ALIASOpens a new window and EDIT_ALIASOpens a new window.

insertGroupRow

Called as a Java method by ADD_GROUPOpens a new window.

IproblemReport

Updates the problem report. Called as an Execute Query action by ADD_PROBLEMREPORTOpens a new window.

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_ROLEOpens a new window.

isDocCheckedOut

Called as a Java method by these services:

IsecurityGroup

Inserts the security group. Called as an Execute Query action by ADD_GROUPOpens a new window.

Isubscription

Inserts the subscription. Called as an Execute Query by SUBSCRIBE_EXOpens a new window.

Iworkflow

Inserts the workflow information in the database. Called as an Execute Query action by ADD_WORKFLOWOpens a new window.

IworkflowDocument

Called as an Execute Query action by ADD_WORKFLOWDOCUMENT_SUBOpens a new window.

IworkflowState

Provides an internal status table that stores information about content items in active workflows. Called as an Execute Query action by WORKFLOW_APPROVEOpens a new window.

A.11 L

loadActiveComponentData

Loads configuration information and passes ACTIVE_COMPONENTS as a parameter. Called as a Java method by CONFIG_INFOOpens a new window.

loadAndValidateValues

Evaluates the specified values. Called as a Java method by these services:

loadCollaborationList

Called as a Java method by GET_ACTIVE_WORKFLOWSOpens a new window.

loadComponentInstallInfo

Called as a Java method by GET_COMPONENT_INSTALL_FORMOpens a new window.

loadComponentInstallSettings

Called as a Java method by GET_COMPONENT_INSTALL_SETTINGS'Opens a new window.

loadConfigurationInfo

Loads the content item specific configuration information. Called as a Java method by GET_DOC_CONFIG_INFOOpens a new window.

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_WIZARDOpens a new window and EDIT_DOC_FORMATSOpens a new window.

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_GLOBALINCLUDESOpens a new window.

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_FORMOpens a new window and GET_UPDATE_PROBLEMREPORT_FORMOpens a new window.

loadRegisteredProjects

Retrieves problem report search information. Called as a Java method by GET_PROBLEMREPORTS_SEARCH_FORMOpens a new window.

loadServerOutput

Loads the server output. Called as a Java method by CLEAR_SERVER_OUTPUTOpens a new window and GET_SERVER_OUTPUTOpens a new window.

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_INFOOpens a new window.

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_INFOOpens a new window.

A.12 M

makeNewRevClass

Called as a Java method by CACHE_CHECKIN_NEWOpens a new window and CHECKIN_NEW_SUBOpens a new window.

mapDocNamedResultSetValuesCheckMetaChange

Called as a Java method by CACHE_WORKFLOW_CHECKINOpens a new window.

mapDocResultSetCheckMetaChange

Called as a Java method by CACHE_CHECKIN_SELOpens a new window and CHECKIN_SEL_SUBOpens a new window.

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_TABLEOpens a new window.

A.13 N

notifyChange

Notifies the provider of changes to the content item. Called as a Java method by NOTIFY_CHANGEOpens a new window.

notifyCollaborationUsers

Called as a Java method by ADD_COLLABORATIONOpens a new window and EDIT_CLBRA_ACCESS_LISTOpens a new window.

notifyContributor

Called as a Java method by ADD_PROBLEMREPORTOpens a new window and RESEND_PROBLEMREPORTOpens a new window.

A.14 P

packageEnvironment

Called as a Java method by PACKAGE_ENVIRONMENTOpens a new window.

packageLocalization

Called as a Java method by LOAD_USER_LOCALIZATIONOpens a new window.

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_PROCESSOpens a new window.

postHtmlFormCheckin

Submits the HTML form. Called as a Java method by CONTINUE_SUBMIT_HTML_FORMOpens a new window and SUBMIT_HTML_FORMOpens a new window.

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_DOCINFOOpens a new window.

prepareFormContinue

Called as a Java method by CONTINUE_SUBMIT_HTML_FORMOpens a new window.

prepareForPreview

Called as a Java method by CACHE_SUBMIT_HTML_FORMOpens a new window.

prepareInsertNew

Called as a Java method by INSERT_NEWOpens a new window.

prepareMailForStepUsers

Sends email to the workflow step users. Called as a Java method by WORKFLOW_REJECTOpens a new window and WORKFLOW_STARTOpens a new window.

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_CONVERSIONOpens a new window.

prepSubscription

Prepares the subscription. Called as a Java method by DOC_SUBS_LISTOpens a new window.

prepSubscriptionDateUpdate

Prepares the subscription date for update and passes the specified parameter. Called as a Java method by UPDATE_SUBSCRIPTION_NOTIFYOpens a new window and UPDATE_SUBSCRIPTION_USEDOpens a new window.

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_PROCESSOpens a new window.

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_ALIASOpens a new window and EDIT_ALIASOpens a new window.

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_USEROpens a new window.

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_FILEOpens a new window.

Qcache

Called as a Select Cache Query action by CONTINUE_SUBMIT_HTML_FORMOpens a new window.

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_COLLABORATIONOpens a new window.

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_ACCOUNTOpens a new window.

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_ACCOUNTSOpens a new window.

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_SUBOpens a new window.

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_DOCTYPEOpens a new window.

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_DOCTYPEOpens a new window.

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_DOCTYPESOpens a new window.

QdocumentProblemReports

Called as a Select Cache Query action by GET_DOCUMENT_PROBLEMREPORTSOpens a new window.

Qdocuments

Called as a Select Cache Query action by UPDATE_DOCINFO_BYREVOpens a new window and UPDATE_DOCINFO_SUBOpens a new window.

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_DOCFORMATOpens a new window.

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_DOCEXTENSIONOpens a new window.

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_DOCFORMATOpens a new window.

Qgroup

Queries group information. The result of this query is assigned to the parameter GROUP_INFO. Called as a Select Query action by ADD_GROUPOpens a new window.

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_GROUPOpens a new window.

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_GROUPOpens a new window.

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_GROUPOpens a new window.

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_EXOpens a new window.

QisDocWFLocked

Called as a Select Query action by ADD_WORKFLOWDOCUMENT_SUBOpens a new window.

QisWfTokenUsed

Called as a Select Query action by DELETE_WORKFLOW_TOKENOpens a new window.

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_NAMEOpens a new window and UNDO_CHECKOUT_BY_NAMEOpens a new window.

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_METADEFSOpens a new window and UPDATE_META_TABLEOpens a new window.

QODMAdocInfo

Called as a Select Cache Query action by ODMA_DOC_INFO_SIMPLEOpens a new window.

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_INFOOpens a new window and GET_XML_HIGHLIGHT_INFOOpens a new window.

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_INFOOpens a new window and REVIEW_WORKFLOW_DOCOpens a new window.

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_HISTORYOpens a new window.

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_BYCLASSOpens a new window and DELETE_DOCOpens a new window.

QrevisionsByName

Called as a Select Cache Query action by DELETE_BYNAMEOpens a new window.

Qrole

Queries role information. The result of this query is assigned to the parameter ROLE_INFO. Called as a Select Query action by ADD_ROLEOpens a new window.

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_GROUPOpens a new window.

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_GROUPOpens a new window.

Called as a Select Cache Query action by QUERY_GROUPOpens a new window.

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_INFOOpens a new window.

QuserMetaFieldInfo

Called as a Select Cache Query action by GET_USER_METADEFSOpens a new window and UPDATE_USER_META_TABLEOpens a new window.

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_ROLEOpens a new window.

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_LISTOpens a new window.

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_DISABLEOpens a new window and CRITERIAWORKFLOW_DISABLE_SUBOpens a new window.

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_REJECTOpens a new window.

QwfDocName

Called as a Select Cache Query action by ADD_WORKFLOWDOCUMENT_SUBOpens a new window.

QwfDocState

Called as a Select Cache Query action by GET_WORKFLOW_INFOOpens a new window and GET_WORKFLOW_INFO_BYNAMEOpens a new window.

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_WORKFLOWDOCREVISIONSOpens a new window.

Qworkflow

Retrieves workflow information. The result of this query is assigned to the specified parameter. Called as a Select Query by action by ADD_WORKFLOWOpens a new window.

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_ALIASOpens a new window.

QworkflowAliases

Retrieves workflow alias information. Called as a Select Cache Query action by DELETE_WFCONTRIBUTORSOpens a new window

QworkflowCriteriaForGroup

Called as a Select Cache Query action by GET_CRITERIA_WORKFLOWS_FOR_GROUPOpens a new window.

QworkflowCriteriaStepsForGroup

Called as a Select Cache Query action by GET_CRITERIA_WORKFLOWS_FOR_GROUPOpens a new window.

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_WORKFLOWOpens a new window and GET_WORKFLOWDOCUMENTSOpens a new window.

QworkflowForID

Called as a Select Cache Query action by GET_WORKFLOW_INFOOpens a new window and GET_WORKFLOW_INFO_BYNAMEOpens a new window.

Qworkflows

Called as a Select Cache Query by GET_WORKFLOWS_FOR_ALLOpens a new window.

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_WORKFLOWSTEPOpens a new window. Called as a Select Cache Query action by EDIT_WORKFLOWSTEPOpens a new window.

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_ALLOpens a new window.

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_SUBOpens a new window.

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_REJECTOpens a new window.

remoteCredentialsCheck

Called as a Java method by CHECK_USER_CREDENTIALSOpens a new window.

removeCachedUser

Called as a Java method by these services:

removeContext

Called as a Java method by REMOVE_WEB_APPOpens a new window.

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_SECURITYINFOOpens a new window.

resubmitDocToConversion

Resubmits the content item for conversion. Called as a Java method by RESUBMIT_FOR_CONVERSIONOpens a new window.

retrieveAllProviderInfo

Retrieves the provider list. Called as a Java method by GET_ALL_PROVIDERSOpens a new window

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_INFOOpens a new window.

retrieveUserDatabaseProfileData

Retrieves the user database profile information. Called as a Java method by REGISTER_USEROpens a new window.

runHtmlConversion

Called as a Java method by GET_DYNAMIC_CONVERSION_SUBOpens a new window.

A.17 S

saveGlobalIncludes

Saves the global includes. Called as a Java method by SAVE_GLOBALINCLUDESOpens a new window.

saveTemplateConversions

Called as a Java method by SAVE_TEMPLATE_CONVERSIONSOpens a new window

saveUserOptionList

Saves the user option list. Called as a Java method by UPDATE_USEROPTION_LISTOpens a new window.

searchCacheReport

Called as a Java method by APPEND_SEARCH_AUDIT_INFOOpens a new window.

searchProblemReports

Retrieves problem report search information. Called as a Java method by GET_PROBLEMREPORTS_SEARCH_RESULTSOpens a new window.

sendMailTo

Sends an email to the problem report contributor. Called as a Java method by NOTIFY_CONTRIBUTOROpens a new window.

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_INFOOpens a new window.

setFileConversionInfo

Called as a Java method by GET_DYNAMIC_CONVERSIONOpens a new window.

setInputConversionInfo

Called as a Java method by GET_DYNAMIC_CONVERSION_SUBOpens a new window.

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_SUBOpens a new window.

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_SUBOpens a new window.

setTraceFlags

Called as a Java method by EDIT_TRACE_OPTIONSOpens a new window.

startCriteriaWorkflow

Enables the criteria workflow. Called as a Java method by CRITERIAWORKFLOW_ENABLEOpens a new window.

startWorkflow

Starts the workflow process and passes WfDocuments as a parameter. Called as a Java method by WORKFLOW_STARTOpens a new window.

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_SUBMITOpens a new window.

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_PROVIDEROpens a new window.

testWorkflowScript

Called as a Java method by TEST_WORKFLOW_SCRIPTOpens a new window.

A.19 U

Ualias

Updates an alias. Called as an Execute Query action by EDIT_ALIASOpens a new window.

UcheckoutRevision

Updates the revision as checked out. Called as an Execute Query action by CHECKOUT_SUBOpens a new window.

Ucollaboration

Called as an Execute Query action by EDIT_CLBRA_ACCESS_LISTOpens a new window and EDIT_COLLABORATIONOpens a new window.

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_DOCFORMATOpens a new window.

UdocType

Updates the content item type. Called as an Execute Query action by EDIT_DOCTYPEOpens a new window.

UextensionMap

Updates the extension map. Called as an Execute Query action by EDIT_DOCEXTENSIONOpens a new window.

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_METADEFOpens a new window.

UnextCounter

Updates the counter. Called as an Execute Query action by ADD_PROBLEMREPORTOpens a new window.

UnextRevID

Updates the revision ID. Called as an Execute Query action by these services:

uninstallComponent

Called as a Java method by UNINSTALL_COMPONENTOpens a new window.

updateAffectedWorkflows

Called as a Java method by EDIT_COLLABORATIONOpens a new window.

updateCache

Called as a Java method by UPDATE_FILTER_INFOOpens a new window.

updateCollaborationCache

Called as a Java method by these services:

updateComponentConfig

Called as a Java method by UPDATE_COMPONENT_CONFIGOpens a new window.

updateConversionCache

Called as a Java method by GET_DYNAMIC_CONVERSION_SUBOpens a new window.

updateDocFormatsConfig

Updates content item format configuration. Called as a Java method by EDIT_DOC_FORMATSOpens a new window.

updateDocInfo

Called as a Java method by UPDATE_DOCINFO_BYREVOpens a new window and UPDATE_DOCINFO_SUBOpens a new window.

updateFilterConfig

Called as a Java method by UPDATE_FILTER_INFOOpens a new window.

updateLicense

Called as a Java method by UPDATE_LICENSEOpens a new window.

updateMetaTable

Updates the meta data information table. Called as a Java method by UPDATE_META_TABLEOpens a new window.

updateOptionList

Updates the option list table. Called as a Java method by UPDATE_OPTION_LISTOpens a new window.

updateProblemReport

Updates the problem report information in the database. Called as a Java method by UPDATE_PROBLEMREPORTOpens a new window.

updateResultTemplate

Updates the result template. Called as a Java method by UPDATE_RESULT_TEMPLATEOpens a new window.

updateRevisionIDAndLabel

Updates the revision ID and revision label. Called as a Java method by CHECKIN_SEL_FORMOpens a new window.

updateSubscriptionType

Updates the subscription type. Called as a Java method by UPDATE_SUBSCRIPTION_TYPEOpens a new window.

updateUserLocale

Called as a Java method by EDIT_USER_PROFILEOpens a new window.

updateUserMeta

Called as a Java method by UPDATE_USER_METAOpens a new window.

updateUserMetaTable

Called as a Java method by UPDATE_USER_META_TABLEOpens a new window.

updateWorkflowAndDocState

Updates the workflow and content item state information. Called as a Java method by WORKFLOW_APPROVEOpens a new window and WORKFLOW_REJECTOpens a new window.

updateWorkflowState

Updates the workflow state. Called as a Java method by DELETE_WORKFLOWDOCUMENTSOpens a new window.

updateWorkflowStateAfterCheckin

Called as a Java method by WORKFLOW_CHECKIN_SUBOpens a new window.

UproblemReport

Updates the problem report information in the database. Called as an Execute Query action by UPDATE_PROBLEMREPORTOpens a new window.

Urevision

Called as an Execute Query action by WORKFLOW_CHECKIN_SUBOpens a new window.

Urevision2

Called as an Execute Query action by these services:

UrevisionStatus

Updates the revision status. Called as an Execute Query action by WORKFLOW_REJECTOpens a new window.

UroleDefinition

Updates the role definition. Called as an Execute Query action by ADD_GROUPOpens a new window and ADD_ROLEOpens a new window.

UsecurityGroup

Updates the security group. Called as an Execute Query action by EDIT_GROUPOpens a new window.

UsubscriptionNotification

Updates the subscription notification data. Called as an Execute Query action by UPDATE_SUBSCRIPTION_NOTIFYOpens a new window.

UsubscriptionUse

Updates the user subscription. Called as an Execute Query action by UPDATE_SUBSCRIPTION_USEDOpens a new window.

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_BYNAMEOpens a new window and CHECKIN_SEL_SUBOpens a new window.

UuserAuthType

Updates the user authorization type. Called as an Execute Query action by CHANGE_USER_AUTH_TYPEOpens a new window.

Uworkflow

Updates the workflow. Called as an Execute Query action by EDIT_WORKFLOWOpens a new window.

UworkflowCriteria

Updates the workflow criteria. Called as an Execute Query action by EDIT_WORKFLOWCRITERIAOpens a new window.

UworkflowDocStep

Updates the content item workflow step. Called as an Execute Query action by WORKFLOW_REJECTOpens a new window.

UworkflowWithProject

Updates workflow project information. Called as an Execute Query action by EDIT_WORKFLOWCRITERIAOpens a new window.

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_USEROpens a new window

validateMetaData

Called as a Java method by UPDATE_METADATAOpens a new window.

validateProblemReport

Validates the problem report. Called as a Java method by ADD_PROBLEMREPORTOpens a new window and UPDATE_PROBLEMREPORTOpens a new window.

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_DISABLEOpens a new window and WORKFLOW_STARTOpens a new window.

validateUserNameAndType

Called as a Java method by ADD_USEROpens a new window and CHANGE_USER_AUTH_TYPEOpens a new window.

viewDoc

Displays the content item and passes SearchCollectionDocInfo as a parameter. Called as a Java method by VIEW_DOCOpens a new window.