A C D G L S

A

AppData - Interface in com.kuka.nav.appdata
Provides application data operations.
AppDataDeSerializationException - Exception in com.kuka.nav.appdata.exceptions
Error during de-serializing the application data.
AppDataDeSerializationException(String, Throwable) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataDeSerializationException
Constructor for AppDataDeSerializationException.
AppDataEntryNotFoundException - Exception in com.kuka.nav.appdata.exceptions
No application data found with the given identifier.
AppDataEntryNotFoundException(String) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataEntryNotFoundException
Constructor for AppDataEntryNotFoundException.
AppDataException - Exception in com.kuka.nav.appdata.exceptions
Error during application data operations.
AppDataException(String) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataException
Constructor for AppDataException.
AppDataException(String, Throwable) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataException
Constructor for AppDataException.
AppDataInfo - Interface in com.kuka.nav.appdata
Meta-info of an application data.
AppDataSerializationException - Exception in com.kuka.nav.appdata.exceptions
Error during serializing the application data.
AppDataSerializationException(String, Throwable) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataSerializationException
Constructor for AppDataSerializationException.
AppDataTypeMisMatchException - Exception in com.kuka.nav.appdata.exceptions
Unsuccessful loading of the application data.
AppDataTypeMisMatchException(String) - Constructor for exception com.kuka.nav.appdata.exceptions.AppDataTypeMisMatchException
Constructor for AppDataTypeMisMatchException.

C

com.kuka.nav.appdata - package com.kuka.nav.appdata
Public API for managing application data.
com.kuka.nav.appdata.exceptions - package com.kuka.nav.appdata.exceptions
Exceptions of application data operations.
contains(String) - Method in interface com.kuka.nav.appdata.AppData
Returns true if an entry exists for the specified identifier in the database.

D

delete(String) - Method in interface com.kuka.nav.appdata.AppData
Deletes the application data with the given identifier.

G

getAllMetaData() - Method in interface com.kuka.nav.appdata.AppData
List of meta datas of the stored entries.
getAppDataId() - Method in interface com.kuka.nav.appdata.AppDataInfo
Returns the identifier of the application data entry.
getDataType() - Method in interface com.kuka.nav.appdata.AppDataInfo
Returns the class type as a string representation of the related application data.
getLastModified() - Method in interface com.kuka.nav.appdata.AppDataInfo
Returns the last modification timestamp.
getMetaData(String) - Method in interface com.kuka.nav.appdata.AppData
Getter for meta-info of an application data.

L

load(String, Class<T>) - Method in interface com.kuka.nav.appdata.AppData
Loads a copy of the stored object from the application data storage.

S

save(String, T) - Method in interface com.kuka.nav.appdata.AppData
Stores the application data persistently.

A C D G L S

Copyright © 2019. All rights reserved.