|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserData | |
|---|---|
| com.kuka.roboticsAPI.persistenceModel | Contains classes for handling the persistence. |
| Uses of UserData in com.kuka.roboticsAPI.persistenceModel |
|---|
| Methods in com.kuka.roboticsAPI.persistenceModel that return UserData | |
|---|---|
UserData |
XmlApplicationDataSource.loadUserData(String name)
Gets the user data stored under the given name. |
UserData |
IApplicationDataSource.loadUserData(String name)
Deprecated. use process data instead |
| Methods in com.kuka.roboticsAPI.persistenceModel that return types with arguments of type UserData | |
|---|---|
Map<String,UserData> |
IXmlApplicationDataConverter.convertUserData(Map<String,UserData> userDatas)
Converts the given user data to the target version format. |
Collection<UserData> |
XmlApplicationDataSource.loadAllUserData()
Gets all user data keys known to the data source. |
Collection<UserData> |
IApplicationDataSource.loadAllUserData()
Deprecated. use process data instead |
| Methods in com.kuka.roboticsAPI.persistenceModel with parameters of type UserData | |
|---|---|
void |
XmlApplicationDataSource.addUserData(UserData userData)
Adds the given user data. |
void |
XmlApplicationDataSource.removeUserData(UserData userData)
Removes the user data which belongs to the given key. |
void |
XmlApplicationDataSource.renameUserData(UserData userData,
String newName)
Renames the given user data. |
| Method parameters in com.kuka.roboticsAPI.persistenceModel with type arguments of type UserData | |
|---|---|
Map<String,UserData> |
IXmlApplicationDataConverter.convertUserData(Map<String,UserData> userDatas)
Converts the given user data to the target version format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||