Uses of Class
de.fraunhofer.iese.mydata.timer.TimerId
Package
Description
-
Uses of TimerId in de.fraunhofer.iese.mydata.client
Modifier and TypeMethodDescriptionSyncNotification.getDeployedTimerVersions()
ILibraryClientService.listDeployedTimerVersions
(ClientId libraryClientId) Modifier 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
Modifier and TypeMethodDescriptionTimerVersionSerDes.TimerVersionDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) -
Uses of TimerId in de.fraunhofer.iese.mydata.solution
-
Uses of TimerId in de.fraunhofer.iese.mydata.timer
Modifier and TypeMethodDescriptionAdds a timer.static TimerId
extracts the timerId from the raw xmlITimerService.updateTimer
(Timer timer) Updates a currently active timer.Modifier 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 solutionModifier 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.