Class ShareProfileUtil


  • @Scriptable
    public class ShareProfileUtil
    extends Object
    • Method Detail

      • 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