Uses of Class
de.fraunhofer.iese.mydata.timer.TimerId
Packages that use TimerId
Package
Description
-
Uses of TimerId in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that return types with arguments of type TimerIdModifier and TypeMethodDescriptionSyncNotification.getDeployedTimerVersions()
ILibraryClientService.listDeployedTimerVersions
(ClientId libraryClientId) Methods in de.fraunhofer.iese.mydata.client with parameters of type TimerIdModifier and TypeMethodDescriptionvoid
SyncNotification.addDeployedTimerVersion
(@NonNull TimerId timerId, @NonNull Long timerVersion) Add in the map of TimerIds the current versionILibraryClientService.listClientsForTimer
(TimerId timerId) -
Uses of TimerId in de.fraunhofer.iese.mydata.common.serdes
Methods in de.fraunhofer.iese.mydata.common.serdes that return types with arguments of type TimerIdModifier and TypeMethodDescriptionTimerVersionSerDes.TimerVersionDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Method parameters in de.fraunhofer.iese.mydata.common.serdes with type arguments of type TimerId -
Uses of TimerId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type TimerId -
Uses of TimerId in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that return TimerIdModifier and TypeMethodDescriptionAdds a timer.static TimerId
extracts the timerId from the raw xmlITimerService.updateTimer
(Timer timer) Updates a currently active timer.Methods in de.fraunhofer.iese.mydata.timer that return types with arguments of type TimerIdModifier and TypeMethodDescriptionITimerService.listDeployedTimers
(SolutionId solutionId) Provides a list of currently deployed timers.ITimerService.listRevokedTimers
(SolutionId solutionId) Provides a list of currently revoked timers.ITimerService.listTimers
(SolutionId solutionId) Gets all timer ids of the solutionMethods in de.fraunhofer.iese.mydata.timer with parameters of type TimerIdModifier and TypeMethodDescriptionvoid
ITimerService.deleteTimer
(TimerId timerId) Removes the timer.void
ITimerService.deployTimer
(TimerId timerId) Deploys a timer at the local PDP of the solution.Gets the timer.boolean
ITimerService.isTimerDeployed
(TimerId timerId) Checks if a timer is deployed.void
ITimerService.revokeTimer
(TimerId timerId) Revokes a currently deployed timer.boolean
ITimerService.timerExists
(TimerId timerId) Timer exists.