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 voidSyncNotification. 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.JsonElementTimerVersionSerDes.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 SolutionIdSolutionId. 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 TimerIdITimerService. addTimer(Timer timer)Adds a timer.static TimerIdTimer. extractId(String timer)extracts the timerId from the raw xmlTimerIdITimerService. 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 voidITimerService. deleteTimer(TimerId timerId)Removes the timer.voidITimerService. deployTimer(TimerId timerId)Deploys a timer at the local PDP of the solution.TimerITimerService. getTimer(TimerId timerId)Gets the timer.booleanITimerService. isTimerDeployed(TimerId timerId)Checks if a timer is deployed.voidITimerService. revokeTimer(TimerId timerId)Revokes a currently deployed timer.booleanITimerService. timerExists(TimerId timerId)Timer exists.
-