Uses of Interface
net.officefloor.compile.governance.GovernanceType
Packages that use GovernanceType
Package
Description
-
Uses of GovernanceType in net.officefloor.compile.governance
Methods in net.officefloor.compile.governance that return GovernanceTypeModifier 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 GovernanceType in net.officefloor.compile.impl.governance
Classes in net.officefloor.compile.impl.governance that implement GovernanceTypeModifier and TypeClassDescriptionclassGovernanceTypeImpl<I,F extends Enum<F>> GovernanceTypeimplementation.Methods in net.officefloor.compile.impl.governance that return GovernanceTypeModifier 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 GovernanceType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return GovernanceTypeModifier and TypeMethodDescriptionGovernanceType<?,?> OfficeSourceContextImpl.loadGovernanceType(String governanceName, String governanceSourceClassName, PropertyList properties) GovernanceType<?,?> OfficeSourceContextImpl.loadGovernanceType(String governanceName, GovernanceSource<?, ?> governanceSource, PropertyList properties) -
Uses of GovernanceType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return GovernanceTypeModifier and TypeMethodDescription<I,F extends Enum<F>>
GovernanceType<I,F> CompileContextImpl.getOrLoadGovernanceType(GovernanceNode governanceNode) GovernanceType<?,?> GovernanceNodeImpl.loadGovernanceType(boolean isLoadingType) -
Uses of GovernanceType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return GovernanceTypeModifier and TypeMethodDescription<E,F extends Enum<F>>
GovernanceType<E,F> CompileContext.getOrLoadGovernanceType(GovernanceNode governanceNode) Obtains the existing or loads theGovernanceTypefor theGovernanceNode.GovernanceType<?,?> GovernanceNode.loadGovernanceType(boolean isLoadingType) Loads theGovernanceTypefor thisGovernanceNode. -
Uses of GovernanceType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return GovernanceTypeModifier and TypeMethodDescriptionGovernanceType<?,?> OfficeSourceContext.loadGovernanceType(String governanceName, String governanceSourceClassName, PropertyList properties) Loads theGovernanceType.GovernanceType<?,?> OfficeSourceContext.loadGovernanceType(String governanceName, GovernanceSource<?, ?> governanceSource, PropertyList properties) Loads theGovernanceType. -
Uses of GovernanceType in net.officefloor.compile.test.governance
Methods in net.officefloor.compile.test.governance that return GovernanceTypeModifier and TypeMethodDescriptionstatic <I,F extends Enum<F>, S extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoaderUtil.loadGovernanceType(Class<S> governanceSourceClass, String... propertyNameValues) Loads theGovernanceTypefrom theGovernanceSource.static <I,F extends Enum<F>, S extends GovernanceSource<I, F>>
GovernanceType<I,F> GovernanceLoaderUtil.validateGovernanceType(GovernanceTypeBuilder<?> expectedGovernanceType, Class<S> governanceSourceClass, String... propertyNameValues) Validates theGovernanceTypecontained in theGovernanceTypeBuilderagainst theGovernanceTypeloaded from theGovernanceSource. -
Uses of GovernanceType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type GovernanceTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.office.GovernanceModel>OfficeChangesImpl.addGovernance(String governanceName, String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?, ?> governanceType)