Class ScheduledUpdate<R extends FactoryBase<?,​?>>


  • public class ScheduledUpdate<R extends FactoryBase<?,​?>>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String baseVersionId
      the base version on the server
      java.lang.String comment  
      R root  
      java.time.LocalDateTime scheduled
      for scheduled update: date and time of planned activation of this configuration
      java.lang.String user
      id for the complete configuration, NOT any factory id
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledUpdate​(R root, java.lang.String user, java.lang.String comment, java.lang.String baseVersionId, java.time.LocalDateTime scheduled)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • user

        public final java.lang.String user
        id for the complete configuration, NOT any factory id
      • comment

        public final java.lang.String comment
      • baseVersionId

        public final java.lang.String baseVersionId
        the base version on the server
      • scheduled

        public final java.time.LocalDateTime scheduled
        for scheduled update: date and time of planned activation of this configuration
    • Constructor Detail

      • ScheduledUpdate

        public ScheduledUpdate​(R root,
                               java.lang.String user,
                               java.lang.String comment,
                               java.lang.String baseVersionId,
                               java.time.LocalDateTime scheduled)