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 voidOfficeVisitor. 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, java.util.concurrent.Executor executor)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 booleanRawGovernanceMetaData. 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 booleanRawManagedFunctionMetaData. loadOfficeMetaData(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, RawAdministrationMetaDataFactory rawAdministrationMetaDataFactory, AssetManagerFactory assetManagerFactory, 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 voidRawBoundManagedObjectInstanceMetaData. loadRemainingState(OfficeMetaData officeMetaData, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaDataFactory managedObjectAdminFactory, AssetManagerFactory assetManagerFactory, 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 voidRawManagingOfficeMetaData. manageByOffice(OfficeMetaData officeMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjectMetaData, ManagedObjectAdministrationMetaDataFactory moAdminFactory, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, AssetManagerFactory assetManagerFactory, 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 OfficeMetaDataRawOfficeMetaData. 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 OfficeMetaDataAdministrationMetaDataImpl. 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, AssetManager asynchronousFlowAssetManager, FlowMetaData[] flowMetaData, int[] governanceIndexes, EscalationProcedure escalationProcedure, OfficeMetaData officeMetaData, java.util.concurrent.Executor executor)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 OfficeMetaDataGovernanceMetaDataImpl. getOfficeMetaData()Methods in net.officefloor.frame.impl.execute.governance with parameters of type OfficeMetaData Modifier and Type Method Description voidGovernanceMetaDataImpl. 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 OfficeMetaDataManagedFunctionMetaDataImpl. getOfficeMetaData()Methods in net.officefloor.frame.impl.execute.managedfunction with parameters of type OfficeMetaData Modifier and Type Method Description voidManagedFunctionMetaDataImpl. 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 voidManagedObjectMetaDataImpl. loadRemainingState(OfficeMetaData officeMetaData, 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 classOfficeMetaDataImplOfficeMetaDataimplementation.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.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 breakChainTeam, 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)Initiate.ProcessStateImpl(ProcessMetaData processMetaData, OfficeMetaData officeMetaData, FlowCallback callback, ThreadState callbackThreadState, ThreadLocalAwareExecutor threadLocalAwareExecutor, Profiler profiler, ManagedObject inputManagedObject, ManagedObjectMetaData<?> inputManagedObjectMetaData, int inputManagedObjectIndex)Initiate for aProcessStateinitiated 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 OfficeMetaDataManagedFunctionLogicMetaData. getOfficeMetaData()Obtains theOfficeMetaData.OfficeMetaData[]OfficeFloorMetaData. getOfficeMetaData()
-