Uses of Interface
net.officefloor.frame.internal.configuration.GovernanceConfiguration
-
Packages that use GovernanceConfiguration Package Description net.officefloor.frame.impl.construct.governance net.officefloor.frame.impl.construct.office net.officefloor.frame.internal.configuration -
-
Uses of GovernanceConfiguration in net.officefloor.frame.impl.construct.governance
Classes in net.officefloor.frame.impl.construct.governance that implement GovernanceConfiguration Modifier and Type Class Description classGovernanceBuilderImpl<E,F extends java.lang.Enum<F>>GovernanceBuilderimplementation.Methods in net.officefloor.frame.impl.construct.governance with parameters of type GovernanceConfiguration Modifier and Type Method Description <E,F extends java.lang.Enum<F>>
RawGovernanceMetaData<E,F>RawGovernanceMetaDataFactory. createRawGovernanceMetaData(GovernanceConfiguration<E,F> configuration, int governanceIndex, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)Creates theRawGovernanceMetaData.Constructors in net.officefloor.frame.impl.construct.governance with parameters of type GovernanceConfiguration Constructor Description RawGovernanceMetaData(java.lang.String governanceName, int governanceIndex, java.lang.Class<E> extensionType, GovernanceConfiguration<E,F> governanceConfiguration, GovernanceMetaDataImpl<E,F> governanceMetaData)Initiate. -
Uses of GovernanceConfiguration in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return GovernanceConfiguration Modifier and Type Method Description GovernanceConfiguration<?,?>[]OfficeBuilderImpl. getGovernanceConfiguration() -
Uses of GovernanceConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return GovernanceConfiguration Modifier and Type Method Description GovernanceConfiguration<?,?>[]OfficeConfiguration. getGovernanceConfiguration()Obtains theGovernanceConfiguration.
-