java.lang.Object
de.uplanet.lucy.server.share.businesslogic.profile.util.ShareProfileUtil

@Scriptable public class ShareProfileUtil extends Object
  • Method Details

    • deleteProfilesMarkedAsDeleted

      public static void deleteProfilesMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay) throws Exception
      Delete profiles marked as deleted.
      Parameters:
      p_ctx - The processing context.
      p_lDelay - The delay. Delete profiles that have been marked as deleted since at least p_lDelay milliseconds.
      Throws:
      Exception