Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

Synch_all

Syntax

function synch_all

 return boolean;

Description

Retrieves all users from an LDAP directory, stores the user attribute information in an attribute cache, and raises the oracle.apps.wf.public.user.change event to alert interested parties. The function connects to the LDAP directory specified in the Global Workflow Preferences. One event is raised for each user.

Because Synch_all( ) retrieves information for all users stored in the LDAP directory, you should use this function only once during setup, or as required for recovery or cleanup. Subsequently, you can use Synch_changes( ) or Schedule_changes( ) to retrieve only changed user information.

If the function completes successfully, it returns TRUE; otherwise, if it encounters an exception, it returns FALSE.

Run Synch_all( ) to begin your Workflow directory service synchronization with Oracle Internet Directory if you implement OID integration.

See Also

Synchronizing Workflow Directory Services with Oracle Internet Directory

Setting Global User Preferences

User Entry Has Changed Event

Synch_changes

Schedule_changes

 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.