Uses of Class
overit.geocallapp.wfm.scheduling.bl.lock.SchedulingLock
Packages that use SchedulingLock
Package
Description
-
Uses of SchedulingLock in overit.geocallapp.wfm.core.bl.schedule.team.event
Methods in overit.geocallapp.wfm.core.bl.schedule.team.event that return SchedulingLockModifier and TypeMethodDescriptionTeamActivityManualAssignmentInput.getSchedulingLock()Returns the scheduling lockMethods in overit.geocallapp.wfm.core.bl.schedule.team.event with parameters of type SchedulingLockModifier and TypeMethodDescriptionvoidTeamActivityManualAssignmentInput.setSchedulingLock(SchedulingLock schedulingLock) Sets the scheduling lock -
Uses of SchedulingLock in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return SchedulingLockModifier and TypeMethodDescriptionprotected SchedulingLockBTBaseActivityManualAssignment.getLock() -
Uses of SchedulingLock in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that return SchedulingLockModifier and TypeMethodDescriptionprotected SchedulingLockBTActivityRemoval.getLock()Gets the timeslot for the activity removal -
Uses of SchedulingLock in overit.geocallapp.wfm.scheduling.bl.lock
Methods in overit.geocallapp.wfm.scheduling.bl.lock that return SchedulingLockModifier and TypeMethodDescriptionstatic SchedulingLockSchedulingLockUtils.acquireLock(Long operationCenter, Long schedulingModel, Set<Long> resources, Set<Long> operations, int timeout) This method acquires a new lockMethods in overit.geocallapp.wfm.scheduling.bl.lock with parameters of type SchedulingLockModifier and TypeMethodDescriptionstatic voidSchedulingLockUtils.addOperations(SchedulingLock schedulingLock, Set<Long> operations, int timeout) This method add a set of operations to the lockstatic voidSchedulingLockUtils.addResources(SchedulingLock schedulingLock, Set<Long> resources, int timeout) This method add a set of resources to the lockstatic voidSchedulingLockUtils.extendLock(SchedulingLock schedulingLock, int timeout) This method extends a lockstatic voidSchedulingLockUtils.releaseLock(SchedulingLock schedulingLock) This method releases a lock -
Uses of SchedulingLock in overit.geocallapp.wfm.scheduling.bl.lock.event
Methods in overit.geocallapp.wfm.scheduling.bl.lock.event that return SchedulingLockModifier and TypeMethodDescriptionSchedulingLockAddOperationsInput.getSchedulingLock()Returns the scheduling lock to integrate with the operationsSchedulingLockAddResourcesInput.getSchedulingLock()Returns the scheduling lock to integrate with the resourcesSchedulingLockExtendInput.getSchedulingLock()Returns the scheduling lock to integrate with the resourcesMethods in overit.geocallapp.wfm.scheduling.bl.lock.event with parameters of type SchedulingLockModifier and TypeMethodDescriptionvoidSchedulingLockAddOperationsInput.setSchedulingLock(SchedulingLock schedulingLock) Sets the scheduling lock to integrate with the operationsvoidSchedulingLockAddResourcesInput.setSchedulingLock(SchedulingLock schedulingLock) Sets the scheduling lock to integrate with the resourcesvoidSchedulingLockExtendInput.setSchedulingLock(SchedulingLock schedulingLock) Sets the scheduling lock to integrate with the resourcesConstructors in overit.geocallapp.wfm.scheduling.bl.lock.event with parameters of type SchedulingLockModifierConstructorDescriptionSchedulingLockReleaseEvent(SchedulingLock schedulingLock) Instantiates a new scheduling lock release event.