Uses of Interface
net.officefloor.compile.properties.PropertyList
-
-
Uses of PropertyList in net.officefloor.activity.impl.procedure
Methods in net.officefloor.activity.impl.procedure with parameters of type PropertyList Modifier and Type Method Description ProcedureType
ProcedureLoaderImpl. loadProcedureType(java.lang.String resource, java.lang.String serviceName, java.lang.String procedureName, PropertyList properties)
-
Uses of PropertyList in net.officefloor.activity.model
Methods in net.officefloor.activity.model with parameters of type PropertyList Modifier and Type Method Description Change<ActivityProcedureModel>
ActivityChanges. addProcedure(java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
Adds anActivityProcedureModel
.Change<ActivityProcedureModel>
ActivityChangesImpl. addProcedure(java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
Change<ActivitySectionModel>
ActivityChanges. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)
Adds anActivitySectionModel
.Change<ActivitySectionModel>
ActivityChangesImpl. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType section)
Change<ActivityProcedureModel>
ActivityChanges. refactorProcedure(ActivityProcedureModel procedureModel, java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
Refactors anActivityProcedureModel
.Change<ActivityProcedureModel>
ActivityChangesImpl. refactorProcedure(ActivityProcedureModel procedureModel, java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
Change<ActivitySectionModel>
ActivityChanges. refactorSection(ActivitySectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
Refactors anActivitySectionModel
.Change<ActivitySectionModel>
ActivityChangesImpl. refactorSection(ActivitySectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
-
Uses of PropertyList in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure with parameters of type PropertyList Modifier and Type Method Description ProcedureType
ProcedureLoader. loadProcedureType(java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, PropertyList properties)
Loads theProcedureType
for theProcedure
. -
Uses of PropertyList in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build with parameters of type PropertyList Modifier and Type Method Description S
ProcedureArchitect. addProcedure(java.lang.String sectionName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, boolean isNext, PropertyList properties)
Adds aProcedure
. -
Uses of PropertyList in net.officefloor.compile
Methods in net.officefloor.compile that return PropertyList Modifier and Type Method Description abstract PropertyList
OfficeFloorCompiler. createPropertyList()
Creates a new emptyPropertyList
.static PropertyList
OfficeFloorCompiler. newPropertyList()
Convenience method to create a newPropertyList
.Methods in net.officefloor.compile with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceType
TypeLoader. loadManagedFunctionType(java.lang.String managedFunctionName, java.lang.String managedFunctionSourceClassName, PropertyList properties)
Loads theFunctionNamespaceType
.ManagedObjectType<?>
TypeLoader. loadManagedObjectType(java.lang.String managedObjectName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
. -
Uses of PropertyList in net.officefloor.compile.administration
Methods in net.officefloor.compile.administration that return PropertyList Modifier and Type Method Description <E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>,AS extends AdministrationSource<E,F,G>>
PropertyListAdministrationLoader. loadSpecification(java.lang.Class<AS> administrationSourceClass)
Loads and returns thePropertyList
from theAdministrationSourceSpecification
for theAdministrationSource
.<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
PropertyListAdministrationLoader. loadSpecification(AdministrationSource<E,F,G> administrationSource)
Loads and returns thePropertyList
from theAdministrationSourceSpecification
for theAdministrationSource
.Methods in net.officefloor.compile.administration with parameters of type PropertyList Modifier and Type Method Description <E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>,AS extends AdministrationSource<E,F,G>>
AdministrationType<E,F,G>AdministrationLoader. loadAdministrationType(java.lang.Class<AS> administrationSourceClass, PropertyList propertyList)
Loads and returns theAdministrationType
sourced from theAdministrationSource
.<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
AdministrationType<E,F,G>AdministrationLoader. loadAdministrationType(AdministrationSource<E,F,G> administrationSource, PropertyList propertyList)
Loads and returns theAdministrationType
sourced from theAdministrationSource
. -
Uses of PropertyList in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return PropertyList Modifier and Type Method Description <TS extends ExecutiveSource>
PropertyListExecutiveLoader. loadSpecification(java.lang.Class<TS> executiveSourceClass)
PropertyList
ExecutiveLoader. loadSpecification(ExecutiveSource executiveSource)
Methods in net.officefloor.compile.executive with parameters of type PropertyList Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
.ExecutiveType
ExecutiveLoader. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
. -
Uses of PropertyList in net.officefloor.compile.governance
Methods in net.officefloor.compile.governance that return PropertyList Modifier and Type Method Description <I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
PropertyListGovernanceLoader. loadSpecification(java.lang.Class<GS> governanceSourceClass)
Methods in net.officefloor.compile.governance with parameters of type PropertyList Modifier and Type Method Description <I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoader. loadGovernanceType(GS governanceSource, PropertyList properties)
Loads and returns theGovernanceType
from theGovernanceSource
.<I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoader. loadGovernanceType(java.lang.Class<GS> governanceSourceClass, PropertyList properties)
Loads and returns theGovernanceType
from theGovernanceSource
class. -
Uses of PropertyList in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return PropertyList Modifier and Type Method Description PropertyList
OfficeFloorCompilerImpl. createPropertyList()
PropertyList
OfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
PropertyList
OfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, PropertyList originalProperties)
Methods in net.officefloor.compile.impl with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceType
OfficeFloorCompilerImpl. loadManagedFunctionType(java.lang.String managedFunctionSourceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)
ManagedObjectType<?>
OfficeFloorCompilerImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
PropertyList
OfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
PropertyList
OfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, PropertyList originalProperties)
-
Uses of PropertyList in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt that return PropertyList Modifier and Type Method Description PropertyList
OfficeFloorCompilerAdapter. createPropertyList()
-
Uses of PropertyList in net.officefloor.compile.impl.administrator
Methods in net.officefloor.compile.impl.administrator that return PropertyList Modifier and Type Method Description <E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>,AS extends AdministrationSource<E,F,G>>
PropertyListAdministrationLoaderImpl. loadSpecification(java.lang.Class<AS> administrationSourceClass)
<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
PropertyListAdministrationLoaderImpl. loadSpecification(AdministrationSource<E,F,G> administrationSource)
Methods in net.officefloor.compile.impl.administrator with parameters of type PropertyList Modifier and Type Method Description <E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>,AS extends AdministrationSource<E,F,G>>
AdministrationType<E,F,G>AdministrationLoaderImpl. loadAdministrationType(java.lang.Class<AS> administratorSourceClass, PropertyList propertyList)
<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
AdministrationType<E,F,G>AdministrationLoaderImpl. loadAdministrationType(AdministrationSource<E,F,G> administratorSource, PropertyList propertyList)
-
Uses of PropertyList in net.officefloor.compile.impl.executive
Methods in net.officefloor.compile.impl.executive that return PropertyList Modifier and Type Method Description <TS extends ExecutiveSource>
PropertyListExecutiveLoaderImpl. loadSpecification(java.lang.Class<TS> executiveSourceClass)
PropertyList
ExecutiveLoaderImpl. loadSpecification(ExecutiveSource executiveSource)
Methods in net.officefloor.compile.impl.executive with parameters of type PropertyList Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
ExecutiveType
ExecutiveLoaderImpl. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
-
Uses of PropertyList in net.officefloor.compile.impl.governance
Methods in net.officefloor.compile.impl.governance that return PropertyList Modifier and Type Method Description <I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
PropertyListGovernanceLoaderImpl. loadSpecification(java.lang.Class<GS> governanceSourceClass)
Methods in net.officefloor.compile.impl.governance with parameters of type PropertyList Modifier and Type Method Description <I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoaderImpl. loadGovernanceType(GS governanceSource, PropertyList properties)
<I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoaderImpl. loadGovernanceType(java.lang.Class<GS> governanceSourceClass, PropertyList properties)
-
Uses of PropertyList in net.officefloor.compile.impl.managedfunction
Methods in net.officefloor.compile.impl.managedfunction that return PropertyList Modifier and Type Method Description <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderImpl. loadSpecification(java.lang.Class<S> managedFunctionSourceClass)
PropertyList
ManagedFunctionLoaderImpl. loadSpecification(ManagedFunctionSource managedFunctionSource)
Methods in net.officefloor.compile.impl.managedfunction with parameters of type PropertyList Modifier and Type Method Description <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderImpl. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, PropertyList propertyList)
FunctionNamespaceType
ManagedFunctionLoaderImpl. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList propertyList)
Constructors in net.officefloor.compile.impl.managedfunction with parameters of type PropertyList Constructor Description ManagedFunctionSourceContextImpl(java.lang.String managedFunctionSourceName, boolean isLoadingType, java.lang.String[] additionalProfiles, PropertyList propertyList, NodeContext context)
Initiate. -
Uses of PropertyList in net.officefloor.compile.impl.managedobject
Methods in net.officefloor.compile.impl.managedobject that return PropertyList Modifier and Type Method Description <D extends java.lang.Enum<D>,H extends java.lang.Enum<H>,MS extends ManagedObjectSource<D,H>>
PropertyListManagedObjectLoaderImpl. loadSpecification(java.lang.Class<MS> managedObjectSourceClass)
<D extends java.lang.Enum<D>,H extends java.lang.Enum<H>>
PropertyListManagedObjectLoaderImpl. loadSpecification(ManagedObjectSource<D,H> managedObjectSource)
Loads thePropertyList
specification.Methods in net.officefloor.compile.impl.managedobject with parameters of type PropertyList Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoaderImpl. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectType<D>ManagedObjectLoaderImpl. loadManagedObjectType(ManagedObjectSource<D,F> managedObjectSource, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList)
-
Uses of PropertyList in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return PropertyList Modifier and Type Method Description PropertyList
OfficeSourceContextImpl. createPropertyList()
<O extends OfficeSource>
PropertyListOfficeLoaderImpl. loadSpecification(java.lang.Class<O> officeSourceClass)
Methods in net.officefloor.compile.impl.office with parameters of type PropertyList Modifier and Type Method Description AdministrationType<?,?,?>
OfficeSourceContextImpl. loadAdministrationType(java.lang.String administrationName, java.lang.String administrationSourceClassName, PropertyList properties)
AdministrationType<?,?,?>
OfficeSourceContextImpl. loadAdministrationType(java.lang.String administrationName, AdministrationSource<?,?,?> administrationSource, PropertyList properties)
GovernanceType<?,?>
OfficeSourceContextImpl. loadGovernanceType(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties)
GovernanceType<?,?>
OfficeSourceContextImpl. loadGovernanceType(java.lang.String governanceName, GovernanceSource<?,?> governanceSource, PropertyList properties)
ManagedObjectType<?>
OfficeSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
OfficeSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
OfficeSectionType
OfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)
OfficeSectionType
OfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
<O extends OfficeSource>
OfficeTypeOfficeLoaderImpl. loadOfficeType(java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, PropertyList propertyList)
OfficeType
OfficeLoaderImpl. loadOfficeType(OfficeSource officeSource, java.lang.String officeLocation, PropertyList propertyList)
InitialSupplierType
OfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
InitialSupplierType
OfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Constructors in net.officefloor.compile.impl.office with parameters of type PropertyList Constructor Description OfficeSourceContextImpl(boolean isLoadingType, java.lang.String officeLocation, java.lang.String[] additionalProfiles, PropertyList propertyList, OfficeNode officeNode, NodeContext nodeContext)
Instantiate. -
Uses of PropertyList in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return PropertyList Modifier and Type Method Description PropertyList
OfficeFloorSourceContextImpl. createPropertyList()
<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl. loadRequiredProperties(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl. loadSpecification(java.lang.Class<OF> officeFloorSourceClass)
Methods in net.officefloor.compile.impl.officefloor with parameters of type PropertyList Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
OfficeFloorSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
<OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoaderImpl. loadOfficeFloorType(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
<OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoaderImpl. loadOfficeFloorType(OF officeFloorSource, java.lang.String officeFloorLocation, PropertyList propertyList)
OfficeType
OfficeFloorSourceContextImpl. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)
OfficeType
OfficeFloorSourceContextImpl. loadOfficeType(java.lang.String officeName, OfficeSource officeSource, java.lang.String location, PropertyList properties)
<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl. loadRequiredProperties(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
InitialSupplierType
OfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
InitialSupplierType
OfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Constructors in net.officefloor.compile.impl.officefloor with parameters of type PropertyList Constructor Description OfficeFloorSourceContextImpl(boolean isLoadingType, java.lang.String officeFloorLocation, java.lang.String[] additionalProfiles, PropertyList propertyList, OfficeFloorNode officeFloorNode, NodeContext nodeContext)
Initiate. -
Uses of PropertyList in net.officefloor.compile.impl.pool
Methods in net.officefloor.compile.impl.pool that return PropertyList Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoaderImpl. loadSpecification(java.lang.Class<PS> managedObjectPoolSourceClass)
Methods in net.officefloor.compile.impl.pool with parameters of type PropertyList Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoaderImpl. loadManagedObjectPoolType(java.lang.Class<PS> managedObjectPoolSourceClass, PropertyList propertyList)
ManagedObjectPoolType
ManagedObjectPoolLoaderImpl. loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList)
-
Uses of PropertyList in net.officefloor.compile.impl.properties
Classes in net.officefloor.compile.impl.properties that implement PropertyList Modifier and Type Class Description class
PropertyListImpl
Implementation of thePropertyList
.Methods in net.officefloor.compile.impl.properties with parameters of type PropertyList Modifier and Type Method Description static void
PropertiesUtil. copyPrefixedProperties(SourceProperties source, java.lang.String propertyPrefix, PropertyList target)
Copies allProperty
instances with the name prefix from theSourceProperties
to thePropertyConfigurable
.static void
PropertiesUtil. copyProperties(SourceProperties source, PropertyList target, java.lang.String... propertyNames)
Constructors in net.officefloor.compile.impl.properties with parameters of type PropertyList Constructor Description PropertyListSourceProperties(PropertyList properties)
Initiate withProperty
instances within thePropertyList
. -
Uses of PropertyList in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return PropertyList Modifier and Type Method Description PropertyList
SectionSourceContextImpl. createPropertyList()
<S extends SectionSource>
PropertyListSectionLoaderImpl. loadSpecification(java.lang.Class<S> sectionSourceClass)
PropertyList
SectionLoaderImpl. loadSpecification(SectionSource sectionSource)
Methods in net.officefloor.compile.impl.section with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceType
SectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)
FunctionNamespaceType
SectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties)
ManagedObjectType<?>
SectionSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
SectionSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
<S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
OfficeSectionType
SectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
<S extends SectionSource>
SectionTypeSectionLoaderImpl. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
SectionType
SectionLoaderImpl. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
SectionType
SectionSourceContextImpl. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)
SectionType
SectionSourceContextImpl. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
Constructors in net.officefloor.compile.impl.section with parameters of type PropertyList Constructor Description SectionSourceContextImpl(boolean isLoadingType, java.lang.String sectionLocation, java.lang.String[] additionalProfiles, PropertyList propertyList, SectionNode sectionNode, NodeContext context)
Initiate. -
Uses of PropertyList in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return PropertyList Modifier and Type Method Description PropertyList
SectionNodeImpl. createPropertyList()
PropertyList
OfficeFloorNodeImpl. getOverridePropertyList()
PropertyList
OfficeNodeImpl. getOverridePropertyList()
PropertyList
SectionNodeImpl. getSectionProperties()
Methods in net.officefloor.compile.impl.structure with parameters of type PropertyList Modifier and Type Method Description static PropertyNode[]
PropertyNode. constructPropertyNodes(PropertyList properties)
Constructs thePropertyNode
instances for the inputPropertyList
.void
SectionNodeImpl. setTransformedOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList sectionProperties)
void
SectionNodeImpl. setTransformedOfficeSection(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList sectionProperties)
-
Uses of PropertyList in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return PropertyList Modifier and Type Method Description PropertyList
SuppliedManagedObjectSourceTypeImpl. getPropertyList()
<S extends SupplierSource>
PropertyListSupplierLoaderImpl. loadSpecification(java.lang.Class<S> supplierSourceClass)
PropertyList
SupplierLoaderImpl. loadSpecification(SupplierSource supplierSource)
Methods in net.officefloor.compile.impl.supplier with parameters of type PropertyList Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)
InitialSupplierType
SupplierLoaderImpl. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
Constructors in net.officefloor.compile.impl.supplier with parameters of type PropertyList Constructor Description SuppliedManagedObjectSourceTypeImpl(java.lang.Class<?> objectType, java.lang.String qualifier, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Instantiate.SupplierSourceContextImpl(java.lang.String supplierSourceName, boolean isLoadingType, java.lang.String[] additionalProfiles, PropertyList propertyList, NodeContext context)
Initiate. -
Uses of PropertyList in net.officefloor.compile.impl.team
Methods in net.officefloor.compile.impl.team that return PropertyList Modifier and Type Method Description <TS extends TeamSource>
PropertyListTeamLoaderImpl. loadSpecification(java.lang.Class<TS> teamSourceClass)
PropertyList
TeamLoaderImpl. loadSpecification(TeamSource teamSource)
Methods in net.officefloor.compile.impl.team with parameters of type PropertyList Modifier and Type Method Description <TS extends TeamSource>
OfficeFloorTeamSourceTypeTeamLoaderImpl. loadOfficeFloorTeamSourceType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
OfficeFloorTeamSourceType
TeamLoaderImpl. loadOfficeFloorTeamSourceType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
<TS extends TeamSource>
TeamTypeTeamLoaderImpl. loadTeamType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
TeamType
TeamLoaderImpl. loadTeamType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
-
Uses of PropertyList in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return PropertyList Modifier and Type Method Description PropertyList
NodeContext. createPropertyList()
Creates a newPropertyList
.PropertyList
OverrideProperties. getOverridePropertyList()
Obtains the overridePropertyList
.PropertyList
NodeContext. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
Overrides thePropertyList
.PropertyList
NodeContext. overrideProperties(Node node, java.lang.String qualifiedName, PropertyList originalProperties)
Overrides thePropertyList
.Methods in net.officefloor.compile.internal.structure with parameters of type PropertyList Modifier and Type Method Description PropertyList
NodeContext. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)
Overrides thePropertyList
.PropertyList
NodeContext. overrideProperties(Node node, java.lang.String qualifiedName, PropertyList originalProperties)
Overrides thePropertyList
. -
Uses of PropertyList in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return PropertyList Modifier and Type Method Description <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoader. loadSpecification(java.lang.Class<S> mangedFunctionSourceClass)
Loads and returns thePropertyList
from theManagedFunctionSourceSpecification
for theManagedFunctionSource
.PropertyList
ManagedFunctionLoader. loadSpecification(ManagedFunctionSource managedFunctionSource)
Loads and returns thePropertyList
from theManagedFunctionSourceSpecification
for theManagedFunctionSource
.Methods in net.officefloor.compile.managedfunction with parameters of type PropertyList Modifier and Type Method Description <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoader. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, PropertyList properties)
Loads and returns theFunctionNamespaceType
from theManagedFunctionSource
class.FunctionNamespaceType
ManagedFunctionLoader. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList properties)
Loads and returns theFunctionNamespaceType
from theManagedFunctionSource
class. -
Uses of PropertyList in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return PropertyList Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
PropertyListManagedObjectLoader. loadSpecification(java.lang.Class<MS> managedObjectSourceClass)
Loads and returns thePropertyList
from theManagedObjectSourceSpecification
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
PropertyListManagedObjectLoader. loadSpecification(ManagedObjectSource<D,F> managedObjectSource)
Loads and returns thePropertyList
from theManagedObjectSourceSpecification
for theManagedObjectSource
.Methods in net.officefloor.compile.managedobject with parameters of type PropertyList Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(ManagedObjectSource<D,F> managedObjectSource, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
Loads and returns theOfficeFloorManagedObjectSourceType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList)
Loads and returns theOfficeFloorManagedObjectSourceType
for theManagedObjectSource
. -
Uses of PropertyList in net.officefloor.compile.office
Methods in net.officefloor.compile.office that return PropertyList Modifier and Type Method Description <O extends OfficeSource>
PropertyListOfficeLoader. loadSpecification(java.lang.Class<O> officeSourceClass)
Methods in net.officefloor.compile.office with parameters of type PropertyList Modifier and Type Method Description <O extends OfficeSource>
OfficeTypeOfficeLoader. loadOfficeType(java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, PropertyList propertyList)
Loads and returns theOfficeType
from theOfficeSource
.OfficeType
OfficeLoader. loadOfficeType(OfficeSource officeSource, java.lang.String officeLocation, PropertyList propertyList)
Loads and returns theOfficeType
from theOfficeSource
. -
Uses of PropertyList in net.officefloor.compile.officefloor
Methods in net.officefloor.compile.officefloor that return PropertyList Modifier and Type Method Description <OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader. loadRequiredProperties(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
Loads the requiredPropertyList
for theOfficeFloorSource
configuration.<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader. loadSpecification(java.lang.Class<OF> officeFloorSourceClass)
Loads and returns thePropertyList
from theOfficeFloorSourceSpecification
for theOfficeFloorSource
.Methods in net.officefloor.compile.officefloor with parameters of type PropertyList Modifier and Type Method Description <OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoader. loadOfficeFloorType(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
Loads theOfficeFloorType
.<OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoader. loadOfficeFloorType(OF officeFloorSource, java.lang.String officeFloorLocation, PropertyList propertyList)
Loads theOfficeFloorType
.<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader. loadRequiredProperties(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)
Loads the requiredPropertyList
for theOfficeFloorSource
configuration. -
Uses of PropertyList in net.officefloor.compile.pool
Methods in net.officefloor.compile.pool that return PropertyList Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoader. loadSpecification(java.lang.Class<PS> managedObjectPoolSourceClass)
Loads and returns thePropertyList
from theManagedObjectPoolSourceSpecification
for theManagedObjectPoolSource
.Methods in net.officefloor.compile.pool with parameters of type PropertyList Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoader. loadManagedObjectPoolType(java.lang.Class<PS> managedObjectPoolSourceClass, PropertyList propertyList)
Loads and returns theManagedObjectPoolType
sourced from theManagedObjectPoolSource
.ManagedObjectPoolType
ManagedObjectPoolLoader. loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList)
Loads and returns theManagedObjectPoolType
sourced from theManagedObjectPoolSource
. -
Uses of PropertyList in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return PropertyList Modifier and Type Method Description <S extends SectionSource>
PropertyListSectionLoader. loadSpecification(java.lang.Class<S> sectionSourceClass)
PropertyList
SectionLoader. loadSpecification(SectionSource sectionSource)
Methods in net.officefloor.compile.section with parameters of type PropertyList Modifier and Type Method Description <S extends SectionSource>
OfficeSectionTypeSectionLoader. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
.OfficeSectionType
SectionLoader. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
.<S extends SectionSource>
SectionTypeSectionLoader. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theSectionType
from theSectionSource
.SectionType
SectionLoader. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theSectionType
from theSectionSource
. -
Uses of PropertyList in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return PropertyList Modifier and Type Method Description PropertyList
OfficeSectionTransformerContext. createPropertyList()
Creates a newPropertyList
.PropertyList
OfficeSectionTransformerContext. getSectionProperties()
Obtains thePropertyList
of theOfficeSection
being transformed.Methods in net.officefloor.compile.spi.office with parameters of type PropertyList Modifier and Type Method Description void
OfficeSectionTransformerContext. setTransformedOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList sectionProperties)
Specifies the transformedOfficeSection
.void
OfficeSectionTransformerContext. setTransformedOfficeSection(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList sectionProperties)
Specifies the transformedOfficeSection
. -
Uses of PropertyList in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return PropertyList Modifier and Type Method Description PropertyList
OfficeSourceContext. createPropertyList()
Creates a newPropertyList
.Methods in net.officefloor.compile.spi.office.source with parameters of type PropertyList Modifier and Type Method Description AdministrationType<?,?,?>
OfficeSourceContext. loadAdministrationType(java.lang.String administrationName, java.lang.String administrationSourceClassName, PropertyList properties)
Loads theAdministrationType
.AdministrationType<?,?,?>
OfficeSourceContext. loadAdministrationType(java.lang.String administrationName, AdministrationSource<?,?,?> administrationSource, PropertyList properties)
Loads theAdministrationType
.GovernanceType<?,?>
OfficeSourceContext. loadGovernanceType(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties)
Loads theGovernanceType
.GovernanceType<?,?>
OfficeSourceContext. loadGovernanceType(java.lang.String governanceName, GovernanceSource<?,?> governanceSource, PropertyList properties)
Loads theGovernanceType
.ManagedObjectType<?>
OfficeSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
OfficeSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
.OfficeSectionType
OfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)
Loads theOfficeSectionType
.OfficeSectionType
OfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
Loads theOfficeSectionType
.InitialSupplierType
OfficeSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
Loads theInitialSupplierType
.InitialSupplierType
OfficeSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Loads theInitialSupplierType
. -
Uses of PropertyList in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return PropertyList Modifier and Type Method Description PropertyList
OfficeFloorSourceContext. createPropertyList()
Creates a newPropertyList
.Methods in net.officefloor.compile.spi.officefloor.source with parameters of type PropertyList Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
OfficeFloorSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
.OfficeType
OfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)
Loads theOfficeType
.OfficeType
OfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, OfficeSource officeSource, java.lang.String location, PropertyList properties)
Loads theOfficeType
.InitialSupplierType
OfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
Loads theInitialSupplierType
.InitialSupplierType
OfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Loads theInitialSupplierType
. -
Uses of PropertyList in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source that return PropertyList Modifier and Type Method Description PropertyList
SectionSourceContext. createPropertyList()
Creates aPropertyList
for loading types.Methods in net.officefloor.compile.spi.section.source with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceType
SectionSourceContext. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)
Loads theFunctionNamespaceType
.FunctionNamespaceType
SectionSourceContext. loadManagedFunctionType(java.lang.String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties)
Loads theFunctionNamespaceType
.ManagedObjectType<?>
SectionSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
SectionSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
.SectionType
SectionSourceContext. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)
Loads theSectionType
.SectionType
SectionSourceContext. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
Loads theSectionType
. -
Uses of PropertyList in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return PropertyList Modifier and Type Method Description PropertyList
SuppliedManagedObjectSourceType. getPropertyList()
Obtains thePropertyList
to configure theManagedObjectSource
.<S extends SupplierSource>
PropertyListSupplierLoader. loadSpecification(java.lang.Class<S> supplierSourceClass)
PropertyList
SupplierLoader. loadSpecification(SupplierSource supplierSource)
Methods in net.officefloor.compile.supplier with parameters of type PropertyList Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoader. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)
Loads and returnsInitialSupplierType
for theSupplierSource
.InitialSupplierType
SupplierLoader. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
Loads and returnsInitialSupplierType
for theSupplierSource
. -
Uses of PropertyList in net.officefloor.compile.team
Methods in net.officefloor.compile.team that return PropertyList Modifier and Type Method Description <TS extends TeamSource>
PropertyListTeamLoader. loadSpecification(java.lang.Class<TS> teamSourceClass)
PropertyList
TeamLoader. loadSpecification(TeamSource teamSource)
Methods in net.officefloor.compile.team with parameters of type PropertyList Modifier and Type Method Description <TS extends TeamSource>
OfficeFloorTeamSourceTypeTeamLoader. loadOfficeFloorTeamSourceType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
Loads and returns theOfficeFloorTeamSourceType
.OfficeFloorTeamSourceType
TeamLoader. loadOfficeFloorTeamSourceType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
Loads and returns theOfficeFloorTeamSourceType
.<TS extends TeamSource>
TeamTypeTeamLoader. loadTeamType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
Loads and returns theTeamType
sourced from theTeamSource
.TeamType
TeamLoader. loadTeamType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
Loads and returns theTeamType
sourced from theTeamSource
. -
Uses of PropertyList in net.officefloor.compile.test.administration
Methods in net.officefloor.compile.test.administration that return PropertyList Modifier and Type Method Description static <E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>,S extends AdministrationSource<E,F,G>>
PropertyListAdministrationLoaderUtil. validateSpecification(java.lang.Class<S> administrationSourceClass, java.lang.String... propertyNameLabels)
Validates theAdministrationSourceSpecification
for theAdministrationSource
. -
Uses of PropertyList in net.officefloor.compile.test.governance
Methods in net.officefloor.compile.test.governance that return PropertyList Modifier and Type Method Description static <I,F extends java.lang.Enum<F>,S extends GovernanceSource<I,F>>
PropertyListGovernanceLoaderUtil. validateSpecification(java.lang.Class<S> governanceSourceClass, java.lang.String... propertyNameLabels)
Validates theGovernanceSourceSpecification
for theGovernanceSource
. -
Uses of PropertyList in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction that return PropertyList Modifier and Type Method Description static <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderUtil. validateSpecification(java.lang.Class<S> managedFunctionSourceClass, java.lang.String... propertyNameLabels)
Validates theManagedFunctionSourceSpecification
for theManagedFunctionSource
.static PropertyList
ManagedFunctionLoaderUtil. validateSpecification(ManagedFunctionSource managedFunctionSource, java.lang.String... propertyNameLabels)
Validates theManagedFunctionSourceSpecification
for theManagedFunctionSource
. -
Uses of PropertyList in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return PropertyList Modifier and Type Method Description static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
PropertyListManagedObjectLoaderUtil. validateSpecification(java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameLabels)
Validates theManagedObjectSourceSpecification
for theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
PropertyListManagedObjectLoaderUtil. validateSpecification(ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameLabels)
Validates theManagedObjectSourceSpecification
for theManagedObjectSource
. -
Uses of PropertyList in net.officefloor.compile.test.office
Methods in net.officefloor.compile.test.office that return PropertyList Modifier and Type Method Description static <O extends OfficeSource>
PropertyListOfficeLoaderUtil. validateSpecification(java.lang.Class<O> officeSourceClass, java.lang.String... propertyNameLabels)
Validates theOfficeSourceSpecification
for theOfficeSource
. -
Uses of PropertyList in net.officefloor.compile.test.properties
Methods in net.officefloor.compile.test.properties with parameters of type PropertyList Modifier and Type Method Description static void
PropertyListUtil. assertPropertyValues(PropertyList propertyList, java.lang.String... propertyNameValues)
Validates theProperty
values in thePropertyList
.static void
PropertyListUtil. validatePropertyNameLabels(PropertyList propertyList, java.lang.String... propertyNameLabels)
Validates theProperty
instances in thePropertyList
. -
Uses of PropertyList in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return PropertyList Modifier and Type Method Description static <S extends SectionSource>
PropertyListSectionLoaderUtil. validateSpecification(java.lang.Class<S> sectionSourceClass, java.lang.String... propertyNameLabels)
Validates theSectionSourceSpecification
for theSectionSource
.static PropertyList
SectionLoaderUtil. validateSpecification(SectionSource sectionSource, java.lang.String... propertyNameLabels)
Validates theSectionSourceSpecification
for theSectionSource
. -
Uses of PropertyList in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier that return PropertyList Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
PropertyListSupplierTypeBuilder. addSuppliedManagedObjectSource(java.lang.String qualifier, java.lang.Class<?> objectType, MS managedObjectSource)
Adds aSuppliedManagedObjectSourceType
.static <S extends SupplierSource>
PropertyListSupplierLoaderUtil. validateSpecification(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameLabels)
Validates theSupplierSourceSpecification
for theSupplierSource
. -
Uses of PropertyList in net.officefloor.configuration
Methods in net.officefloor.configuration with parameters of type PropertyList Modifier and Type Method Description ConfigurationItem
ConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)
Obtains theConfigurationItem
at the location.ConfigurationItem
ConfigurationContext. getOptionalConfigurationItem(java.lang.String location, PropertyList overrideProperties)
Obtains the optionalConfigurationItem
at the location. -
Uses of PropertyList in net.officefloor.configuration.impl
Methods in net.officefloor.configuration.impl with parameters of type PropertyList Modifier and Type Method Description ConfigurationItem
ConfigurationContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)
ConfigurationItem
ConfigurationSourceContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)
ConfigurationItem
ConfigurationContextImpl. getOptionalConfigurationItem(java.lang.String location, PropertyList properties)
ConfigurationItem
ConfigurationSourceContextImpl. getOptionalConfigurationItem(java.lang.String location, PropertyList properties)
Constructors in net.officefloor.configuration.impl with parameters of type PropertyList Constructor Description AbstractWritableConfigurationContext(ConfigurationContextImpl.ConfigurationSource configurationSource, AbstractWritableConfigurationContext.ConfigurationWriter configurationWriter, AbstractWritableConfigurationContext.ConfigurationRemover configurationRemover, PropertyList properties)
Instantiate. -
Uses of PropertyList in net.officefloor.configuration.impl.configuration
Constructors in net.officefloor.configuration.impl.configuration with parameters of type PropertyList Constructor Description ClassLoaderConfigurationContext(java.lang.ClassLoader classLoader, PropertyList properties)
Initiate. -
Uses of PropertyList in net.officefloor.eclipse.configurer.test
Fields in net.officefloor.eclipse.configurer.test declared as PropertyList Modifier and Type Field Description PropertyList
ExampleModel. properties
-
Uses of PropertyList in net.officefloor.gef.activity
Methods in net.officefloor.gef.activity that return PropertyList Modifier and Type Method Description protected PropertyList
ActivityProcedureItem. getProcedureProperties(ActivityProcedureModel model)
protected PropertyList
ActivitySectionItem. getSectionProperties(ActivitySectionModel model)
Methods in net.officefloor.gef.activity with parameters of type PropertyList Modifier and Type Method Description protected Change<ActivityProcedureModel>
ActivityProcedureItem. addProcedure(ActivityChanges operations, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
protected Change<ActivitySectionModel>
ActivitySectionItem. addSection(ActivityChanges operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)
protected Change<ActivityProcedureModel>
ActivityProcedureItem. refactorProcedure(ActivityChanges operations, ActivityProcedureModel model, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
protected Change<ActivitySectionModel>
ActivitySectionItem. refactorSection(ActivityChanges operations, ActivitySectionModel model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
-
Uses of PropertyList in net.officefloor.gef.configurer
Method parameters in net.officefloor.gef.configurer with type arguments of type PropertyList Modifier and Type Method Description PropertiesBuilder<M>
PropertiesBuilder. specification(javafx.beans.property.Property<PropertyList> specification)
Configures listening on the specificationPropertyList
. -
Uses of PropertyList in net.officefloor.gef.configurer.internal.inputs
Method parameters in net.officefloor.gef.configurer.internal.inputs with type arguments of type PropertyList Modifier and Type Method Description PropertiesBuilder<M>
PropertiesBuilderImpl. init(java.util.function.Function<M,PropertyList> getInitialValue)
PropertiesBuilder<M>
PropertiesBuilderImpl. setValue(ValueLoader<M,PropertyList> valueLoader)
PropertiesBuilder<M>
PropertiesBuilderImpl. specification(javafx.beans.property.Property<PropertyList> specification)
PropertiesBuilder<M>
PropertiesBuilderImpl. validate(ValueValidator<M,PropertyList> validator)
-
Uses of PropertyList in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor that return PropertyList Modifier and Type Method Description protected <PI> PropertyList
AbstractItem. translateToPropertyList(java.util.List<PI> properties, java.util.function.Function<PI,java.lang.String> getName, java.util.function.Function<PI,java.lang.String> getValue)
Convenience method to translate list of property items to aPropertyList
. -
Uses of PropertyList in net.officefloor.gef.item
Fields in net.officefloor.gef.item declared as PropertyList Modifier and Type Field Description protected PropertyList
AbstractProcedureItem. properties
protected PropertyList
AbstractSectionItem. properties
Methods in net.officefloor.gef.item that return PropertyList Modifier and Type Method Description protected abstract PropertyList
AbstractProcedureItem. getProcedureProperties(M model)
Obtains theProcedure
PropertyList
.protected abstract PropertyList
AbstractSectionItem. getSectionProperties(M model)
Obtains thePropertyList
from theModel
.Methods in net.officefloor.gef.item with parameters of type PropertyList Modifier and Type Method Description protected abstract Change<M>
AbstractProcedureItem. addProcedure(O operations, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
protected abstract Change<M>
AbstractSectionItem. addSection(O operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)
protected abstract Change<M>
AbstractProcedureItem. refactorProcedure(O operations, M model, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
protected abstract Change<M>
AbstractSectionItem. refactorSection(O operations, M model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
-
Uses of PropertyList in net.officefloor.gef.woof
Methods in net.officefloor.gef.woof that return PropertyList Modifier and Type Method Description protected PropertyList
WoofProcedureItem. getProcedureProperties(WoofProcedureModel model)
protected PropertyList
WoofSectionItem. getSectionProperties(WoofSectionModel model)
Methods in net.officefloor.gef.woof with parameters of type PropertyList Modifier and Type Method Description protected Change<WoofProcedureModel>
WoofProcedureItem. addProcedure(WoofChanges operations, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
protected Change<WoofSectionModel>
WoofSectionItem. addSection(WoofChanges operations, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType)
protected Change<WoofProcedureModel>
WoofProcedureItem. refactorProcedure(WoofChanges operations, WoofProcedureModel model, java.lang.String name, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
protected Change<WoofSectionModel>
WoofSectionItem. refactorSection(WoofChanges operations, WoofSectionModel model, java.lang.String name, java.lang.String sourceClassName, java.lang.String location, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
-
Uses of PropertyList in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type PropertyList Modifier and Type Method Description Change<AdministrationModel>
OfficeChangesImpl. addAdministration(java.lang.String administrationName, java.lang.String administrationSourceClassName, PropertyList properties, boolean isAutoWireExtensions, AdministrationType<?,?,?> administrationType)
Change<GovernanceModel>
OfficeChangesImpl. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
Change<OfficeManagedObjectSourceModel>
OfficeChangesImpl. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Change<OfficeSectionModel>
OfficeChangesImpl. addOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType)
Change<OfficeSectionModel>
OfficeChangesImpl. refactorOfficeSection(OfficeSectionModel sectionModel, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping, java.util.Map<java.lang.String,java.lang.String> objectNameMapping)
-
Uses of PropertyList in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type PropertyList Modifier and Type Method Description Change<DeployedOfficeModel>
OfficeFloorChangesImpl. addDeployedOffice(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList propertyList, OfficeType officeType)
Change<OfficeFloorManagedObjectSourceModel>
OfficeFloorChangesImpl. addOfficeFloorManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Change<OfficeFloorTeamModel>
OfficeFloorChangesImpl. addOfficeFloorTeam(java.lang.String teamName, int teamSize, boolean isRequestNoTeamOversight, java.lang.String teamSourceClassName, PropertyList properties, TeamType teamType)
Change<DeployedOfficeModel>
OfficeFloorChangesImpl. refactorDeployedOffice(DeployedOfficeModel office, java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList properties, OfficeType officeType, java.util.Map<java.lang.String,java.lang.String> objectNameMapping, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> teamNameMapping)
-
Uses of PropertyList in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type PropertyList Modifier and Type Method Description Change<FunctionNamespaceModel>
SectionChangesImpl. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, java.lang.String... managedFunctionNames)
Change<SectionManagedObjectSourceModel>
SectionChangesImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Change<SubSectionModel>
SectionChangesImpl. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)
Change<FunctionNamespaceModel>
SectionChangesImpl. refactorFunctionNamespace(FunctionNamespaceModel namespaceModel, java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, java.util.Map<java.lang.String,java.lang.String> managedFunctionNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> managedFunctionToObjectNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToFlowNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToEscalationTypeMapping, java.lang.String... functionNames)
-
Uses of PropertyList in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type PropertyList Modifier and Type Method Description Change<AdministrationModel>
OfficeChanges. addAdministration(java.lang.String administrationName, java.lang.String administrationSourceClassName, PropertyList properties, boolean isAutoWireExtensions, AdministrationType<?,?,?> administrationType)
Adds anAdministrationModel
to theOfficeModel
.Change<GovernanceModel>
OfficeChanges. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
Adds anGovernanceModel
to theOfficeModel
.Change<OfficeManagedObjectSourceModel>
OfficeChanges. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anOfficeManagedObjectSourceModel
toOfficeModel
.Change<OfficeSectionModel>
OfficeChanges. addOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType)
Adds anOfficeSectionModel
to theOfficeModel
.Change<OfficeSectionModel>
OfficeChanges. refactorOfficeSection(OfficeSectionModel sectionModel, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping, java.util.Map<java.lang.String,java.lang.String> objectNameMapping)
Refactors theOfficeSectionModel
. -
Uses of PropertyList in net.officefloor.model.officefloor
Methods in net.officefloor.model.officefloor with parameters of type PropertyList Modifier and Type Method Description Change<DeployedOfficeModel>
OfficeFloorChanges. addDeployedOffice(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList propertyList, OfficeType officeType)
Adds aDeployedOfficeModel
to theOfficeFloorModel
.Change<OfficeFloorManagedObjectSourceModel>
OfficeFloorChanges. addOfficeFloorManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anOfficeFloorManagedObjectSourceModel
to theOfficeFloorModel
.Change<OfficeFloorTeamModel>
OfficeFloorChanges. addOfficeFloorTeam(java.lang.String teamName, int teamSize, boolean isRequestNoTeamOversight, java.lang.String teamSourceClassName, PropertyList propertylist, TeamType teamType)
Adds aOfficeFloorTeamModel
to theOfficeFloorModel
.Change<DeployedOfficeModel>
OfficeFloorChanges. refactorDeployedOffice(DeployedOfficeModel deployedOffice, java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList properties, OfficeType officeType, java.util.Map<java.lang.String,java.lang.String> objectNameMapping, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> teamNameMapping)
Refactors theDeployedOfficeModel
. -
Uses of PropertyList in net.officefloor.model.section
Methods in net.officefloor.model.section with parameters of type PropertyList Modifier and Type Method Description Change<FunctionNamespaceModel>
SectionChanges. addFunctionNamespace(java.lang.String functionNamspaceName, java.lang.String functionNamspaceSourceClassName, PropertyList properties, FunctionNamespaceType functionNamspaceType, java.lang.String... managedFunctionNames)
Adds aFunctionNamespaceModel
to theSectionModel
.Change<SectionManagedObjectSourceModel>
SectionChanges. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anSectionManagedObjectSourceModel
toSectionModel
.Change<SubSectionModel>
SectionChanges. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)
Adds aSubSectionModel
to theSectionModel
.Change<FunctionNamespaceModel>
SectionChanges. refactorFunctionNamespace(FunctionNamespaceModel functionNamespaceModel, java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType functionNamespaceType, java.util.Map<java.lang.String,java.lang.String> managedFunctionNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> managedFunctionToObjectNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToFlowNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToEscalationTypeMapping, java.lang.String... managedFunctionNames)
Refactors theFunctionNamespaceModel
. -
Uses of PropertyList in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow with parameters of type PropertyList Modifier and Type Method Description ClassSectionFunctionNamespace
ClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)
Adds aSectionFunctionNamespace
.ClassSectionFunctionNamespace
ClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties)
Adds aSectionFunctionNamespace
.ClassSectionSubSection
ClassSectionFlowContext. getOrCreateSubSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, ClassSectionSubSectionOutputLink... configuredLinks)
Gets or creates theSubSection
.ClassSectionSubSection
ClassSectionFlowContext. getOrCreateSubSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties, ClassSectionSubSectionOutputLink... configuredLinks)
Gets or creates theSubSection
. -
Uses of PropertyList in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader with parameters of type PropertyList Modifier and Type Method Description ClassSectionFunctionNamespace
ClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration)
Loads theSectionFunction
instances.ClassSectionFunctionNamespace
ClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration)
Loads theSectionFunction
instances.ClassSectionManagedObject
ClassSectionLoader. addManagedObject(java.lang.String objectName, java.lang.String managedObjectSourceClassName, PropertyList properties, ObjectDecoration objectDecoration)
Loads theSectionManagedObject
.ClassSectionManagedObject
ClassSectionLoader. addManagedObject(java.lang.String objectName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ObjectDecoration objectDecoration)
Loads theSectionManagedObject
. -
Uses of PropertyList in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object with parameters of type PropertyList Modifier and Type Method Description ClassSectionManagedObject
ClassSectionObjectContext. getOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject
.ClassSectionManagedObject
ClassSectionObjectContext. getOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject
. -
Uses of PropertyList in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type PropertyList Modifier and Type Method Description protected void
TransformSectionSource. configureProperties(OfficeSectionTransformerContext context, PropertyList properties)
Enables overriding to configure additionalProperty
instances.protected void
TransformSectionSource. loadSubSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)
Loads theSectionSource
. -
Uses of PropertyList in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type PropertyList Modifier and Type Method Description protected OfficeSection
AbstractPolyglotProcedureTest. addProcedure(java.lang.String resourceName, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactory, java.lang.String procedureName, boolean isNext, PropertyList properties, CompileOfficeContext context)
Convenience method to add aProcedure
. -
Uses of PropertyList in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return PropertyList Modifier and Type Method Description PropertyList
HttpSecuritySupportingManagedObjectImpl. getProperties()
PropertyList
HttpSecuritySupportingManagedObjectType. getProperties()
Obtains thePropertyList
to configure theManagedObjectSource
.<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,S extends HttpSecuritySource<A,AC,C,O,F>>
PropertyListHttpSecurityLoader. loadSpecification(java.lang.Class<S> httpSecuritySourceClass)
Loads and returns thePropertyList
from theHttpSecuritySourceSpecification
for theHttpSecuritySource
.<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
PropertyListHttpSecurityLoader. loadSpecification(HttpSecuritySource<A,AC,C,O,F> httpSecuritySource)
Loads and returns thePropertyList
from theHttpSecuritySourceSpecification
for theHttpSecuritySource
.<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,S extends HttpSecuritySource<A,AC,C,O,F>>
PropertyListHttpSecurityLoaderImpl. loadSpecification(java.lang.Class<S> httpSecuritySourceClass)
<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
PropertyListHttpSecurityLoaderImpl. loadSpecification(HttpSecuritySource<A,AC,C,O,F> httpSecuritySource)
static PropertyList
HttpSecuritySourceSpecificationRunnable. loadSpecification(java.lang.String httpSecuritySourceClassName, OfficeFloorCompiler compiler)
Convenience method to load the specification for theHttpSecuritySource
.PropertyList
HttpSecuritySourceSpecificationRunnable. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
static <A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,HS extends HttpSecuritySource<A,AC,C,O,F>>
PropertyListHttpSecurityLoaderUtil. validateSpecification(java.lang.Class<HS> httpSecuritySourceClass, java.lang.String... propertyNameLabels)
Validates theHttpSecuritySourceSpecification
for theHttpSecuritySource
.Methods in net.officefloor.web.security.type with parameters of type PropertyList Modifier and Type Method Description <A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,S extends HttpSecuritySource<A,AC,C,O,F>>
HttpSecurityType<A,AC,C,O,F>HttpSecurityLoader. loadHttpSecurityType(java.lang.Class<S> httpSecuritySourceClass, PropertyList propertyList)
Loads and returns theHttpSecurityType
for theHttpSecuritySource
.<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
HttpSecurityType<A,AC,C,O,F>HttpSecurityLoader. loadHttpSecurityType(HttpSecuritySource<A,AC,C,O,F> httpSecuritySource, PropertyList propertyList)
Loads and returns theHttpSecurityType
for theHttpSecuritySource
.<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,S extends HttpSecuritySource<A,AC,C,O,F>>
HttpSecurityType<A,AC,C,O,F>HttpSecurityLoaderImpl. loadHttpSecurityType(java.lang.Class<S> httpSecuritySourceClass, PropertyList propertyList)
<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
HttpSecurityType<A,AC,C,O,F>HttpSecurityLoaderImpl. loadHttpSecurityType(HttpSecuritySource<A,AC,C,O,F> httpSecuritySource, PropertyList propertyList)
static HttpSecurityType<?,?,?,?,?>
HttpSecurityTypeRunnable. loadHttpSecurityType(java.lang.String httpSecuritySourceClassName, PropertyList properties, OfficeFloorCompiler compiler)
Convenience method to load theHttpSecurityType
.Method parameters in net.officefloor.web.security.type with type arguments of type PropertyList Modifier and Type Method Description HttpSecuritySupportingManagedObjectType<?>
HttpSecuritySupportingManagedObjectImpl. loadHttpSecuritySupportingManagedObjectType(java.util.function.BiFunction<ManagedObjectSource<?,?>,PropertyList,ManagedObjectType<?>> managedObjectTypeLoader)
Loads theHttpSecuritySupportingManagedObjectType
.Constructor parameters in net.officefloor.web.security.type with type arguments of type PropertyList Constructor Description HttpSecurityManagedObjectAdapterSource(HttpSecuritySource<?,?,?,O,?> httpSecuritySource, java.util.function.Supplier<PropertyList> propertyListFactory)
Initiate.HttpSecuritySupportingManagedObjectImpl(java.lang.String name, ManagedObjectSource<O,?> managedObjectSource, java.util.function.Supplier<PropertyList> propertyListFactory, ManagedObjectScope managedObjectScope)
Instantiate. -
Uses of PropertyList in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return PropertyList Modifier and Type Method Description protected abstract PropertyList
AbstractWebTemplate. createPropertyList()
Creates a newPropertyList
.protected abstract PropertyList
AbstractWebTemplateFactory. createPropertyList()
Creates aPropertyList
.protected PropertyList
WebTemplateArchitectEmployer. createPropertyList()
PropertyList
AbstractWebTemplate. loadProperties(boolean isPathParameters)
Loads the properties.Methods in net.officefloor.web.template.build with parameters of type PropertyList Modifier and Type Method Description protected abstract WebTemplate
AbstractWebTemplateFactory. addTemplate(boolean isSecure, java.lang.String applicationPath, PropertyList properties)
Adds theWebTemplate
.protected WebTemplate
WebTemplateArchitectEmployer. addTemplate(boolean isSecure, java.lang.String applicationPath, PropertyList properties)
Constructors in net.officefloor.web.template.build with parameters of type PropertyList Constructor Description AbstractWebTemplate(WebTemplateSectionSource webTemplateSectionSource, boolean isSecure, java.lang.String applicationPath, PropertyList properties, SourceIssues sourceIssues)
Instantiate. -
Uses of PropertyList in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type PropertyList Modifier and Type Method Description WebTemplateExtensionBuilder
WebTemplateSectionSource. addWebTemplateExtension(java.lang.String webtemplateExtensionClassName, PropertyList propertyList)
Adds aWebTemplateExtensionBuilder
. -
Uses of PropertyList in net.officefloor.web.template.type
Methods in net.officefloor.web.template.type that return PropertyList Modifier and Type Method Description protected PropertyList
WebTemplateLoaderImpl. createPropertyList()
Methods in net.officefloor.web.template.type with parameters of type PropertyList Modifier and Type Method Description protected WebTemplate
WebTemplateLoaderImpl. addTemplate(boolean isSecure, java.lang.String applicationPath, PropertyList properties)
-
Uses of PropertyList in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof with parameters of type PropertyList Modifier and Type Method Description Change<WoofGovernanceModel>
WoofChanges. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, GovernanceType<?,?> governanceType)
Adds aWoofGovernanceModel
.Change<WoofGovernanceModel>
WoofChangesImpl. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, GovernanceType<?,?> governanceType)
Change<WoofProcedureModel>
WoofChanges. addProcedure(java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
Adds aWoofProcedureModel
.Change<WoofProcedureModel>
WoofChangesImpl. addProcedure(java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType)
Change<WoofSectionModel>
WoofChanges. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)
Adds aWoofSectionModel
.Change<WoofSectionModel>
WoofChangesImpl. addSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType section)
Change<WoofSecurityModel>
WoofChanges. addSecurity(java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyList properties, java.lang.String[] contentTypes, HttpSecurityType<?,?,?,?,?> httpSecurityType)
Adds aWoofSecurityModel
.Change<WoofSecurityModel>
WoofChangesImpl. addSecurity(java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyList properties, java.lang.String[] contentTypes, HttpSecurityType<?,?,?,?,?> httpSecurityType)
Change<WoofGovernanceModel>
WoofChanges. refactorGovernance(WoofGovernanceModel governance, java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, GovernanceType<?,?> governanceType)
Refactors theWoofGovernanceModel
.Change<WoofGovernanceModel>
WoofChangesImpl. refactorGovernance(WoofGovernanceModel governance, java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, GovernanceType<?,?> governanceType)
Change<WoofProcedureModel>
WoofChanges. refactorProcedure(WoofProcedureModel procedureModel, java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
Refactors theWoofProcedureModel
.Change<WoofProcedureModel>
WoofChangesImpl. refactorProcedure(WoofProcedureModel procedureModel, java.lang.String procedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedure, PropertyList properties, ProcedureType procedureType, java.util.Map<java.lang.String,java.lang.String> outputNameMapping)
Change<WoofSectionModel>
WoofChanges. refactorSection(WoofSectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
Refactors theWoofSectionModel
.Change<WoofSectionModel>
WoofChangesImpl. refactorSection(WoofSectionModel section, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType, java.util.Map<java.lang.String,java.lang.String> sectionInputNameMapping, java.util.Map<java.lang.String,java.lang.String> sectionOutputNameMapping)
Change<WoofSecurityModel>
WoofChanges. refactorSecurity(WoofSecurityModel security, java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyList properties, java.lang.String[] contentTypes, HttpSecurityType<?,?,?,?,?> httpSecurityType, java.util.Map<java.lang.String,java.lang.String> securityOutputNameMapping)
Refactors theWoofSecurityModel
.Change<WoofSecurityModel>
WoofChangesImpl. refactorSecurity(WoofSecurityModel security, java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyList properties, java.lang.String[] contentTypes, HttpSecurityType<?,?,?,?,?> httpSecurityType, java.util.Map<java.lang.String,java.lang.String> accessOutputNameMapping)
-
Uses of PropertyList in net.officefloor.woof.template
Methods in net.officefloor.woof.template that return PropertyList Modifier and Type Method Description PropertyList
WoofTemplateExtensionLoader. loadSpecification(java.lang.String woofTemplateExtensionSourceClassName, java.lang.ClassLoader classLoader, CompilerIssues issues)
Loads and returns thePropertyList
from theWoofTemplateExtensionSourceSpecification
for theWoofTemplateExtensionSource
.PropertyList
WoofTemplateExtensionLoaderImpl. loadSpecification(java.lang.String woofTemplateExtensionSourceClassName, java.lang.ClassLoader classLoader, CompilerIssues issues)
PropertyList
WoofTemplateExtensionLoaderImpl.LoadSpecification. run(OfficeFloorCompiler compiler, java.lang.Object[] parameters)
static <S extends WoofTemplateExtensionSource>
PropertyListWoofTemplateExtensionLoaderUtil. validateSpecification(java.lang.Class<S> woofTemplateExtensionSourceClass, java.lang.ClassLoader classLoader, java.lang.String... propertyNameLabels)
Validates theWoofTemplateExtensionSourceSpecification
for theWoofTemplateExtensionSource
.static <S extends WoofTemplateExtensionSource>
PropertyListWoofTemplateExtensionLoaderUtil. validateSpecification(java.lang.Class<S> woofTemplateExtensionSourceClass, java.lang.String... propertyNameLabels)
Validates theWoofTemplateExtensionSourceSpecification
for theWoofTemplateExtensionSource
.Methods in net.officefloor.woof.template with parameters of type PropertyList Modifier and Type Method Description void
WoofTemplateExtensionLoader. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)
Extends theWebTemplate
with theWoofTemplateExtensionSource
.void
WoofTemplateExtensionLoaderImpl. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)
-