Uses of Interface
net.officefloor.compile.governance.GovernanceType
-
-
Uses of GovernanceType in net.officefloor.compile.governance
Methods in net.officefloor.compile.governance that return GovernanceType Modifier and Type Method Description <I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoader. loadGovernanceType(GS governanceSource, PropertyList properties)
Loads and returns theGovernanceType
from theGovernanceSource
.<I,F extends java.lang.Enum<F>,GS extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoader. loadGovernanceType(java.lang.Class<GS> governanceSourceClass, PropertyList properties)
Loads and returns theGovernanceType
from theGovernanceSource
class. -
Uses of GovernanceType in net.officefloor.compile.impl.governance
Classes in net.officefloor.compile.impl.governance that implement GovernanceType Modifier and Type Class Description class
GovernanceTypeImpl<I,F extends java.lang.Enum<F>>
GovernanceType
implementation.Methods in net.officefloor.compile.impl.governance that return GovernanceType 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 GovernanceType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return GovernanceType Modifier and Type Method Description GovernanceType<?,?>
OfficeSourceContextImpl. loadGovernanceType(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties)
GovernanceType<?,?>
OfficeSourceContextImpl. loadGovernanceType(java.lang.String governanceName, GovernanceSource<?,?> governanceSource, PropertyList properties)
-
Uses of GovernanceType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return GovernanceType Modifier and Type Method Description <I,F extends java.lang.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 GovernanceType Modifier and Type Method Description <E,F extends java.lang.Enum<F>>
GovernanceType<E,F>CompileContext. getOrLoadGovernanceType(GovernanceNode governanceNode)
Obtains the existing or loads theGovernanceType
for theGovernanceNode
.GovernanceType<?,?>
GovernanceNode. loadGovernanceType(boolean isLoadingType)
Loads theGovernanceType
for thisGovernanceNode
. -
Uses of GovernanceType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return GovernanceType Modifier and Type Method Description 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
. -
Uses of GovernanceType in net.officefloor.compile.test.governance
Methods in net.officefloor.compile.test.governance that return GovernanceType Modifier and Type Method Description static <I,F extends java.lang.Enum<F>,S extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoaderUtil. loadGovernanceType(java.lang.Class<S> governanceSourceClass, java.lang.String... propertyNameValues)
Loads theGovernanceType
from theGovernanceSource
.static <I,F extends java.lang.Enum<F>,S extends GovernanceSource<I,F>>
GovernanceType<I,F>GovernanceLoaderUtil. validateGovernanceType(GovernanceTypeBuilder<?> expectedGovernanceType, java.lang.Class<S> governanceSourceClass, java.lang.String... propertyNameValues)
Validates theGovernanceType
contained in theGovernanceTypeBuilder
against theGovernanceType
loaded from theGovernanceSource
. -
Uses of GovernanceType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type GovernanceType Modifier and Type Method Description Change<GovernanceModel>
OfficeChangesImpl. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
-
Uses of GovernanceType in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type GovernanceType Modifier and Type Method Description Change<GovernanceModel>
OfficeChanges. addGovernance(java.lang.String governanceName, java.lang.String governanceSourceClassName, PropertyList properties, boolean isAutoWireExtensions, GovernanceType<?,?> governanceType)
Adds anGovernanceModel
to theOfficeModel
. -
Uses of GovernanceType in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof with parameters of type GovernanceType 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<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)
-