Package net.officefloor.activity
Interface ActivityContext
public interface ActivityContext
Context for the
ActivityLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theConfigurationItemcontaining the configuration.Obtains theProcedureArchitect.Obtains theProcedureLoader.Obtains theSectionDesigner.Obtains theSectionSourceContext.
-
Method Details
-
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.
-