Class InstanceCache
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.InstanceCache
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
getWindow
Gets 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
-
releaseUnmodifiedLocks
public void releaseUnmodifiedLocks()Release any window locks we acquired where the window is unchanged and the window isn't open for design -
closeAndSerialize
public void closeAndSerialize()
-