Modifier and Type | Class and Description |
---|---|
class |
SupplierSourceContextImpl
SupplierSourceContext implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
SupplierSourceContext
Context for the
SupplierSource . |
Modifier and Type | Method and Description |
---|---|
SourceContext |
OfficeFloorCompilerImpl.getRootSourceContext() |
Modifier and Type | Class and Description |
---|---|
class |
OfficeSourceContextImpl
OfficeSourceContext implementation. |
Modifier and Type | Class and Description |
---|---|
class |
OfficeFloorSourceContextImpl
OfficeFloorSourceContext implementation. |
Modifier and Type | Class and Description |
---|---|
class |
SectionSourceContextImpl
SectionSourceContext implementation. |
Modifier and Type | Method and Description |
---|---|
static <T> T |
CompileUtil.newInstance(String className,
Class<T> expectedType,
Map<String,Class<?>> aliases,
SourceContext context,
Node node,
CompilerIssues issues)
Convenience method to instantiate and instance of a
Class from
its fully qualified name. |
static <T> Class<? extends T> |
CompileUtil.obtainClass(String className,
Class<T> expectedType,
Map<String,Class<?>> aliases,
SourceContext context,
Node node,
CompilerIssues issues)
Obtains the
Class . |
Modifier and Type | Class and Description |
---|---|
class |
WorkSourceContextImpl
WorkSourceContext implementation. |
Modifier and Type | Method and Description |
---|---|
SourceContext |
NodeContext.getRootSourceContext()
Obtains the root
SourceContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
GovernanceSourceContext
Context for initialising a
GovernanceSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
OfficeSourceContext
Context for the
OfficeSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
OfficeFloorSourceContext
Context for the
OfficeFloorSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedObjectPoolSourceContext
Context for the
ManagedObjectPoolSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
SectionSourceContext
Context for loading a
SectionType . |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkSourceContext
Context for loading a
WorkType . |
Modifier and Type | Class and Description |
---|---|
class |
AdministratorSourceContextImpl
Implementation of the
AdministratorSourceContext . |
Modifier and Type | Method and Description |
---|---|
RawBoundAdministratorMetaData<?,?>[] |
RawBoundAdministratorMetaDataImpl.constructRawBoundAdministratorMetaData(AdministratorSourceConfiguration<?,?>[] configuration,
SourceContext sourceContext,
OfficeFloorIssues issues,
AdministratorScope administratorScope,
OfficeFloorIssues.AssetType assetType,
String assetName,
Map<String,TeamManagement> officeTeams,
Team continueTeam,
Map<String,RawBoundManagedObjectMetaData> scopeMo) |
Constructor and Description |
---|
AdministratorSourceContextImpl(boolean isLoadingType,
SourceProperties properties,
SourceContext sourceContext)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
<i,f extends Enum<f>> |
RawGovernanceMetaDataImpl.createRawGovernanceMetaData(GovernanceConfiguration<i,f> configuration,
int governanceIndex,
SourceContext sourceContext,
Map<String,TeamManagement> officeTeams,
Team continueTeam,
String officeName,
OfficeFloorIssues issues) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedObjectSourceContextImpl<F extends Enum<F>>
Implementation of the
ManagedObjectSourceContext . |
Modifier and Type | Method and Description |
---|---|
<d extends Enum<d>,h extends Enum<h>,MS extends ManagedObjectSource<d,h>> |
RawManagedObjectMetaDataImpl.constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h,MS> configuration,
SourceContext sourceContext,
OfficeFloorIssues issues,
OfficeFloorConfiguration officeFloorConfiguration) |
Constructor and Description |
---|
ManagedObjectSourceContextImpl(boolean isLoadingType,
String managedObjectName,
SourceProperties properties,
SourceContext sourceContext,
ManagingOfficeBuilder<F> managingOfficeBuilder,
OfficeBuilder officeBuilder)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
RawOfficeMetaData |
RawOfficeMetaDataImpl.constructRawOfficeMetaData(OfficeConfiguration configuration,
SourceContext sourceContext,
OfficeFloorIssues issues,
RawManagingOfficeMetaData<?>[] officeManagingManagedObjects,
RawOfficeFloorMetaData rawOfficeFloorMetaData,
RawBoundManagedObjectMetaDataFactory rawBoundManagedObjectFactory,
RawGovernanceMetaDataFactory rawGovernanceMetaDataFactory,
RawBoundAdministratorMetaDataFactory rawBoundAdministratorFactory,
RawWorkMetaDataFactory rawWorkFactory,
RawTaskMetaDataFactory rawTaskFactory,
TeamManagement continueTeamManagement) |
Modifier and Type | Method and Description |
---|---|
SourceContext |
OfficeFloorBuilderImpl.getSourceContext() |
Modifier and Type | Class and Description |
---|---|
class |
SourceContextImpl
SourceContext implementation. |
Constructor and Description |
---|
SourceContextImpl(boolean isLoadingType,
SourceContext delegate,
SourceProperties sourceProperties)
Initiate specific
SourceContext with necessary
SourceProperties . |
Modifier and Type | Class and Description |
---|---|
class |
TeamSourceContextImpl
TeamSourceContext implementation. |
Modifier and Type | Method and Description |
---|---|
<TS extends TeamSource> |
RawTeamMetaDataImpl.constructRawTeamMetaData(TeamConfiguration<TS> configuration,
SourceContext sourceContext,
OfficeFloorIssues issues) |
Constructor and Description |
---|
TeamSourceContextImpl(boolean isLoadingType,
String teamName,
TeamIdentifier teamIdentifier,
SourceProperties properties,
SourceContext sourceContext)
Initialise.
|
Modifier and Type | Method and Description |
---|---|
<w extends Work> |
RawWorkMetaDataImpl.constructRawWorkMetaData(WorkConfiguration<w> configuration,
SourceContext sourceContext,
OfficeFloorIssues issues,
RawOfficeMetaData rawOfficeMetaData,
AssetManagerFactory assetManagerFactory,
RawBoundManagedObjectMetaDataFactory rawBoundManagedObjectFactory,
RawBoundAdministratorMetaDataFactory rawBoundAdministratorFactory,
RawTaskMetaDataFactory rawTaskFactory) |
Modifier and Type | Method and Description |
---|---|
SourceContext |
OfficeFloorConfiguration.getSourceContext()
Obtains the
SourceContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
AdministratorSourceContext
Context for initialising a
AdministratorSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedObjectSourceContext<F extends Enum<F>>
Context for a
ManagedObjectSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
TeamSourceContext
Context for the
TeamSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
WoofTemplateChangeContext
Context for changing a
WoofTemplateModel . |
Modifier and Type | Class and Description |
---|---|
class |
WoofTemplateChangeContextImpl
WoofTemplateChangeContext implementation. |
class |
WoofTemplateExtensionChangeContextImpl
WoofTemplateExtensionChangeContext implementation. |
Constructor and Description |
---|
WoofTemplateExtensionChangeContextImpl(boolean isLoadingType,
SourceContext sourceContext,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
WoofChangeIssues issues)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebXmlSectionSource.validateWebXmlConfiguration(InputStream webXmlContents,
SourceContext context)
Validates the
web.xml configuration. |
Modifier and Type | Method and Description |
---|---|
WebAppModel |
WebXmlLoader.loadConfiguration(InputStream webXmlConfiguration,
SourceContext context)
Loads the
WebAppModel . |
Modifier and Type | Method and Description |
---|---|
void |
SslEngineSource.init(SourceContext context)
Initialise this source.
|
void |
OfficeFloorDefaultSslEngineSource.init(SourceContext context) |
Modifier and Type | Method and Description |
---|---|
static HttpResourceFactory |
SourceHttpResourceFactory.createHttpResourceFactory(SourceContext context)
Creates the
HttpResourceFactory . |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpSecuritySourceContext
Context for the
HttpSecuritySource . |
Modifier and Type | Method and Description |
---|---|
static net.officefloor.plugin.web.http.template.parse.HttpTemplate |
HttpTemplateWorkSource.getHttpTemplate(SourceContext context)
Obtains the
HttpTemplate . |
static Reader |
HttpTemplateWorkSource.getHttpTemplateContent(SourceContext context)
Obtains the raw
HttpTemplate content. |
Modifier and Type | Interface and Description |
---|---|
interface |
WoofApplicationExtensionServiceContext
Context for the
WoofApplicationExtensionService . |
Modifier and Type | Method and Description |
---|---|
void |
WoofLoaderImpl.loadWoofConfiguration(ConfigurationItem woofConfiguration,
WebAutoWireApplication application,
SourceContext sourceContext) |
void |
WoofLoader.loadWoofConfiguration(ConfigurationItem woofConfiguration,
WebAutoWireApplication application,
SourceContext sourceContext)
Loads the WoOF configuration to the
WebAutoWireApplication . |
Modifier and Type | Interface and Description |
---|---|
interface |
WoofTemplateExtensionChangeContext
Context for
WoofTemplateExtensionSource creating a Change . |
interface |
WoofTemplateExtensionSourceContext
Context for the
WoofTemplateExtensionSource . |
Modifier and Type | Method and Description |
---|---|
void |
WoofTemplateExtensionLoaderImpl.extendTemplate(String extensionSourceClassName,
PropertyList properties,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
SourceContext sourceContext) |
void |
WoofTemplateExtensionLoader.extendTemplate(String extensionSourceClassName,
PropertyList properties,
HttpTemplateAutoWireSection template,
WebAutoWireApplication application,
SourceContext sourceContext)
Extends the
HttpTemplateAutoWireSection with the
WoofTemplateExtensionSource . |
Change<?> |
WoofTemplateExtensionLoaderImpl.refactorTemplateExtension(String woofTemplateExtensionSourceClassName,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
SourceContext sourceContext,
WoofChangeIssues issues) |
Change<?> |
WoofTemplateExtensionLoader.refactorTemplateExtension(String woofTemplateExtensionSourceClassName,
String oldUri,
SourceProperties oldProperties,
String newUri,
SourceProperties newProperties,
ConfigurationContext configurationContext,
SourceContext sourceContext,
WoofChangeIssues issues)
Refactors the
WoofTemplateExtensionSource for the
WoofTemplateModel . |
Copyright © 2005–2016. All rights reserved.