Uses of Interface
net.officefloor.frame.internal.structure.TeamManagement
Packages that use TeamManagement
Package
Description
-
Uses of TeamManagement in net.officefloor.frame.impl.construct.administration
Constructor parameters in net.officefloor.frame.impl.construct.administration with type arguments of type TeamManagementModifierConstructorDescriptionRawAdministrationMetaDataFactory(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, Map<String, TeamManagement> officeTeams) Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.governance
Constructor parameters in net.officefloor.frame.impl.construct.governance with type arguments of type TeamManagementModifierConstructorDescriptionRawGovernanceMetaDataFactory(String officeName, Map<String, TeamManagement> officeTeams) Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return types with arguments of type TeamManagementModifier and TypeMethodDescriptionRawOfficeMetaData.getTeams()Obtains theTeamManagementinstances by theirOfficeregistered names.Constructor parameters in net.officefloor.frame.impl.construct.office with type arguments of type TeamManagementModifierConstructorDescriptionRawOfficeMetaData(String officeName, RawOfficeFloorMetaData rawOfficeFloorMetaData, Map<String, TeamManagement> teams, Map<String, RawManagedObjectMetaData<?, ?>> managedObjectMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjects, RawBoundManagedObjectMetaData[] threadBoundManagedObjects, Map<String, RawBoundManagedObjectMetaData> scopeMo, boolean isManuallyManageGovernance, Map<String, RawGovernanceMetaData<?, ?>> governanceMetaData) Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.team
Methods in net.officefloor.frame.impl.construct.team that return TeamManagementModifier and TypeMethodDescriptionRawTeamMetaData.getTeamManagement()Obtains theTeamManagementof theTeam.Constructors in net.officefloor.frame.impl.construct.team with parameters of type TeamManagementModifierConstructorDescriptionRawTeamMetaData(String teamName, TeamManagement team, boolean isRequireThreadLocalAwareness) Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration that return TeamManagementConstructors in net.officefloor.frame.impl.execute.administration with parameters of type TeamManagementModifierConstructorDescriptionAdministrationMetaDataImpl(String administrationName, AdministrationFactory<E, F, G> administrationFactory, Class<E> extensionInterface, ManagedObjectExtensionExtractorMetaData<E>[] eiMetaData, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, FlowMetaData[] flowMetaData, int[] governanceIndexes, EscalationProcedure escalationProcedure, OfficeMetaData officeMetaData) Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function that return TeamManagementModifier and TypeMethodDescriptionAbstractDelegateFunctionState.getResponsibleTeam()ManagedFunctionContainerImpl.getResponsibleTeam() -
Uses of TeamManagement in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return TeamManagementConstructors in net.officefloor.frame.impl.execute.governance with parameters of type TeamManagementModifierConstructorDescriptionGovernanceMetaDataImpl(String governanceName, GovernanceFactory<? super I, F> governanceFactory, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, Logger logger) Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.job
Constructors in net.officefloor.frame.impl.execute.job with parameters of type TeamManagement -
Uses of TeamManagement in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return TeamManagementConstructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type TeamManagementModifierConstructorDescriptionManagedFunctionMetaDataImpl(String functionName, ManagedFunctionFactory<O, F> functionFactory, Object[] annotations, Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowsAssetManagerReference, Logger logger) Initiate with details of the meta-data for theManagedFunction. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type TeamManagementModifier and TypeMethodDescription<E> FunctionStateManagedObjectContainerImpl.extractExtension(ManagedObjectExtensionExtractor<E> extractor, E[] managedObjectExtensions, int extensionIndex, TeamManagement responsibleTeam) -
Uses of TeamManagement in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return TeamManagementConstructors in net.officefloor.frame.impl.execute.officefloor with parameters of type TeamManagementModifierConstructorDescriptionOfficeFloorMetaDataImpl(TeamManagement[] teams, ManagedObjectSourceInstance<?>[][] managedObjectSourceInstances, OfficeMetaData[] officeMetaData, long maxStartupWaitTime) Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.team
Classes in net.officefloor.frame.impl.execute.team that implement TeamManagement -
Uses of TeamManagement in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type TeamManagementModifier and TypeMethodDescriptionThreadStateImpl.avoidTeam(FunctionState function, TeamManagement team) -
Uses of TeamManagement in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return TeamManagementModifier and TypeMethodDescriptiondefault TeamManagementFunctionLogic.getResponsibleTeam()Obtains the responsibleTeamManagementfor thisFunctionLogic.default TeamManagementFunctionState.getResponsibleTeam()Obtains theTeamManagementresponsible for thisFunctionState.ManagedFunctionLogicMetaData.getResponsibleTeam()Obtains theTeamManagementresponsible for completion of theFunctionState.OfficeFloorMetaData.getTeams()Methods in net.officefloor.frame.internal.structure with parameters of type TeamManagementModifier and TypeMethodDescriptionThreadState.avoidTeam(FunctionState function, TeamManagement team) Runs avoiding the specifiedTeam.<E> FunctionStateManagedObjectContainer.extractExtension(ManagedObjectExtensionExtractor<E> extractor, E[] managedObjectExtensions, int extensionIndex, TeamManagement responsibleTeam) Extracts theManagedObjectextension from theManagedObjectcontained in thisManagedObjectContainer.