Class ContextBundleImpl
- java.lang.Object
-
- org.ikasan.job.orchestration.model.context.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.ContextTemplategetContextTemplate()org.ikasan.spec.scheduled.notification.model.EmailNotificationContextgetEmailNotificationContext()java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails>getEmailNotificationDetails()java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob>getSchedulerJobs()java.lang.StringtoString()
-
-
-
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:
getContextTemplatein interfaceorg.ikasan.spec.scheduled.context.model.ContextBundle
-
getSchedulerJobs
public java.util.List<org.ikasan.spec.scheduled.job.model.SchedulerJob> getSchedulerJobs()
- Specified by:
getSchedulerJobsin interfaceorg.ikasan.spec.scheduled.context.model.ContextBundle
-
getContextProfiles
public java.util.List<org.ikasan.spec.scheduled.profile.model.ContextProfileRecord> getContextProfiles()
- Specified by:
getContextProfilesin interfaceorg.ikasan.spec.scheduled.context.model.ContextBundle
-
getEmailNotificationDetails
public java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> getEmailNotificationDetails()
- Specified by:
getEmailNotificationDetailsin interfaceorg.ikasan.spec.scheduled.context.model.ContextBundle
-
getEmailNotificationContext
public org.ikasan.spec.scheduled.notification.model.EmailNotificationContext getEmailNotificationContext()
- Specified by:
getEmailNotificationContextin interfaceorg.ikasan.spec.scheduled.context.model.ContextBundle
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-