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 ProcedureTypeProcedureLoaderImpl. 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 ProcedureTypeProcedureLoader. loadProcedureType(java.lang.String resource, java.lang.String sourceName, java.lang.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 PropertyList Modifier and Type Method Description SProcedureArchitect. 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 PropertyListOfficeFloorCompiler. createPropertyList()Creates a new emptyPropertyList.static PropertyListOfficeFloorCompiler. newPropertyList()Convenience method to create a newPropertyList.Methods in net.officefloor.compile with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceTypeTypeLoader. 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 thePropertyListfrom theAdministrationSourceSpecificationfor theAdministrationSource.<E,F extends java.lang.Enum<F>,G extends java.lang.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 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 theAdministrationTypesourced 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 theAdministrationTypesourced 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)PropertyListExecutiveLoader. 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 theExecutiveTypesourced from theExecutiveSource.ExecutiveTypeExecutiveLoader. 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 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 theGovernanceTypefrom 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 theGovernanceTypefrom theGovernanceSourceclass. -
Uses of PropertyList in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return PropertyList Modifier and Type Method Description PropertyListOfficeFloorCompilerImpl. createPropertyList()PropertyListOfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)PropertyListOfficeFloorCompilerImpl. 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 FunctionNamespaceTypeOfficeFloorCompilerImpl. loadManagedFunctionType(java.lang.String managedFunctionSourceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)ManagedObjectType<?>OfficeFloorCompilerImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)PropertyListOfficeFloorCompilerImpl. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)PropertyListOfficeFloorCompilerImpl. 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 PropertyListOfficeFloorCompilerAdapter. 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)PropertyListExecutiveLoaderImpl. 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)ExecutiveTypeExecutiveLoaderImpl. 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)PropertyListManagedFunctionLoaderImpl. 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)FunctionNamespaceTypeManagedFunctionLoaderImpl. 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 thePropertyListspecification.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 PropertyListOfficeSourceContextImpl. 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)OfficeSectionTypeOfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)OfficeSectionTypeOfficeSourceContextImpl. 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)OfficeTypeOfficeLoaderImpl. loadOfficeType(OfficeSource officeSource, java.lang.String officeLocation, PropertyList propertyList)InitialSupplierTypeOfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)InitialSupplierTypeOfficeSourceContextImpl. 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 PropertyListOfficeFloorSourceContextImpl. 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)OfficeTypeOfficeFloorSourceContextImpl. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)OfficeTypeOfficeFloorSourceContextImpl. 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)InitialSupplierTypeOfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)InitialSupplierTypeOfficeFloorSourceContextImpl. 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)ManagedObjectPoolTypeManagedObjectPoolLoaderImpl. 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 classPropertyListImplImplementation of thePropertyList.Methods in net.officefloor.compile.impl.properties with parameters of type PropertyList Modifier and Type Method Description static voidPropertiesUtil. copyPrefixedProperties(SourceProperties source, java.lang.String propertyPrefix, PropertyList target)Copies allPropertyinstances with the name prefix from theSourcePropertiesto thePropertyConfigurable.static voidPropertiesUtil. 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 withPropertyinstances 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 PropertyListSectionSourceContextImpl. createPropertyList()<S extends SectionSource>
PropertyListSectionLoaderImpl. loadSpecification(java.lang.Class<S> sectionSourceClass)PropertyListSectionLoaderImpl. loadSpecification(SectionSource sectionSource)Methods in net.officefloor.compile.impl.section with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceTypeSectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)FunctionNamespaceTypeSectionSourceContextImpl. 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)OfficeSectionTypeSectionLoaderImpl. 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)SectionTypeSectionLoaderImpl. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)SectionTypeSectionSourceContextImpl. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)SectionTypeSectionSourceContextImpl. 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 PropertyListSectionNodeImpl. createPropertyList()PropertyListOfficeFloorNodeImpl. getOverridePropertyList()PropertyListOfficeNodeImpl. getOverridePropertyList()PropertyListSectionNodeImpl. 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 thePropertyNodeinstances for the inputPropertyList.voidSectionNodeImpl. setTransformedOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList sectionProperties)voidSectionNodeImpl. 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 PropertyListSuppliedManagedObjectSourceTypeImpl. getPropertyList()<S extends SupplierSource>
PropertyListSupplierLoaderImpl. loadSpecification(java.lang.Class<S> supplierSourceClass)PropertyListSupplierLoaderImpl. 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)InitialSupplierTypeSupplierLoaderImpl. 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)PropertyListTeamLoaderImpl. 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)OfficeFloorTeamSourceTypeTeamLoaderImpl. 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)TeamTypeTeamLoaderImpl. 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 PropertyListNodeContext. createPropertyList()Creates a newPropertyList.PropertyListOverrideProperties. getOverridePropertyList()Obtains the overridePropertyList.PropertyListNodeContext. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)Overrides thePropertyList.PropertyListNodeContext. 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 PropertyListNodeContext. overrideProperties(Node node, java.lang.String qualifiedName, OverrideProperties overrideProperties, PropertyList originalProperties)Overrides thePropertyList.PropertyListNodeContext. 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 thePropertyListfrom theManagedFunctionSourceSpecificationfor theManagedFunctionSource.PropertyListManagedFunctionLoader. loadSpecification(ManagedFunctionSource managedFunctionSource)Loads and returns thePropertyListfrom theManagedFunctionSourceSpecificationfor 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 theFunctionNamespaceTypefrom theManagedFunctionSourceclass.FunctionNamespaceTypeManagedFunctionLoader. 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 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 thePropertyListfrom theManagedObjectSourceSpecificationfor theManagedObjectSource.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
PropertyListManagedObjectLoader. loadSpecification(ManagedObjectSource<D,F> managedObjectSource)Loads and returns thePropertyListfrom theManagedObjectSourceSpecificationfor 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 theManagedObjectTypefor 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 theManagedObjectTypefor 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 theOfficeFloorManagedObjectSourceTypefor 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 theOfficeFloorManagedObjectSourceTypefor 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 theOfficeTypefrom theOfficeSource.OfficeTypeOfficeLoader. loadOfficeType(OfficeSource officeSource, java.lang.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 PropertyList Modifier and Type Method Description <OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader. loadRequiredProperties(java.lang.Class<OF> officeFloorSourceClass, java.lang.String officeFloorLocation, PropertyList propertyList)Loads the requiredPropertyListfor theOfficeFloorSourceconfiguration.<OF extends OfficeFloorSource>
PropertyListOfficeFloorLoader. loadSpecification(java.lang.Class<OF> officeFloorSourceClass)Loads and returns thePropertyListfrom theOfficeFloorSourceSpecificationfor 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 requiredPropertyListfor theOfficeFloorSourceconfiguration. -
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 thePropertyListfrom theManagedObjectPoolSourceSpecificationfor 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 theManagedObjectPoolTypesourced from theManagedObjectPoolSource.ManagedObjectPoolTypeManagedObjectPoolLoader. 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 PropertyList Modifier and Type Method Description <S extends SectionSource>
PropertyListSectionLoader. loadSpecification(java.lang.Class<S> sectionSourceClass)PropertyListSectionLoader. 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 theOfficeSectionTypefrom thisSectionSource.OfficeSectionTypeSectionLoader. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)Loads and returns theOfficeSectionTypefrom thisSectionSource.<S extends SectionSource>
SectionTypeSectionLoader. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)Loads and returns theSectionTypefrom theSectionSource.SectionTypeSectionLoader. loadSectionType(SectionSource sectionSource, java.lang.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 PropertyList Modifier and Type Method Description PropertyListOfficeSectionTransformerContext. createPropertyList()Creates a newPropertyList.PropertyListOfficeSectionTransformerContext. getSectionProperties()Obtains thePropertyListof theOfficeSectionbeing transformed.Methods in net.officefloor.compile.spi.office with parameters of type PropertyList Modifier and Type Method Description voidOfficeSectionTransformerContext. setTransformedOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList sectionProperties)Specifies the transformedOfficeSection.voidOfficeSectionTransformerContext. 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 PropertyListOfficeSourceContext. 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.OfficeSectionTypeOfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)Loads theOfficeSectionType.OfficeSectionTypeOfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)Loads theOfficeSectionType.InitialSupplierTypeOfficeSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)Loads theInitialSupplierType.InitialSupplierTypeOfficeSourceContext. 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 PropertyListOfficeFloorSourceContext. 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.OfficeTypeOfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)Loads theOfficeType.OfficeTypeOfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, OfficeSource officeSource, java.lang.String location, PropertyList properties)Loads theOfficeType.InitialSupplierTypeOfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)Loads theInitialSupplierType.InitialSupplierTypeOfficeFloorSourceContext. 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 PropertyListSectionSourceContext. createPropertyList()Creates aPropertyListfor loading types.Methods in net.officefloor.compile.spi.section.source with parameters of type PropertyList Modifier and Type Method Description FunctionNamespaceTypeSectionSourceContext. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)Loads theFunctionNamespaceType.FunctionNamespaceTypeSectionSourceContext. 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.SectionTypeSectionSourceContext. loadSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String location, PropertyList properties)Loads theSectionType.SectionTypeSectionSourceContext. 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 PropertyListSuppliedManagedObjectSourceType. getPropertyList()Obtains thePropertyListto configure theManagedObjectSource.<S extends SupplierSource>
PropertyListSupplierLoader. loadSpecification(java.lang.Class<S> supplierSourceClass)PropertyListSupplierLoader. 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 returnsInitialSupplierTypefor theSupplierSource.InitialSupplierTypeSupplierLoader. 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 PropertyList Modifier and Type Method Description <TS extends TeamSource>
PropertyListTeamLoader. loadSpecification(java.lang.Class<TS> teamSourceClass)PropertyListTeamLoader. 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.OfficeFloorTeamSourceTypeTeamLoader. 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 theTeamTypesourced from theTeamSource.TeamTypeTeamLoader. loadTeamType(java.lang.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 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 theAdministrationSourceSpecificationfor 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 theGovernanceSourceSpecificationfor 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 theManagedFunctionSourceSpecificationfor theManagedFunctionSource.static PropertyListManagedFunctionLoaderUtil. validateSpecification(ManagedFunctionSource managedFunctionSource, java.lang.String... propertyNameLabels)Validates theManagedFunctionSourceSpecificationfor 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 theManagedObjectSourceSpecificationfor 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 theManagedObjectSourceSpecificationfor 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 theOfficeSourceSpecificationfor 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 voidPropertyListUtil. assertPropertyValues(PropertyList propertyList, java.lang.String... propertyNameValues)Validates thePropertyvalues in thePropertyList.static voidPropertyListUtil. validatePropertyNameLabels(PropertyList propertyList, java.lang.String... propertyNameLabels)Validates thePropertyinstances 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 theSectionSourceSpecificationfor theSectionSource.static PropertyListSectionLoaderUtil. validateSpecification(SectionSource sectionSource, java.lang.String... propertyNameLabels)Validates theSectionSourceSpecificationfor 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 theSupplierSourceSpecificationfor theSupplierSource. -
Uses of PropertyList in net.officefloor.configuration
Methods in net.officefloor.configuration with parameters of type PropertyList Modifier and Type Method Description ConfigurationItemConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)Obtains theConfigurationItemat the location.ConfigurationItemConfigurationContext. getOptionalConfigurationItem(java.lang.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 PropertyList Modifier and Type Method Description ConfigurationItemConfigurationContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)ConfigurationItemConfigurationSourceContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)ConfigurationItemConfigurationContextImpl. getOptionalConfigurationItem(java.lang.String location, PropertyList properties)ConfigurationItemConfigurationSourceContextImpl. 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 PropertyListExampleModel. properties -
Uses of PropertyList in net.officefloor.gef.activity
Methods in net.officefloor.gef.activity that return PropertyList Modifier and Type Method Description protected PropertyListActivityProcedureItem. getProcedureProperties(ActivityProcedureModel model)protected PropertyListActivitySectionItem. 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> PropertyListAbstractItem. 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 PropertyListAbstractProcedureItem. propertiesprotected PropertyListAbstractSectionItem. propertiesMethods in net.officefloor.gef.item that return PropertyList Modifier and Type Method Description protected abstract PropertyListAbstractProcedureItem. getProcedureProperties(M model)Obtains theProcedurePropertyList.protected abstract PropertyListAbstractSectionItem. getSectionProperties(M model)Obtains thePropertyListfrom 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 PropertyListWoofProcedureItem. getProcedureProperties(WoofProcedureModel model)protected PropertyListWoofSectionItem. 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 anAdministrationModelto theOfficeModel.Change<GovernanceModel>OfficeChanges. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)Adds anGovernanceModelto theOfficeModel.Change<OfficeManagedObjectSourceModel>OfficeChanges. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)Adds anOfficeManagedObjectSourceModeltoOfficeModel.Change<OfficeSectionModel>OfficeChanges. addOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType)Adds anOfficeSectionModelto 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 aDeployedOfficeModelto theOfficeFloorModel.Change<OfficeFloorManagedObjectSourceModel>OfficeFloorChanges. addOfficeFloorManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)Adds anOfficeFloorManagedObjectSourceModelto theOfficeFloorModel.Change<OfficeFloorTeamModel>OfficeFloorChanges. addOfficeFloorTeam(java.lang.String teamName, int teamSize, boolean isRequestNoTeamOversight, java.lang.String teamSourceClassName, PropertyList propertylist, TeamType teamType)Adds aOfficeFloorTeamModelto 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 aFunctionNamespaceModelto theSectionModel.Change<SectionManagedObjectSourceModel>SectionChanges. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)Adds anSectionManagedObjectSourceModeltoSectionModel.Change<SubSectionModel>SectionChanges. addSubSection(java.lang.String subSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, SectionType sectionType)Adds aSubSectionModelto 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 ClassSectionFunctionNamespaceClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)Adds aSectionFunctionNamespace.ClassSectionFunctionNamespaceClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties)Adds aSectionFunctionNamespace.ClassSectionSubSectionClassSectionFlowContext. getOrCreateSubSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, ClassSectionSubSectionOutputLink... configuredLinks)Gets or creates theSubSection.ClassSectionSubSectionClassSectionFlowContext. 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 ClassSectionFunctionNamespaceClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration)Loads theSectionFunctioninstances.ClassSectionFunctionNamespaceClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration)Loads theSectionFunctioninstances.ClassSectionManagedObjectClassSectionLoader. addManagedObject(java.lang.String objectName, java.lang.String managedObjectSourceClassName, PropertyList properties, ObjectDecoration objectDecoration)Loads theSectionManagedObject.ClassSectionManagedObjectClassSectionLoader. 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 ClassSectionManagedObjectClassSectionObjectContext. getOrCreateManagedObject(java.lang.String managedObjectSourceClassName, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)Gets or creates theSectionManagedObject.ClassSectionManagedObjectClassSectionObjectContext. 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 voidTransformSectionSource. configureProperties(OfficeSectionTransformerContext context, PropertyList properties)Enables overriding to configure additionalPropertyinstances.protected voidTransformSectionSource. 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 OfficeSectionAbstractPolyglotProcedureTest. 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 PropertyListHttpSecuritySupportingManagedObjectImpl. getProperties()PropertyListHttpSecuritySupportingManagedObjectType. getProperties()Obtains thePropertyListto 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 thePropertyListfrom theHttpSecuritySourceSpecificationfor 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 thePropertyListfrom theHttpSecuritySourceSpecificationfor 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 PropertyListHttpSecuritySourceSpecificationRunnable. loadSpecification(java.lang.String httpSecuritySourceClassName, OfficeFloorCompiler compiler)Convenience method to load the specification for theHttpSecuritySource.PropertyListHttpSecuritySourceSpecificationRunnable. 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 theHttpSecuritySourceSpecificationfor 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 theHttpSecurityTypefor 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 theHttpSecurityTypefor 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 PropertyListAbstractWebTemplate. createPropertyList()Creates a newPropertyList.protected abstract PropertyListAbstractWebTemplateFactory. createPropertyList()Creates aPropertyList.protected PropertyListWebTemplateArchitectEmployer. createPropertyList()PropertyListAbstractWebTemplate. 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 WebTemplateAbstractWebTemplateFactory. addTemplate(boolean isSecure, java.lang.String applicationPath, PropertyList properties)Adds theWebTemplate.protected WebTemplateWebTemplateArchitectEmployer. 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 WebTemplateExtensionBuilderWebTemplateSectionSource. 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 PropertyListWebTemplateLoaderImpl. createPropertyList()Methods in net.officefloor.web.template.type with parameters of type PropertyList Modifier and Type Method Description protected WebTemplateWebTemplateLoaderImpl. 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 PropertyListWoofTemplateExtensionLoader. loadSpecification(java.lang.String woofTemplateExtensionSourceClassName, java.lang.ClassLoader classLoader, CompilerIssues issues)Loads and returns thePropertyListfrom theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.PropertyListWoofTemplateExtensionLoaderImpl. loadSpecification(java.lang.String woofTemplateExtensionSourceClassName, java.lang.ClassLoader classLoader, CompilerIssues issues)PropertyListWoofTemplateExtensionLoaderImpl.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 theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.static <S extends WoofTemplateExtensionSource>
PropertyListWoofTemplateExtensionLoaderUtil. validateSpecification(java.lang.Class<S> woofTemplateExtensionSourceClass, java.lang.String... propertyNameLabels)Validates theWoofTemplateExtensionSourceSpecificationfor theWoofTemplateExtensionSource.Methods in net.officefloor.woof.template with parameters of type PropertyList Modifier and Type Method Description voidWoofTemplateExtensionLoader. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)Extends theWebTemplatewith theWoofTemplateExtensionSource.voidWoofTemplateExtensionLoaderImpl. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)
-