Class ContextBundleImpl

  • All Implemented Interfaces:
    org.ikasan.spec.scheduled.context.model.ContextBundle

    public class ContextBundleImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.context.model.ContextBundle
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextBundleImpl​(org.ikasan.spec.scheduled.context.model.ContextTemplate contextTemplate, java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob> schedulerJobs, java.util.List<org.ikasan.spec.scheduled.profile.model.ContextProfileRecord> contextProfiles, java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> emailNotificationDetails, org.ikasan.spec.scheduled.notification.model.EmailNotificationContext emailNotificationContexts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.ikasan.spec.scheduled.profile.model.ContextProfileRecord> getContextProfiles()  
      org.ikasan.spec.scheduled.context.model.ContextTemplate getContextTemplate()  
      org.ikasan.spec.scheduled.notification.model.EmailNotificationContext getEmailNotificationContext()  
      java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> getEmailNotificationDetails()  
      java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob> getSchedulerJobs()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContextBundleImpl

        public ContextBundleImpl​(org.ikasan.spec.scheduled.context.model.ContextTemplate contextTemplate,
                                 java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob> schedulerJobs,
                                 java.util.List<org.ikasan.spec.scheduled.profile.model.ContextProfileRecord> contextProfiles,
                                 java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> emailNotificationDetails,
                                 org.ikasan.spec.scheduled.notification.model.EmailNotificationContext emailNotificationContexts)
    • Method Detail

      • getContextTemplate

        public org.ikasan.spec.scheduled.context.model.ContextTemplate getContextTemplate()
        Specified by:
        getContextTemplate in interface org.ikasan.spec.scheduled.context.model.ContextBundle
      • getSchedulerJobs

        public java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob> getSchedulerJobs()
        Specified by:
        getSchedulerJobs in interface org.ikasan.spec.scheduled.context.model.ContextBundle
      • getContextProfiles

        public java.util.List<org.ikasan.spec.scheduled.profile.model.ContextProfileRecord> getContextProfiles()
        Specified by:
        getContextProfiles in interface org.ikasan.spec.scheduled.context.model.ContextBundle
      • getEmailNotificationDetails

        public java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> getEmailNotificationDetails()
        Specified by:
        getEmailNotificationDetails in interface org.ikasan.spec.scheduled.context.model.ContextBundle
      • getEmailNotificationContext

        public org.ikasan.spec.scheduled.notification.model.EmailNotificationContext getEmailNotificationContext()
        Specified by:
        getEmailNotificationContext in interface org.ikasan.spec.scheduled.context.model.ContextBundle
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object