Class InstanceCache
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.InstanceCache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetWindow(ResourcePath path) Gets the window/template for the given resource id.booleanvoidnotifyChanged(ResourcePath path) voidpurge(ResourcePath path) voidRelease any window locks we acquired where the window is unchanged and the window isn't open for design
- 
Constructor Details- 
InstanceCache
 
- 
- 
Method Details- 
isWindowAvailable
- 
getDesigner
- 
getWindowGets the window/template for the given resource id. If this is the first time the window has been retrieved, it will be deserialized.- Throws:
- WindowLockedException
 
- 
purge
- 
notifyChanged
- 
releaseUnmodifiedLockspublic void releaseUnmodifiedLocks()Release any window locks we acquired where the window is unchanged and the window isn't open for design
- 
closeAndSerializepublic void closeAndSerialize()
 
-