Uses of Class
de.fraunhofer.iese.mydata.timer.TimerId
-
Packages that use TimerId Package Description de.fraunhofer.iese.mydata.client de.fraunhofer.iese.mydata.common.serdes de.fraunhofer.iese.mydata.solution de.fraunhofer.iese.mydata.timer -
-
Uses of TimerId in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client that return types with arguments of type TimerId Modifier and Type Method Description Map<TimerId,Long>
SyncNotification. getDeployedTimerVersions()
Map<TimerId,Long>
ILibraryClientService. listDeployedTimerVersions(ClientId libraryClientId)
Methods in de.fraunhofer.iese.mydata.client with parameters of type TimerId Modifier and Type Method Description void
SyncNotification. addDeployedTimerVersion(@NonNull TimerId timerId, @NonNull Long timerVersion)
Add in the map of TimerIds the current versionMap<ClientId,Long>
ILibraryClientService. 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 TimerId Modifier and Type Method Description Map<TimerId,Long>
TimerVersionSerDes.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 Modifier and Type Method Description com.google.gson.JsonElement
TimerVersionSerDes.TimerVersionSerializer. serialize(Map<TimerId,Long> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of TimerId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type TimerId Modifier and Type Method Description static SolutionId
SolutionId. fromTimerId(TimerId tid)
-
Uses of TimerId in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that return TimerId Modifier and Type Method Description TimerId
ITimerService. addTimer(Timer timer)
Adds a timer.static TimerId
Timer. extractId(String timer)
extracts the timerId from the raw xmlTimerId
ITimerService. updateTimer(Timer timer)
Updates a currently active timer.Methods in de.fraunhofer.iese.mydata.timer that return types with arguments of type TimerId Modifier and Type Method Description Set<TimerId>
ITimerService. listDeployedTimers(SolutionId solutionId)
Provides a list of currently deployed timers.Set<TimerId>
ITimerService. listRevokedTimers(SolutionId solutionId)
Provides a list of currently revoked timers.Set<TimerId>
ITimerService. listTimers(SolutionId solutionId)
Gets all timer ids of the solutionMethods in de.fraunhofer.iese.mydata.timer with parameters of type TimerId Modifier and Type Method Description void
ITimerService. deleteTimer(TimerId timerId)
Removes the timer.void
ITimerService. deployTimer(TimerId timerId)
Deploys a timer at the local PDP of the solution.Timer
ITimerService. getTimer(TimerId timerId)
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.
-