Posts

Showing posts with the label without parameters

Sample runbase class without parameters

 class BPAADimportTriggerService   extends RunBaseBatch {         public server static BPAADimportTriggerService construct()         {             return new BPAADimportTriggerService();         }         /// <summary>         /// </summary>         /// <returns>Return the class desc</returns>         public client server static ClassDescription description()         {             return "Azure AD user import process";         }         /// <summary>         /// </summary>         /// <returns>Whether the class can be used in a batch task</returns>         protected boolean canGoBatchJournal()     ...