com.kuka.roboticsAPI.persistenceModel
Interface ISaveableApplicationDataSource

All Superinterfaces:
IApplicationDataSource, IDataSource
All Known Implementing Classes:
XmlApplicationDataSource

public interface ISaveableApplicationDataSource
extends IApplicationDataSource

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
 void addObjectTemplate(TemplateElement templateElement)
           
 String getErrorMessage()
           
 boolean hasError()
           
 void save()
           
 
Methods inherited from interface com.kuka.roboticsAPI.persistenceModel.IApplicationDataSource
addApplicationDataChangedListener, addFrame, getToolTemplates, loadAllFrames, loadAllProcessData, loadAllTemplates, loadAllToolDatas, loadAllUserData, loadFrame, loadFrameById, loadProcessData, loadTemplate, loadToolData, loadUserData, removeApplicationDataChangedListener, tryLoadFrame, tryLoadProcessData
 
Methods inherited from interface com.kuka.roboticsAPI.persistenceModel.IDataSource
close, getContext, getName, isOpen, isReadOnly, open, setContext, setParameters
 

Method Detail

save

void save()
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

hasError

boolean hasError()
Returns:
true if data source has error.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

getErrorMessage

String getErrorMessage()
Returns:
The error message that returned during serialization/deserialization.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

addObjectTemplate

void addObjectTemplate(TemplateElement templateElement)
Parameters:
templateElement - The element to be added.


Copyright © 2019. All rights reserved.