Uses of Interface
net.officefloor.frame.internal.structure.OfficeMetaData
-
-
Uses of OfficeMetaData in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type OfficeMetaData Modifier and Type Method Description void
OfficeVisitor. visit(OfficeMetaData officeMetaData)
Visits theOffice
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.administration
Constructors in net.officefloor.frame.impl.construct.administration with parameters of type OfficeMetaData Constructor Description RawAdministrationMetaDataFactory(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, java.util.Map<java.lang.String,TeamManagement> officeTeams)
Instantiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.escalation
Constructors in net.officefloor.frame.impl.construct.escalation with parameters of type OfficeMetaData Constructor Description EscalationFlowFactory(OfficeMetaData officeMetaData)
Instantiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.flow
Constructors in net.officefloor.frame.impl.construct.flow with parameters of type OfficeMetaData Constructor Description FlowMetaDataFactory(OfficeMetaData officeMetaData)
Instantiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.governance
Methods in net.officefloor.frame.impl.construct.governance with parameters of type OfficeMetaData Modifier and Type Method Description boolean
RawGovernanceMetaData. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, OfficeFloorIssues issues)
Obtains theGovernanceMetaData
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.managedfunction
Methods in net.officefloor.frame.impl.construct.managedfunction with parameters of type OfficeMetaData Modifier and Type Method Description boolean
RawManagedFunctionMetaData. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, RawAdministrationMetaDataFactory rawAdministrationMetaDataFactory, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads meta-data regarding the containingOffice
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type OfficeMetaData Modifier and Type Method Description void
RawBoundManagedObjectInstanceMetaData. loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaDataFactory managedObjectAdminFactory, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads the remaining state for theManagedObjectMetaData
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type OfficeMetaData Modifier and Type Method Description void
RawManagingOfficeMetaData. manageByOffice(OfficeMetaData officeMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjectMetaData, ManagedObjectAdministrationMetaDataFactory moAdminFactory, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
-
Uses of OfficeMetaData in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return OfficeMetaData Modifier and Type Method Description OfficeMetaData
RawOfficeMetaData. getOfficeMetaData()
Obtains theOfficeMetaData
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration that return OfficeMetaData Modifier and Type Method Description OfficeMetaData
AdministrationMetaDataImpl. getOfficeMetaData()
Constructors in net.officefloor.frame.impl.execute.administration with parameters of type OfficeMetaData Constructor Description AdministrationMetaDataImpl(java.lang.String administrationName, AdministrationFactory<E,F,G> administrationFactory, java.lang.Class<E> extensionInterface, ManagedObjectExtensionExtractorMetaData<E>[] eiMetaData, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, FlowMetaData[] flowMetaData, int[] governanceIndexes, EscalationProcedure escalationProcedure, OfficeMetaData officeMetaData)
Instantiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.escalation
Constructors in net.officefloor.frame.impl.execute.escalation with parameters of type OfficeMetaData Constructor Description EscalationHandlerEscalationFlow(EscalationHandler escalationHandler, OfficeMetaData officeMetaData)
Initiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return OfficeMetaData Modifier and Type Method Description OfficeMetaData
GovernanceMetaDataImpl. getOfficeMetaData()
Methods in net.officefloor.frame.impl.execute.governance with parameters of type OfficeMetaData Modifier and Type Method Description void
GovernanceMetaDataImpl. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaData[] flowMetaData, EscalationProcedure escalationProcedure)
Loads the remaining state. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return OfficeMetaData Modifier and Type Method Description OfficeMetaData
ManagedFunctionMetaDataImpl. getOfficeMetaData()
Methods in net.officefloor.frame.impl.execute.managedfunction with parameters of type OfficeMetaData Modifier and Type Method Description void
ManagedFunctionMetaDataImpl. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaData[] flowMetaData, ManagedFunctionMetaData<?,?> nextFunctionMetaData, EscalationProcedure escalationProcedure, ManagedFunctionAdministrationMetaData<?,?,?>[] preAdministration, ManagedFunctionAdministrationMetaData<?,?,?>[] postAdministration, ManagedObjectIndex[] requiredManagedObjects)
Loads the remaining state of thisManagedFunctionMetaData
. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type OfficeMetaData Modifier and Type Method Description void
ManagedObjectMetaDataImpl. loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaData<?,?,?>[] preloadAdministration)
Loads the remaining state of thisManagedObjectMetaData
.Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type OfficeMetaData Constructor Description ManagedObjectCleanupImpl(ProcessState processState, OfficeMetaData officeMetaData)
Instantiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement OfficeMetaData Modifier and Type Class Description class
OfficeMetaDataImpl
OfficeMetaData
implementation.Constructors in net.officefloor.frame.impl.execute.office with parameters of type OfficeMetaData Constructor Description FunctionManagerImpl(ManagedFunctionMetaData<?,?> functionMetaData, OfficeMetaData officeMetaData)
Initiate.OfficeImpl(OfficeMetaData metaData)
Initiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return OfficeMetaData Modifier and Type Method Description OfficeMetaData[]
OfficeFloorMetaDataImpl. getOfficeMetaData()
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type OfficeMetaData Constructor Description ManagedObjectExecuteManagerFactoryImpl(ManagedObjectMetaData<?> managedObjectMetaData, int processMoIndex, FlowMetaData[] processLinks, java.util.concurrent.ThreadFactory[][] executionStrategies, java.util.logging.Logger executeLogger, OfficeMetaData officeMetaData)
Initiate.ManagedObjectExecuteManagerFactoryImpl(ManagedObjectMetaData<?> managedObjectMetaData, java.util.concurrent.ThreadFactory[][] executionStrategies, java.util.logging.Logger executeLogger, OfficeMetaData officeMetaData)
Instantiate forManagedObjectExecuteContext
that has noFlowMetaData
.ManagedObjectExecuteManagerImpl(ManagedObjectMetaData<?> managedObjectMetaData, int processMoIndex, FlowMetaData[] processLinks, java.util.concurrent.ThreadFactory[][] executionStrategies, java.util.logging.Logger executeLogger, OfficeMetaData officeMetaData)
Initiate.ManagedObjectServiceContextImpl(ManagedObjectMetaData<?> managedObjectMetaData, int processMoIndex, FlowMetaData[] processLinks, OfficeMetaData officeMetaData)
Instantiate.OfficeFloorMetaDataImpl(TeamManagement[] teams, ManagedObjectSourceInstance<?>[][] managedObjectSourceInstances, OfficeMetaData[] officeMetaData, long maxStartupWaitTime)
Initiate. -
Uses of OfficeMetaData in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type OfficeMetaData Constructor Description ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, java.util.function.Consumer<ProcessState> initialSetup)
Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex, java.util.function.Consumer<ProcessState> initialSetup)
Initiate for aProcessState
initiated by aManagedObject
. -
Uses of OfficeMetaData in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return OfficeMetaData Modifier and Type Method Description OfficeMetaData
ManagedFunctionLogicMetaData. getOfficeMetaData()
Obtains theOfficeMetaData
.OfficeMetaData[]
OfficeFloorMetaData. getOfficeMetaData()
-