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 theTeamManagement
instances by theirOffice
registered 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 TeamManagement
RawTeamMetaData. getTeamManagement()
Obtains theTeamManagement
of 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 TeamManagement
AdministrationMetaDataImpl. 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 TeamManagement
AbstractDelegateFunctionState. getResponsibleTeam()
TeamManagement
ManagedFunctionContainerImpl. 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 TeamManagement
GovernanceMetaDataImpl. 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 TeamManagement
ManagedFunctionMetaDataImpl. 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> FunctionState
ManagedObjectContainerImpl. 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 class
TeamManagementImpl
TeamManagement
implementation. -
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 AvoidTeam
ThreadStateImpl. 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 TeamManagement
FunctionLogic. getResponsibleTeam()
Obtains the responsibleTeamManagement
for thisFunctionLogic
.default TeamManagement
FunctionState. getResponsibleTeam()
Obtains theTeamManagement
responsible for thisFunctionState
.TeamManagement
ManagedFunctionLogicMetaData. getResponsibleTeam()
Obtains theTeamManagement
responsible for completion of theFunctionState
.TeamManagement[]
OfficeFloorMetaData. getTeams()
Methods in net.officefloor.frame.internal.structure with parameters of type TeamManagement Modifier and Type Method Description AvoidTeam
ThreadState. avoidTeam(FunctionState function, TeamManagement team)
Runs avoiding the specifiedTeam
.<E> FunctionState
ManagedObjectContainer. extractExtension(ManagedObjectExtensionExtractor<E> extractor, E[] managedObjectExtensions, int extensionIndex, TeamManagement responsibleTeam)
Extracts theManagedObject
extension from theManagedObject
contained in thisManagedObjectContainer
.
-