Uses of Interface
net.officefloor.frame.internal.structure.TeamManagement
-
-
Uses of TeamManagement in net.officefloor.frame.impl.construct.administration
Constructor parameters in net.officefloor.frame.impl.construct.administration with type arguments of type TeamManagement Constructor Description RawAdministrationMetaDataFactory(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, java.util.Map<java.lang.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 TeamManagement Constructor Description RawGovernanceMetaDataFactory(java.lang.String officeName, java.util.Map<java.lang.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 TeamManagement Modifier and Type Method Description java.util.Map<java.lang.String,TeamManagement>RawOfficeMetaData. getTeams()Obtains theTeamManagementinstances by theirOfficeregistered names.Constructor parameters in net.officefloor.frame.impl.construct.office with type arguments of type TeamManagement Constructor Description RawOfficeMetaData(java.lang.String officeName, RawOfficeFloorMetaData rawOfficeFloorMetaData, java.util.Map<java.lang.String,TeamManagement> teams, java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>> managedObjectMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjects, RawBoundManagedObjectMetaData[] threadBoundManagedObjects, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeMo, boolean isManuallyManageGovernance, java.util.Map<java.lang.String,RawGovernanceMetaData<?,?>> governanceMetaData)Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.team
Methods in net.officefloor.frame.impl.construct.team that return TeamManagement Modifier and Type Method Description TeamManagementRawTeamMetaData. getTeamManagement()Obtains theTeamManagementof theTeam.Constructors in net.officefloor.frame.impl.construct.team with parameters of type TeamManagement Constructor Description RawTeamMetaData(java.lang.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 TeamManagement Modifier and Type Method Description TeamManagementAdministrationMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.administration with parameters of type TeamManagement 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 TeamManagement in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function that return TeamManagement Modifier and Type Method Description TeamManagementAbstractDelegateFunctionState. getResponsibleTeam()TeamManagementManagedFunctionContainerImpl. getResponsibleTeam() -
Uses of TeamManagement in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return TeamManagement Modifier and Type Method Description TeamManagementGovernanceMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.governance with parameters of type TeamManagement Constructor Description GovernanceMetaDataImpl(java.lang.String governanceName, GovernanceFactory<? super I,F> governanceFactory, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowAssetManagerReference, java.util.logging.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 Constructor Description FunctionLoopImpl(TeamManagement defaultTeam)Instantiates. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return TeamManagement Modifier and Type Method Description TeamManagementManagedFunctionMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type TeamManagement Constructor Description ManagedFunctionMetaDataImpl(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory, java.lang.Object[] annotations, java.lang.Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowsAssetManagerReference, java.util.logging.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 TeamManagement Modifier and Type Method Description <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 TeamManagement Modifier and Type Method Description TeamManagement[]OfficeFloorMetaDataImpl. getTeams()Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type TeamManagement Constructor Description OfficeFloorMetaDataImpl(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 Modifier and Type Class Description classTeamManagementImplTeamManagementimplementation. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type TeamManagement Modifier and Type Method Description AvoidTeamThreadStateImpl. avoidTeam(FunctionState function, TeamManagement team) -
Uses of TeamManagement in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return TeamManagement Modifier and Type Method Description default TeamManagementFunctionLogic. getResponsibleTeam()Obtains the responsibleTeamManagementfor thisFunctionLogic.default TeamManagementFunctionState. getResponsibleTeam()Obtains theTeamManagementresponsible for thisFunctionState.TeamManagementManagedFunctionLogicMetaData. getResponsibleTeam()Obtains theTeamManagementresponsible for completion of theFunctionState.TeamManagement[]OfficeFloorMetaData. getTeams()Methods in net.officefloor.frame.internal.structure with parameters of type TeamManagement Modifier and Type Method Description AvoidTeamThreadState. 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.
-