Class PendingUpdateState
java.lang.Object
com.inductiveautomation.ignition.designer.concurrency.ui.PendingUpdateState
- All Implemented Interfaces:
 ProjectResourceListener,DesignerProjectResourceListener
Represents the current state of resources if we were to do an update
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanisConflict(ResourcePath path) voidOccurs after changes have been successfully saved to the gateway.voidresourcesCreated(String projectName, List<ChangeOperation.CreateResourceOperation> resources) voidresourcesDeleted(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) voidresourcesModified(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) voidsetContext(DesignerContext context) voidupdate(DesignerProjectUpdate update) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.project.DesignerProjectResourceListener
resourcesInheritanceChangedMethods inherited from interface com.inductiveautomation.ignition.common.project.ProjectResourceListener
getResourceFilter, manifestChanged, onAfterChanges, onBeforeChanges 
- 
Constructor Details
- 
PendingUpdateState
public PendingUpdateState() 
 - 
 - 
Method Details
- 
setContext
 - 
update
 - 
clear
public void clear() - 
isConflict
 - 
onAfterProjectPush
public void onAfterProjectPush()Description copied from interface:DesignerProjectResourceListenerOccurs after changes have been successfully saved to the gateway.- Specified by:
 onAfterProjectPushin interfaceDesignerProjectResourceListener
 - 
resourcesCreated
public void resourcesCreated(String projectName, List<ChangeOperation.CreateResourceOperation> resources) - Specified by:
 resourcesCreatedin interfaceProjectResourceListener
 - 
resourcesModified
public void resourcesModified(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) - Specified by:
 resourcesModifiedin interfaceProjectResourceListener
 - 
resourcesDeleted
public void resourcesDeleted(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) - Specified by:
 resourcesDeletedin interfaceProjectResourceListener
 
 -