Class ShareGroupUtil


  • @Scriptable
    public final class ShareGroupUtil
    extends Object
    • Method Detail

      • synchronizeMembers

        public static void synchronizeMembers​(IProcessingContext p_ctx,
                                              String p_strGroupId)
                                       throws Exception
        Synchronizes the group member field in the group data group with the group members data group. Requires Intrexx Share 3.2.
        Parameters:
        p_ctx - The processing context.
        p_strGroupId - The group ID.
        Throws:
        Exception
      • deleteGroupsMarkedAsDeleted

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