Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.peopleconnections.profile
Class ProfileSyncManager

java.lang.Object
  extended by oracle.webcenter.peopleconnections.profile.ProfileSyncManager


public abstract class ProfileSyncManager
extends java.lang.Object

This is the entry point to the Profile sync manager API for syncing profile from profile store to the WebCenter database schema.

An instance of this can be obtained via a call to the static method getInstance().


Field Summary
static oracle.adf.share.logging.ADFLogger LOGGER
           

 

Constructor Summary
ProfileSyncManager()
           

 

Method Summary
static ProfileSyncManager getInstance()
          Returns the instance of ProfileSyncManager.
abstract  boolean isSyncRunning()
           
abstract  void startSyncProfiles()
          Syncs profiles from the profile store in the WebCenter database schema.
abstract  void stopSyncProfiles()
           
abstract  void syncProfile(java.lang.String userName)
           
abstract  void syncProfileByUserGUID(java.lang.String userGuid)
           
abstract  void syncProfiles(java.util.List<UserProfile> userProfiles)
           
abstract  void syncProfiles(UserProfile... userProfiles)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

LOGGER

public static final oracle.adf.share.logging.ADFLogger LOGGER

Constructor Detail

ProfileSyncManager

public ProfileSyncManager()

Method Detail

getInstance

public static ProfileSyncManager getInstance()
Returns the instance of ProfileSyncManager.
Returns:
ProfileSyncManager

startSyncProfiles

public abstract void startSyncProfiles()
Syncs profiles from the profile store in the WebCenter database schema.

isSyncRunning

public abstract boolean isSyncRunning()

stopSyncProfiles

public abstract void stopSyncProfiles()

syncProfile

public abstract void syncProfile(java.lang.String userName)

syncProfileByUserGUID

public abstract void syncProfileByUserGUID(java.lang.String userGuid)

syncProfiles

public abstract void syncProfiles(java.util.List<UserProfile> userProfiles)

syncProfiles

public abstract void syncProfiles(UserProfile... userProfiles)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.