Package net.officefloor.activity
Interface ActivityContext
-
public interface ActivityContext
Context for theActivityLoader
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItem
getConfiguration()
Obtains theConfigurationItem
containing the configuration.ProcedureArchitect<SubSection>
getProcedureArchitect()
Obtains theProcedureArchitect
.ProcedureLoader
getProcedureLoader()
Obtains theProcedureLoader
.SectionDesigner
getSectionDesigner()
Obtains theSectionDesigner
.SectionSourceContext
getSectionSourceContext()
Obtains theSectionSourceContext
.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItem
containing the configuration.- Returns:
ConfigurationItem
containing 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
.
-
-