Uses of Interface
net.officefloor.compile.properties.PropertyList
Packages that use PropertyList
Package
Description
-
Uses of PropertyList in net.officefloor.activity.admin.build
Methods in net.officefloor.activity.admin.build with parameters of type PropertyListModifier and TypeMethodDescriptionAdministrationArchitect.addAdministration(String administrationName, String administrationLocation, PropertyList properties) Adds a specificOfficeAdministration.AdministrationArchitect.addAdministrations(String administrationDirectory, PropertyList properties) Adds theOfficeAdministrationinstances configured in a directory. -
Uses of PropertyList in net.officefloor.activity.compose.build
Methods in net.officefloor.activity.compose.build with parameters of type PropertyListModifier and TypeMethodDescription<C extends ComposeConfiguration,T>
TComposeArchitect.addComposition(String sectionName, ComposeSource<T, C> source, String resourceName, PropertyList properties, Class<C> configuration) Builds the item requiring composition.protected <C extends ComposeConfiguration,T>
TComposeEmployer.ComposeArchitectImpl.addComposition(String namespace, String itemName, ComposeSource<T, C> source, String resourceName, PropertyList properties, Class<C> configurationClass) Adds a composition.<C extends ComposeConfiguration,T>
TComposeEmployer.ComposeArchitectImpl.addComposition(String sectionName, ComposeSource<T, C> source, String resourceName, PropertyList properties, Class<C> configurationClass) <T> voidComposeArchitect.addCompositions(String namespace, DirectoryItemComposer<T> composer, String resourceDirectory, PropertyList properties, ComposeListener<T> listener) Builds a directory of items requiring composition.<T> voidComposeEmployer.ComposeArchitectImpl.addCompositions(String namespace, DirectoryItemComposer<T> composer, String resourceDirectory, PropertyList properties, ComposeListener<T> listener) -
Uses of PropertyList in net.officefloor.activity.escalation.build
Methods in net.officefloor.activity.escalation.build with parameters of type PropertyListModifier and TypeMethodDescriptionEscalationArchitect.addEscalation(String escalationTypeName, String resourceLocation, PropertyList properties) Adds a singleOfficeEscalationhandler loaded from the given resource.voidEscalationArchitect.addEscalations(String escalationDirectory, PropertyList properties) Loads all escalation handlers from the given directory. -
Uses of PropertyList in net.officefloor.activity.govern.build
Methods in net.officefloor.activity.govern.build with parameters of type PropertyListModifier and TypeMethodDescriptionGovernanceArchitect.addGovernance(String governanceName, String governanceLocation, PropertyList properties) Adds a specificOfficeGovernance.GovernanceArchitect.addGovernances(String governanceDirectory, PropertyList properties) Adds theOfficeGovernanceinstances configured in a directory. -
Uses of PropertyList in net.officefloor.activity.impl.procedure
Methods in net.officefloor.activity.impl.procedure with parameters of type PropertyListModifier and TypeMethodDescriptionProcedureLoaderImpl.loadProcedureType(String resource, String serviceName, String procedureName, PropertyList properties) -
Uses of PropertyList in net.officefloor.activity.managedobject.build
Methods in net.officefloor.activity.managedobject.build with parameters of type PropertyListModifier and TypeMethodDescriptionManagedObjectArchitect.addManagedObject(String managedObjectName, String managedObjectLocation, PropertyList properties) Adds a specificOfficeManagedObject.ManagedObjectArchitect.addManagedObjects(String managedObjectDirectory, PropertyList properites) Adds theOfficeManagedObjectinstances configured in a directory. -
Uses of PropertyList in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure with parameters of type PropertyListModifier and TypeMethodDescriptionProcedureLoader.loadProcedureType(String resource, String sourceName, String procedureName, PropertyList properties) Loads theProcedureTypefor theProcedure. -
Uses of PropertyList in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build with parameters of type PropertyListModifier and TypeMethodDescriptionProcedureArchitect.addProcedure(String sectionName, String resource, String sourceName, String procedureName, boolean isNext, PropertyList properties) Adds aProcedure. -
Uses of PropertyList in net.officefloor.activity.supplier.build
Methods in net.officefloor.activity.supplier.build with parameters of type PropertyListModifier and TypeMethodDescriptionSupplierArchitect.addSupplier(String supplierName, String supplierLocation, PropertyList properties) Adds a singleOfficeSupplierfrom a YAML configuration file.SupplierArchitect.addSuppliers(String supplierDirectory, PropertyList properties) Adds allOfficeSupplierinstances from YAML files in a directory. -
Uses of PropertyList in net.officefloor.activity.team.build
Methods in net.officefloor.activity.team.build with parameters of type PropertyListModifier and TypeMethodDescriptionTeamDeployer.addTeam(String teamName, String teamLocation, PropertyList properties) Adds a singleOfficeFloorTeam.TeamDeployer.addTeams(String teamsDirectory, PropertyList properties) Adds allOfficeFloorTeaminstances from a directory. -
Uses of PropertyList in net.officefloor.compile
Methods in net.officefloor.compile that return PropertyListModifier and TypeMethodDescriptionabstract PropertyListOfficeFloorCompiler.createPropertyList()Creates a new emptyPropertyList.static final PropertyListOfficeFloorCompiler.newPropertyList()Convenience method to create a newPropertyList.Methods in net.officefloor.compile with parameters of type PropertyListModifier and TypeMethodDescriptionTypeLoader.loadManagedFunctionType(String managedFunctionName, String managedFunctionSourceClassName, PropertyList properties) Loads theFunctionNamespaceType.TypeLoader.loadManagedObjectType(String managedObjectName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType. -
Uses of PropertyList in net.officefloor.compile.administration
Methods in net.officefloor.compile.administration that return PropertyListModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>, AS extends AdministrationSource<E, F, G>>
PropertyListAdministrationLoader.loadSpecification(Class<AS> administrationSourceClass) Loads and returns thePropertyListfrom theAdministrationSourceSpecificationfor theAdministrationSource.<E,F extends Enum<F>, G extends Enum<G>>
PropertyListAdministrationLoader.loadSpecification(AdministrationSource<E, F, G> administrationSource) Loads and returns thePropertyListfrom theAdministrationSourceSpecificationfor theAdministrationSource.Methods in net.officefloor.compile.administration with parameters of type PropertyListModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>, AS extends AdministrationSource<E, F, G>>
AdministrationType<E,F, G> AdministrationLoader.loadAdministrationType(Class<AS> administrationSourceClass, PropertyList propertyList) Loads and returns theAdministrationTypesourced from theAdministrationSource.<E,F extends Enum<F>, G extends Enum<G>>
AdministrationType<E,F, G> AdministrationLoader.loadAdministrationType(AdministrationSource<E, F, G> administrationSource, PropertyList propertyList) Loads and returns theAdministrationTypesourced from theAdministrationSource. -
Uses of PropertyList in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return PropertyListModifier and TypeMethodDescription<TS extends ExecutiveSource>
PropertyListExecutiveLoader.loadSpecification(Class<TS> executiveSourceClass) ExecutiveLoader.loadSpecification(ExecutiveSource executiveSource) Methods in net.officefloor.compile.executive with parameters of type PropertyListModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource.ExecutiveLoader.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource. -
Uses of PropertyList in net.officefloor.compile.governance
Methods in net.officefloor.compile.governance that return PropertyListModifier and TypeMethodDescription<I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
PropertyListGovernanceLoader.loadSpecification(Class<GS> governanceSourceClass) Methods in net.officefloor.compile.governance with parameters of type PropertyListModifier and TypeMethodDescription<I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoader.loadGovernanceType(GS governanceSource, PropertyList properties) Loads and returns theGovernanceTypefrom theGovernanceSource.<I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoader.loadGovernanceType(Class<GS> governanceSourceClass, PropertyList properties) Loads and returns theGovernanceTypefrom theGovernanceSourceclass. -
Uses of PropertyList in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return PropertyListModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createPropertyList()OfficeFloorCompilerImpl.overrideProperties(Node node, String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties) OfficeFloorCompilerImpl.overrideProperties(Node node, String qualifiedName, PropertyList originalProperties) Methods in net.officefloor.compile.impl with parameters of type PropertyListModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.loadManagedFunctionType(String managedFunctionSourceName, String managedFunctionSourceClassName, PropertyList properties) OfficeFloorCompilerImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) OfficeFloorCompilerImpl.overrideProperties(Node node, String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties) OfficeFloorCompilerImpl.overrideProperties(Node node, String qualifiedName, PropertyList originalProperties) -
Uses of PropertyList in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt that return PropertyList -
Uses of PropertyList in net.officefloor.compile.impl.administrator
Methods in net.officefloor.compile.impl.administrator that return PropertyListModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>, AS extends AdministrationSource<E, F, G>>
PropertyListAdministrationLoaderImpl.loadSpecification(Class<AS> administrationSourceClass) <E,F extends Enum<F>, G extends Enum<G>>
PropertyListAdministrationLoaderImpl.loadSpecification(AdministrationSource<E, F, G> administrationSource) Methods in net.officefloor.compile.impl.administrator with parameters of type PropertyListModifier and TypeMethodDescription<E,F extends Enum<F>, G extends Enum<G>, AS extends AdministrationSource<E, F, G>>
AdministrationType<E,F, G> AdministrationLoaderImpl.loadAdministrationType(Class<AS> administratorSourceClass, PropertyList propertyList) <E,F extends Enum<F>, G extends 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 PropertyListModifier and TypeMethodDescription<TS extends ExecutiveSource>
PropertyListExecutiveLoaderImpl.loadSpecification(Class<TS> executiveSourceClass) ExecutiveLoaderImpl.loadSpecification(ExecutiveSource executiveSource) Methods in net.officefloor.compile.impl.executive with parameters of type PropertyListModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) ExecutiveLoaderImpl.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) -
Uses of PropertyList in net.officefloor.compile.impl.governance
Methods in net.officefloor.compile.impl.governance that return PropertyListModifier and TypeMethodDescription<I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
PropertyListGovernanceLoaderImpl.loadSpecification(Class<GS> governanceSourceClass) Methods in net.officefloor.compile.impl.governance with parameters of type PropertyListModifier and TypeMethodDescription<I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoaderImpl.loadGovernanceType(GS governanceSource, PropertyList properties) <I,F extends Enum<F>, GS extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoaderImpl.loadGovernanceType(Class<GS> governanceSourceClass, PropertyList properties) -
Uses of PropertyList in net.officefloor.compile.impl.managedfunction
Methods in net.officefloor.compile.impl.managedfunction that return PropertyListModifier and TypeMethodDescription<S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderImpl.loadSpecification(Class<S> managedFunctionSourceClass) ManagedFunctionLoaderImpl.loadSpecification(ManagedFunctionSource managedFunctionSource) Methods in net.officefloor.compile.impl.managedfunction with parameters of type PropertyListModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderImpl.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList propertyList) ManagedFunctionLoaderImpl.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList propertyList) Constructors in net.officefloor.compile.impl.managedfunction with parameters of type PropertyListModifierConstructorDescriptionManagedFunctionSourceContextImpl(String managedFunctionSourceName, boolean isLoadingType, 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 PropertyListModifier and TypeMethodDescription<D extends Enum<D>,H extends Enum<H>, MS extends ManagedObjectSource<D, H>>
PropertyListManagedObjectLoaderImpl.loadSpecification(Class<MS> managedObjectSourceClass) <D extends Enum<D>,H extends Enum<H>>
PropertyListManagedObjectLoaderImpl.loadSpecification(ManagedObjectSource<D, H> managedObjectSource) Loads thePropertyListspecification.Methods in net.officefloor.compile.impl.managedobject with parameters of type PropertyListModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, Class<MS> managedObjectSourceClass, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList) -
Uses of PropertyList in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return PropertyListModifier and TypeMethodDescriptionOfficeSourceContextImpl.createPropertyList()<O extends OfficeSource>
PropertyListOfficeLoaderImpl.loadSpecification(Class<O> officeSourceClass) Methods in net.officefloor.compile.impl.office with parameters of type PropertyListModifier and TypeMethodDescriptionAdministrationType<?,?, ?> OfficeSourceContextImpl.loadAdministrationType(String administrationName, String administrationSourceClassName, PropertyList properties) AdministrationType<?,?, ?> OfficeSourceContextImpl.loadAdministrationType(String administrationName, AdministrationSource<?, ?, ?> administrationSource, PropertyList properties) GovernanceType<?,?> OfficeSourceContextImpl.loadGovernanceType(String governanceName, String governanceSourceClassName, PropertyList properties) GovernanceType<?,?> OfficeSourceContextImpl.loadGovernanceType(String governanceName, GovernanceSource<?, ?> governanceSource, PropertyList properties) OfficeSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) OfficeSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) OfficeSourceContextImpl.loadOfficeSectionType(String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties) OfficeSourceContextImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList properties) <O extends OfficeSource>
OfficeTypeOfficeLoaderImpl.loadOfficeType(Class<O> officeSourceClass, String officeLocation, PropertyList propertyList) OfficeLoaderImpl.loadOfficeType(OfficeSource officeSource, String officeLocation, PropertyList propertyList) OfficeSourceContextImpl.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) OfficeSourceContextImpl.loadSupplierType(String supplierName, SupplierSource supplierSource, PropertyList properties) Constructors in net.officefloor.compile.impl.office with parameters of type PropertyListModifierConstructorDescriptionOfficeSourceContextImpl(boolean isLoadingType, String officeLocation, 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 PropertyListModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.createPropertyList()<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl.loadRequiredProperties(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) <OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl.loadSpecification(Class<OF> officeFloorSourceClass) Methods in net.officefloor.compile.impl.officefloor with parameters of type PropertyListModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) OfficeFloorSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) <OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoaderImpl.loadOfficeFloorType(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) <OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoaderImpl.loadOfficeFloorType(OF officeFloorSource, String officeFloorLocation, PropertyList propertyList) OfficeFloorSourceContextImpl.loadOfficeType(String officeName, String officeSourceClassName, String location, PropertyList properties) OfficeFloorSourceContextImpl.loadOfficeType(String officeName, OfficeSource officeSource, String location, PropertyList properties) <OF extends OfficeFloorSource>
PropertyListOfficeFloorLoaderImpl.loadRequiredProperties(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) OfficeFloorSourceContextImpl.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) OfficeFloorSourceContextImpl.loadSupplierType(String supplierName, SupplierSource supplierSource, PropertyList properties) Constructors in net.officefloor.compile.impl.officefloor with parameters of type PropertyListModifierConstructorDescriptionOfficeFloorSourceContextImpl(boolean isLoadingType, String officeFloorLocation, 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 PropertyListModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoaderImpl.loadSpecification(Class<PS> managedObjectPoolSourceClass) Methods in net.officefloor.compile.impl.pool with parameters of type PropertyListModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoaderImpl.loadManagedObjectPoolType(Class<PS> managedObjectPoolSourceClass, PropertyList propertyList) ManagedObjectPoolLoaderImpl.loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList) -
Uses of PropertyList in net.officefloor.compile.impl.properties
Classes in net.officefloor.compile.impl.properties that implement PropertyListMethods in net.officefloor.compile.impl.properties with parameters of type PropertyListModifier and TypeMethodDescriptionstatic voidPropertiesUtil.copyPrefixedProperties(SourceProperties source, String propertyPrefix, PropertyList target) Copies allPropertyinstances with the name prefix from theSourcePropertiesto thePropertyConfigurable.static voidPropertiesUtil.copyProperties(SourceProperties source, PropertyList target, String... propertyNames) Constructors in net.officefloor.compile.impl.properties with parameters of type PropertyListModifierConstructorDescriptionPropertyListSourceProperties(PropertyList properties) Initiate withPropertyinstances within thePropertyList. -
Uses of PropertyList in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return PropertyListModifier and TypeMethodDescriptionSectionSourceContextImpl.createPropertyList()<S extends SectionSource>
PropertyListSectionLoaderImpl.loadSpecification(Class<S> sectionSourceClass) SectionLoaderImpl.loadSpecification(SectionSource sectionSource) Methods in net.officefloor.compile.impl.section with parameters of type PropertyListModifier and TypeMethodDescriptionSectionSourceContextImpl.loadManagedFunctionType(String functionNamespace, String managedFunctionSourceClassName, PropertyList properties) SectionSourceContextImpl.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) SectionSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) SectionSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) <S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) SectionLoaderImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) <S extends SectionSource>
SectionTypeSectionLoaderImpl.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) SectionLoaderImpl.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) SectionSourceContextImpl.loadSectionType(String sectionName, String sectionSourceClassName, String location, PropertyList properties) SectionSourceContextImpl.loadSectionType(String sectionName, SectionSource sectionSource, String location, PropertyList properties) Constructors in net.officefloor.compile.impl.section with parameters of type PropertyListModifierConstructorDescriptionSectionSourceContextImpl(boolean isLoadingType, String sectionLocation, 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 PropertyListModifier and TypeMethodDescriptionSectionNodeImpl.createPropertyList()OfficeFloorNodeImpl.getOverridePropertyList()OfficeNodeImpl.getOverridePropertyList()SectionNodeImpl.getSectionProperties()Methods in net.officefloor.compile.impl.structure with parameters of type PropertyListModifier and TypeMethodDescriptionstatic PropertyNode[]PropertyNode.constructPropertyNodes(PropertyList properties) Constructs thePropertyNodeinstances for the inputPropertyList.voidSectionNodeImpl.setTransformedOfficeSection(String sectionSourceClassName, String sectionLocation, PropertyList sectionProperties) voidSectionNodeImpl.setTransformedOfficeSection(SectionSource sectionSource, String sectionLocation, PropertyList sectionProperties) -
Uses of PropertyList in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return PropertyListModifier and TypeMethodDescriptionSuppliedManagedObjectSourceTypeImpl.getPropertyList()<S extends SupplierSource>
PropertyListSupplierLoaderImpl.loadSpecification(Class<S> supplierSourceClass) SupplierLoaderImpl.loadSpecification(SupplierSource supplierSource) Methods in net.officefloor.compile.impl.supplier with parameters of type PropertyListModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) SupplierLoaderImpl.loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList) Constructors in net.officefloor.compile.impl.supplier with parameters of type PropertyListModifierConstructorDescriptionSuppliedManagedObjectSourceTypeImpl(Class<?> objectType, String qualifier, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Instantiate.SupplierSourceContextImpl(String supplierSourceName, boolean isLoadingType, 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 PropertyListModifier and TypeMethodDescription<TS extends TeamSource>
PropertyListTeamLoaderImpl.loadSpecification(Class<TS> teamSourceClass) TeamLoaderImpl.loadSpecification(TeamSource teamSource) Methods in net.officefloor.compile.impl.team with parameters of type PropertyListModifier and TypeMethodDescription<TS extends TeamSource>
OfficeFloorTeamSourceTypeTeamLoaderImpl.loadOfficeFloorTeamSourceType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) TeamLoaderImpl.loadOfficeFloorTeamSourceType(String teamName, TeamSource teamSource, PropertyList propertyList) <TS extends TeamSource>
TeamTypeTeamLoaderImpl.loadTeamType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) TeamLoaderImpl.loadTeamType(String teamName, TeamSource teamSource, PropertyList propertyList) -
Uses of PropertyList in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return PropertyListModifier and TypeMethodDescriptionNodeContext.createPropertyList()Creates a newPropertyList.OverrideProperties.getOverridePropertyList()Obtains the overridePropertyList.NodeContext.overrideProperties(Node node, String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties) Overrides thePropertyList.NodeContext.overrideProperties(Node node, String qualifiedName, PropertyList originalProperties) Overrides thePropertyList.Methods in net.officefloor.compile.internal.structure with parameters of type PropertyListModifier and TypeMethodDescriptionNodeContext.overrideProperties(Node node, String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties) Overrides thePropertyList.NodeContext.overrideProperties(Node node, String qualifiedName, PropertyList originalProperties) Overrides thePropertyList. -
Uses of PropertyList in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return PropertyListModifier and TypeMethodDescription<S extends ManagedFunctionSource>
PropertyListManagedFunctionLoader.loadSpecification(Class<S> mangedFunctionSourceClass) Loads and returns thePropertyListfrom theManagedFunctionSourceSpecificationfor theManagedFunctionSource.ManagedFunctionLoader.loadSpecification(ManagedFunctionSource managedFunctionSource) Loads and returns thePropertyListfrom theManagedFunctionSourceSpecificationfor theManagedFunctionSource.Methods in net.officefloor.compile.managedfunction with parameters of type PropertyListModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoader.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass.ManagedFunctionLoader.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass. -
Uses of PropertyList in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return PropertyListModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
PropertyListManagedObjectLoader.loadSpecification(Class<MS> managedObjectSourceClass) Loads and returns thePropertyListfrom theManagedObjectSourceSpecificationfor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>>
PropertyListManagedObjectLoader.loadSpecification(ManagedObjectSource<D, F> managedObjectSource) Loads and returns thePropertyListfrom theManagedObjectSourceSpecificationfor theManagedObjectSource.Methods in net.officefloor.compile.managedobject with parameters of type PropertyListModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, Class<MS> managedObjectSourceClass, PropertyList propertyList) Loads and returns theOfficeFloorManagedObjectSourceTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader.loadOfficeFloorManagedObjectSourceType(String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList) Loads and returns theOfficeFloorManagedObjectSourceTypefor theManagedObjectSource. -
Uses of PropertyList in net.officefloor.compile.office
Methods in net.officefloor.compile.office that return PropertyListModifier and TypeMethodDescription<O extends OfficeSource>
PropertyListOfficeLoader.loadSpecification(Class<O> officeSourceClass) Methods in net.officefloor.compile.office with parameters of type PropertyListModifier and TypeMethodDescription<O extends OfficeSource>
OfficeTypeOfficeLoader.loadOfficeType(Class<O> officeSourceClass, String officeLocation, PropertyList propertyList) Loads and returns theOfficeTypefrom theOfficeSource.OfficeLoader.loadOfficeType(OfficeSource officeSource, String officeLocation, PropertyList propertyList) Loads and returns theOfficeTypefrom theOfficeSource. -
Uses of PropertyList in net.officefloor.compile.officefloor
Methods in net.officefloor.compile.officefloor that return PropertyListModifier and TypeMethodDescription<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader.loadRequiredProperties(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) Loads the requiredPropertyListfor theOfficeFloorSourceconfiguration.<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader.loadSpecification(Class<OF> officeFloorSourceClass) Loads and returns thePropertyListfrom theOfficeFloorSourceSpecificationfor theOfficeFloorSource.Methods in net.officefloor.compile.officefloor with parameters of type PropertyListModifier and TypeMethodDescription<OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoader.loadOfficeFloorType(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) Loads theOfficeFloorType.<OF extends OfficeFloorSource>
OfficeFloorTypeOfficeFloorLoader.loadOfficeFloorType(OF officeFloorSource, String officeFloorLocation, PropertyList propertyList) Loads theOfficeFloorType.<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader.loadRequiredProperties(Class<OF> officeFloorSourceClass, String officeFloorLocation, PropertyList propertyList) Loads the requiredPropertyListfor theOfficeFloorSourceconfiguration. -
Uses of PropertyList in net.officefloor.compile.pool
Methods in net.officefloor.compile.pool that return PropertyListModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoader.loadSpecification(Class<PS> managedObjectPoolSourceClass) Loads and returns thePropertyListfrom theManagedObjectPoolSourceSpecificationfor theManagedObjectPoolSource.Methods in net.officefloor.compile.pool with parameters of type PropertyListModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoader.loadManagedObjectPoolType(Class<PS> managedObjectPoolSourceClass, PropertyList propertyList) Loads and returns theManagedObjectPoolTypesourced from theManagedObjectPoolSource.ManagedObjectPoolLoader.loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList) Loads and returns theManagedObjectPoolTypesourced from theManagedObjectPoolSource. -
Uses of PropertyList in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return PropertyListModifier and TypeMethodDescription<S extends SectionSource>
PropertyListSectionLoader.loadSpecification(Class<S> sectionSourceClass) SectionLoader.loadSpecification(SectionSource sectionSource) Methods in net.officefloor.compile.section with parameters of type PropertyListModifier and TypeMethodDescription<S extends SectionSource>
OfficeSectionTypeSectionLoader.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource.SectionLoader.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource.<S extends SectionSource>
SectionTypeSectionLoader.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource.SectionLoader.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource. -
Uses of PropertyList in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return PropertyListModifier and TypeMethodDescriptionOfficeSectionTransformerContext.createPropertyList()Creates a newPropertyList.OfficeSectionTransformerContext.getSectionProperties()Obtains thePropertyListof theOfficeSectionbeing transformed.Methods in net.officefloor.compile.spi.office with parameters of type PropertyListModifier and TypeMethodDescriptionvoidOfficeSectionTransformerContext.setTransformedOfficeSection(String sectionSourceClassName, String sectionLocation, PropertyList sectionProperties) Specifies the transformedOfficeSection.voidOfficeSectionTransformerContext.setTransformedOfficeSection(SectionSource sectionSource, 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 PropertyListModifier and TypeMethodDescriptionOfficeSourceContext.createPropertyList()Creates a newPropertyList.Methods in net.officefloor.compile.spi.office.source with parameters of type PropertyListModifier and TypeMethodDescriptionAdministrationType<?,?, ?> OfficeSourceContext.loadAdministrationType(String administrationName, String administrationSourceClassName, PropertyList properties) Loads theAdministrationType.AdministrationType<?,?, ?> OfficeSourceContext.loadAdministrationType(String administrationName, AdministrationSource<?, ?, ?> administrationSource, PropertyList properties) Loads theAdministrationType.GovernanceType<?,?> OfficeSourceContext.loadGovernanceType(String governanceName, String governanceSourceClassName, PropertyList properties) Loads theGovernanceType.GovernanceType<?,?> OfficeSourceContext.loadGovernanceType(String governanceName, GovernanceSource<?, ?> governanceSource, PropertyList properties) Loads theGovernanceType.OfficeSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.OfficeSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType.OfficeSourceContext.loadOfficeSectionType(String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties) Loads theOfficeSectionType.OfficeSourceContext.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList properties) Loads theOfficeSectionType.OfficeSourceContext.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) Loads theInitialSupplierType.OfficeSourceContext.loadSupplierType(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 PropertyListModifier and TypeMethodDescriptionOfficeFloorSourceContext.createPropertyList()Creates a newPropertyList.Methods in net.officefloor.compile.spi.officefloor.source with parameters of type PropertyListModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.OfficeFloorSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType.OfficeFloorSourceContext.loadOfficeType(String officeName, String officeSourceClassName, String location, PropertyList properties) Loads theOfficeType.OfficeFloorSourceContext.loadOfficeType(String officeName, OfficeSource officeSource, String location, PropertyList properties) Loads theOfficeType.OfficeFloorSourceContext.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) Loads theInitialSupplierType.OfficeFloorSourceContext.loadSupplierType(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 PropertyListModifier and TypeMethodDescriptionSectionSourceContext.createPropertyList()Creates aPropertyListfor loading types.Methods in net.officefloor.compile.spi.section.source with parameters of type PropertyListModifier and TypeMethodDescriptionSectionSourceContext.loadManagedFunctionType(String functionNamespace, String managedFunctionSourceClassName, PropertyList properties) Loads theFunctionNamespaceType.SectionSourceContext.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads theFunctionNamespaceType.SectionSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.SectionSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType.SectionSourceContext.loadSectionType(String sectionName, String sectionSourceClassName, String location, PropertyList properties) Loads theSectionType.SectionSourceContext.loadSectionType(String sectionName, SectionSource sectionSource, String location, PropertyList properties) Loads theSectionType. -
Uses of PropertyList in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return PropertyListModifier and TypeMethodDescriptionSuppliedManagedObjectSourceType.getPropertyList()Obtains thePropertyListto configure theManagedObjectSource.<S extends SupplierSource>
PropertyListSupplierLoader.loadSpecification(Class<S> supplierSourceClass) SupplierLoader.loadSpecification(SupplierSource supplierSource) Methods in net.officefloor.compile.supplier with parameters of type PropertyListModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoader.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource.SupplierLoader.loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource. -
Uses of PropertyList in net.officefloor.compile.team
Methods in net.officefloor.compile.team that return PropertyListModifier and TypeMethodDescription<TS extends TeamSource>
PropertyListTeamLoader.loadSpecification(Class<TS> teamSourceClass) TeamLoader.loadSpecification(TeamSource teamSource) Methods in net.officefloor.compile.team with parameters of type PropertyListModifier and TypeMethodDescription<TS extends TeamSource>
OfficeFloorTeamSourceTypeTeamLoader.loadOfficeFloorTeamSourceType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) Loads and returns theOfficeFloorTeamSourceType.TeamLoader.loadOfficeFloorTeamSourceType(String teamName, TeamSource teamSource, PropertyList propertyList) Loads and returns theOfficeFloorTeamSourceType.<TS extends TeamSource>
TeamTypeTeamLoader.loadTeamType(String teamName, Class<TS> teamSourceClass, PropertyList propertyList) Loads and returns theTeamTypesourced from theTeamSource.TeamLoader.loadTeamType(String teamName, TeamSource teamSource, PropertyList propertyList) Loads and returns theTeamTypesourced from theTeamSource. -
Uses of PropertyList in net.officefloor.compile.test.administration
Methods in net.officefloor.compile.test.administration that return PropertyListModifier and TypeMethodDescriptionstatic <E,F extends Enum<F>, G extends Enum<G>, S extends AdministrationSource<E, F, G>>
PropertyListAdministrationLoaderUtil.validateSpecification(Class<S> administrationSourceClass, String... propertyNameLabels) Validates theAdministrationSourceSpecificationfor theAdministrationSource. -
Uses of PropertyList in net.officefloor.compile.test.governance
Methods in net.officefloor.compile.test.governance that return PropertyListModifier and TypeMethodDescriptionstatic <I,F extends Enum<F>, S extends GovernanceSource<I, F>>
PropertyListGovernanceLoaderUtil.validateSpecification(Class<S> governanceSourceClass, String... propertyNameLabels) Validates theGovernanceSourceSpecificationfor theGovernanceSource. -
Uses of PropertyList in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction that return PropertyListModifier and TypeMethodDescriptionstatic <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderUtil.validateSpecification(Class<S> managedFunctionSourceClass, String... propertyNameLabels) Validates theManagedFunctionSourceSpecificationfor theManagedFunctionSource.static PropertyListManagedFunctionLoaderUtil.validateSpecification(ManagedFunctionSource managedFunctionSource, String... propertyNameLabels) Validates theManagedFunctionSourceSpecificationfor theManagedFunctionSource. -
Uses of PropertyList in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return PropertyListModifier and TypeMethodDescriptionstatic <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
PropertyListManagedObjectLoaderUtil.validateSpecification(Class<S> managedObjectSourceClass, String... propertyNameLabels) Validates theManagedObjectSourceSpecificationfor theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>>
PropertyListManagedObjectLoaderUtil.validateSpecification(ManagedObjectSource<M, F> managedObjectSource, String... propertyNameLabels) Validates theManagedObjectSourceSpecificationfor theManagedObjectSource. -
Uses of PropertyList in net.officefloor.compile.test.office
Methods in net.officefloor.compile.test.office that return PropertyListModifier and TypeMethodDescriptionstatic <O extends OfficeSource>
PropertyListOfficeLoaderUtil.validateSpecification(Class<O> officeSourceClass, String... propertyNameLabels) Validates theOfficeSourceSpecificationfor theOfficeSource. -
Uses of PropertyList in net.officefloor.compile.test.properties
Methods in net.officefloor.compile.test.properties with parameters of type PropertyListModifier and TypeMethodDescriptionstatic voidPropertyListUtil.assertPropertyValues(PropertyList propertyList, String... propertyNameValues) Validates thePropertyvalues in thePropertyList.static voidPropertyListUtil.validatePropertyNameLabels(PropertyList propertyList, String... propertyNameLabels) Validates thePropertyinstances in thePropertyList. -
Uses of PropertyList in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return PropertyListModifier and TypeMethodDescriptionstatic <S extends SectionSource>
PropertyListSectionLoaderUtil.validateSpecification(Class<S> sectionSourceClass, String... propertyNameLabels) Validates theSectionSourceSpecificationfor theSectionSource.static PropertyListSectionLoaderUtil.validateSpecification(SectionSource sectionSource, String... propertyNameLabels) Validates theSectionSourceSpecificationfor theSectionSource. -
Uses of PropertyList in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier that return PropertyListModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>>
PropertyListSupplierTypeBuilder.addSuppliedManagedObjectSource(String qualifier, Class<?> objectType, MS managedObjectSource) Adds aSuppliedManagedObjectSourceType.static <S extends SupplierSource>
PropertyListSupplierLoaderUtil.validateSpecification(Class<S> supplierSourceClass, String... propertyNameLabels) Validates theSupplierSourceSpecificationfor theSupplierSource. -
Uses of PropertyList in net.officefloor.configuration
Methods in net.officefloor.configuration with parameters of type PropertyListModifier and TypeMethodDescriptionConfigurationContext.getConfigurationItem(String location, PropertyList overrideProperties) Obtains theConfigurationItemat the location.ConfigurationContext.getOptionalConfigurationItem(String location, PropertyList overrideProperties) Obtains the optionalConfigurationItemat the location. -
Uses of PropertyList in net.officefloor.configuration.impl
Methods in net.officefloor.configuration.impl with parameters of type PropertyListModifier and TypeMethodDescriptionConfigurationContextImpl.getConfigurationItem(String location, PropertyList properties) ConfigurationSourceContextImpl.getConfigurationItem(String location, PropertyList properties) ConfigurationContextImpl.getOptionalConfigurationItem(String location, PropertyList properties) ConfigurationSourceContextImpl.getOptionalConfigurationItem(String location, PropertyList properties) Constructors in net.officefloor.configuration.impl with parameters of type PropertyListModifierConstructorDescriptionAbstractWritableConfigurationContext(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 PropertyListModifierConstructorDescriptionClassLoaderConfigurationContext(ClassLoader classLoader, PropertyList properties) Initiate. -
Uses of PropertyList in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type PropertyListModifier and TypeMethodDescriptionChange<net.officefloor.model.office.AdministrationModel>OfficeChangesImpl.addAdministration(String administrationName, String administrationSourceClassName, PropertyList properties, boolean isAutoWireExtensions, AdministrationType<?, ?, ?> administrationType) Change<net.officefloor.model.office.GovernanceModel>OfficeChangesImpl.addGovernance(String governanceName, String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?, ?> governanceType) Change<net.officefloor.model.office.OfficeManagedObjectSourceModel>OfficeChangesImpl.addOfficeManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.office.OfficeSectionModel>OfficeChangesImpl.addOfficeSection(String sectionSourceClassName, String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType) Change<net.officefloor.model.office.OfficeSectionModel>OfficeChangesImpl.refactorOfficeSection(net.officefloor.model.office.OfficeSectionModel sectionModel, String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, Map<String, String> inputNameMapping, Map<String, String> outputNameMapping, Map<String, String> objectNameMapping) -
Uses of PropertyList in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type PropertyListModifier and TypeMethodDescriptionChange<net.officefloor.model.officefloor.DeployedOfficeModel>OfficeFloorChangesImpl.addDeployedOffice(String officeName, String officeSourceClassName, String officeLocation, PropertyList propertyList, OfficeType officeType) Change<net.officefloor.model.officefloor.OfficeFloorManagedObjectSourceModel>OfficeFloorChangesImpl.addOfficeFloorManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.officefloor.OfficeFloorTeamModel>OfficeFloorChangesImpl.addOfficeFloorTeam(String teamName, int teamSize, boolean isRequestNoTeamOversight, String teamSourceClassName, PropertyList properties, TeamType teamType) Change<net.officefloor.model.officefloor.DeployedOfficeModel>OfficeFloorChangesImpl.refactorDeployedOffice(net.officefloor.model.officefloor.DeployedOfficeModel office, String officeName, String officeSourceClassName, String officeLocation, PropertyList properties, OfficeType officeType, Map<String, String> objectNameMapping, Map<String, String> inputNameMapping, Map<String, String> teamNameMapping) -
Uses of PropertyList in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type PropertyListModifier and TypeMethodDescriptionChange<net.officefloor.model.section.FunctionNamespaceModel>SectionChangesImpl.addFunctionNamespace(String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, String... managedFunctionNames) Change<net.officefloor.model.section.SectionManagedObjectSourceModel>SectionChangesImpl.addSectionManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.section.SubSectionModel>SectionChangesImpl.addSubSection(String subSectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties, SectionType sectionType) Change<net.officefloor.model.section.FunctionNamespaceModel>SectionChangesImpl.refactorFunctionNamespace(net.officefloor.model.section.FunctionNamespaceModel namespaceModel, String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, Map<String, String> managedFunctionNameMapping, Map<String, Map<String, String>> managedFunctionToObjectNameMapping, Map<String, Map<String, String>> functionToFlowNameMapping, Map<String, Map<String, String>> functionToEscalationTypeMapping, String... functionNames) -
Uses of PropertyList in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow with parameters of type PropertyListModifier and TypeMethodDescriptionClassSectionFlowContext.addFunctionNamespace(String namespaceName, String managedFunctionSourceClassName, PropertyList properties) Adds aSectionFunctionNamespace.ClassSectionFlowContext.addFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties) Adds aSectionFunctionNamespace.ClassSectionFlowContext.getOrCreateSubSection(String sectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties, ClassSectionSubSectionOutputLink... configuredLinks) Gets or creates theSubSection.ClassSectionFlowContext.getOrCreateSubSection(String sectionName, SectionSource sectionSource, 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 PropertyListModifier and TypeMethodDescriptionClassSectionLoader.addManagedFunctions(String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration) Loads theSectionFunctioninstances.ClassSectionLoader.addManagedFunctions(String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration) Loads theSectionFunctioninstances.ClassSectionLoader.addManagedObject(String objectName, String managedObjectSourceClassName, PropertyList properties, ObjectDecoration objectDecoration) Loads theSectionManagedObject.ClassSectionLoader.addManagedObject(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 PropertyListModifier and TypeMethodDescriptionClassSectionObjectContext.getOrCreateManagedObject(String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers) Gets or creates theSectionManagedObject.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 PropertyListModifier and TypeMethodDescriptionprotected voidTransformSectionSource.configureProperties(OfficeSectionTransformerContext context, PropertyList properties) Enables overriding to configure additionalPropertyinstances.protected voidTransformSectionSource.loadSubSection(String sectionSourceClassName, String sectionLocation, PropertyList properties) Loads theSectionSource. -
Uses of PropertyList in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type PropertyListModifier and TypeMethodDescriptionprotected OfficeSectionAbstractPolyglotProcedureTest.addProcedure(String resourceName, Class<? extends ProcedureSourceServiceFactory> serviceFactory, String procedureName, boolean isNext, PropertyList properties, CompileOfficeContext context) Convenience method to add aProcedure. -
Uses of PropertyList in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build with parameters of type PropertyListModifier and TypeMethodDescriptionRestArchitect.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) Adds servicing of aRestMethod.RestEmployer.RestArchitectImpl.addRestService(boolean isSecure, HttpMethod method, String restPath, String compositionLocation, PropertyList properties, RestConfiguration endpointConfiguration) RestArchitect.addRestServices(boolean isSecure, String resourceDirectory, PropertyList properties) Adds all REST services.RestEmployer.RestArchitectImpl.addRestServices(boolean isSecure, String resourceDirectory, PropertyList properties) -
Uses of PropertyList in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type PropertyListModifier and TypeMethodDescriptionHttpSecurityArchitect.addHttpSecurities(String securityDirectory, PropertyList properties) Adds multipleHttpSecurityinstances loaded from viaComposeArchitectwiring theFlowinstances of theHttpSecurity.HttpSecurityArchitectEmployer.addHttpSecurities(String securityDirectory, PropertyList properties) HttpSecurityArchitect.addHttpSecurity(String securityName, String securityLocation, PropertyList properties) HttpSecurityArchitectEmployer.addHttpSecurity(String securityName, String securityLocation, PropertyList properties) -
Uses of PropertyList in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return PropertyListModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectImpl.getProperties()HttpSecuritySupportingManagedObjectType.getProperties()Obtains thePropertyListto configure theManagedObjectSource.<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>, S extends HttpSecuritySource<A, AC, C, O, F>>
PropertyListHttpSecurityLoader.loadSpecification(Class<S> httpSecuritySourceClass) Loads and returns thePropertyListfrom theHttpSecuritySourceSpecificationfor theHttpSecuritySource.<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
PropertyListHttpSecurityLoader.loadSpecification(HttpSecuritySource<A, AC, C, O, F> httpSecuritySource) Loads and returns thePropertyListfrom theHttpSecuritySourceSpecificationfor theHttpSecuritySource.<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>, S extends HttpSecuritySource<A, AC, C, O, F>>
PropertyListHttpSecurityLoaderImpl.loadSpecification(Class<S> httpSecuritySourceClass) <A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
PropertyListHttpSecurityLoaderImpl.loadSpecification(HttpSecuritySource<A, AC, C, O, F> httpSecuritySource) static PropertyListHttpSecuritySourceSpecificationRunnable.loadSpecification(String httpSecuritySourceClassName, OfficeFloorCompiler compiler) Convenience method to load the specification for theHttpSecuritySource.HttpSecuritySourceSpecificationRunnable.run(OfficeFloorCompiler compiler, Object[] parameters) static <A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>, HS extends HttpSecuritySource<A, AC, C, O, F>>
PropertyListHttpSecurityLoaderUtil.validateSpecification(Class<HS> httpSecuritySourceClass, String... propertyNameLabels) Validates theHttpSecuritySourceSpecificationfor theHttpSecuritySource.Methods in net.officefloor.web.security.type with parameters of type PropertyListModifier and TypeMethodDescription<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>, S extends HttpSecuritySource<A, AC, C, O, F>>
HttpSecurityType<A,AC, C, O, F> HttpSecurityLoader.loadHttpSecurityType(Class<S> httpSecuritySourceClass, PropertyList propertyList) Loads and returns theHttpSecurityTypefor theHttpSecuritySource.<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
HttpSecurityType<A,AC, C, O, F> HttpSecurityLoader.loadHttpSecurityType(HttpSecuritySource<A, AC, C, O, F> httpSecuritySource, PropertyList propertyList) Loads and returns theHttpSecurityTypefor theHttpSecuritySource.<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>, S extends HttpSecuritySource<A, AC, C, O, F>>
HttpSecurityType<A,AC, C, O, F> HttpSecurityLoaderImpl.loadHttpSecurityType(Class<S> httpSecuritySourceClass, PropertyList propertyList) <A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
HttpSecurityType<A,AC, C, O, F> HttpSecurityLoaderImpl.loadHttpSecurityType(HttpSecuritySource<A, AC, C, O, F> httpSecuritySource, PropertyList propertyList) static HttpSecurityType<?,?, ?, ?, ?> HttpSecurityTypeRunnable.loadHttpSecurityType(String httpSecuritySourceClassName, PropertyList properties, OfficeFloorCompiler compiler) Convenience method to load theHttpSecurityType.Method parameters in net.officefloor.web.security.type with type arguments of type PropertyListModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectImpl.loadHttpSecuritySupportingManagedObjectType(BiFunction<ManagedObjectSource<?, ?>, PropertyList, ManagedObjectType<?>> managedObjectTypeLoader) Loads theHttpSecuritySupportingManagedObjectType.Constructor parameters in net.officefloor.web.security.type with type arguments of type PropertyListModifierConstructorDescriptionHttpSecurityManagedObjectAdapterSource(HttpSecuritySource<?, ?, ?, O, ?> httpSecuritySource, Supplier<PropertyList> propertyListFactory) Initiate.HttpSecuritySupportingManagedObjectImpl(String name, ManagedObjectSource<O, ?> managedObjectSource, Supplier<PropertyList> propertyListFactory, ManagedObjectScope managedObjectScope) Instantiate. -
Uses of PropertyList in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return PropertyListModifier and TypeMethodDescriptionprotected abstract PropertyListAbstractWebTemplate.createPropertyList()Creates a newPropertyList.protected abstract PropertyListAbstractWebTemplateFactory.createPropertyList()Creates aPropertyList.protected PropertyListWebTemplateArchitectEmployer.createPropertyList()AbstractWebTemplate.loadProperties(boolean isPathParameters) Loads the properties.Methods in net.officefloor.web.template.build with parameters of type PropertyListModifier and TypeMethodDescriptionprotected abstract WebTemplateAbstractWebTemplateFactory.addTemplate(boolean isSecure, String applicationPath, PropertyList properties) Adds theWebTemplate.protected WebTemplateWebTemplateArchitectEmployer.addTemplate(boolean isSecure, String applicationPath, PropertyList properties) Constructors in net.officefloor.web.template.build with parameters of type PropertyListModifierConstructorDescriptionprotectedAbstractWebTemplate(WebTemplateSectionSource webTemplateSectionSource, boolean isSecure, 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 PropertyListModifier and TypeMethodDescriptionWebTemplateSectionSource.addWebTemplateExtension(String webtemplateExtensionClassName, PropertyList propertyList) Adds aWebTemplateExtensionBuilder. -
Uses of PropertyList in net.officefloor.web.template.type
Methods in net.officefloor.web.template.type that return PropertyListModifier and TypeMethodDescriptionprotected PropertyListWebTemplateLoaderImpl.createPropertyList()Methods in net.officefloor.web.template.type with parameters of type PropertyListModifier and TypeMethodDescriptionprotected WebTemplateWebTemplateLoaderImpl.addTemplate(boolean isSecure, String applicationPath, PropertyList properties) -
Uses of PropertyList in net.officefloor.woof.template
Methods in net.officefloor.woof.template that return PropertyListModifier and TypeMethodDescriptionWoofTemplateExtensionLoader.loadSpecification(String woofTemplateExtensionSourceClassName, ClassLoader classLoader, CompilerIssues issues) Loads and returns thePropertyListfrom theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.WoofTemplateExtensionLoaderImpl.loadSpecification(String woofTemplateExtensionSourceClassName, ClassLoader classLoader, CompilerIssues issues) WoofTemplateExtensionLoaderImpl.LoadSpecification.run(OfficeFloorCompiler compiler, Object[] parameters) static <S extends WoofTemplateExtensionSource>
PropertyListWoofTemplateExtensionLoaderUtil.validateSpecification(Class<S> woofTemplateExtensionSourceClass, ClassLoader classLoader, String... propertyNameLabels) Validates theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.static <S extends WoofTemplateExtensionSource>
PropertyListWoofTemplateExtensionLoaderUtil.validateSpecification(Class<S> woofTemplateExtensionSourceClass, String... propertyNameLabels) Validates theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.Methods in net.officefloor.woof.template with parameters of type PropertyListModifier and TypeMethodDescriptionvoidWoofTemplateExtensionLoader.extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext) Extends theWebTemplatewith theWoofTemplateExtensionSource.voidWoofTemplateExtensionLoaderImpl.extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)