Package net.officefloor.activity
Interface ActivityContext
-
public interface ActivityContextContext for theActivityLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItemgetConfiguration()Obtains theConfigurationItemcontaining the configuration.ProcedureArchitect<SubSection>getProcedureArchitect()Obtains theProcedureArchitect.ProcedureLoadergetProcedureLoader()Obtains theProcedureLoader.SectionDesignergetSectionDesigner()Obtains theSectionDesigner.SectionSourceContextgetSectionSourceContext()Obtains theSectionSourceContext.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItemcontaining the configuration.- Returns:
ConfigurationItemcontaining the configuration.
-
getProcedureArchitect
ProcedureArchitect<SubSection> getProcedureArchitect()
Obtains theProcedureArchitect.- Returns:
ProcedureArchitect.
-
getProcedureLoader
ProcedureLoader getProcedureLoader()
Obtains theProcedureLoader.- Returns:
ProcedureLoader.
-
getSectionDesigner
SectionDesigner getSectionDesigner()
Obtains theSectionDesigner.- Returns:
SectionDesigner.
-
getSectionSourceContext
SectionSourceContext getSectionSourceContext()
Obtains theSectionSourceContext.- Returns:
SectionSourceContext.
-
-