Class DesignerConcurrencyMessage
java.lang.Object
com.inductiveautomation.ignition.designer.concurrency.DesignerConcurrencyMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A project update is available after a Designer has modified resourcesstatic final String
A Designer session has closed or there has been a project changestatic final String
Resources have changed for a particular session and projectstatic final String
A Designer session has been created or a previous one has reconnected to the GW. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
fromResources
(List<ResourceSession> sessions) static List<ResourceSession>
toResources
(String json)
-
Field Details
-
SYNC
A Designer session has been created or a previous one has reconnected to the GW. It needs to communicate all of its open resources as well as needs to be given an update on other Designers.- See Also:
-
SESSION_UPDATE
Resources have changed for a particular session and project- See Also:
-
REMOVE
A Designer session has closed or there has been a project change- See Also:
-
PROJECT_UPDATE
A project update is available after a Designer has modified resources- See Also:
-
-
Method Details
-
toResources
- Returns:
- a list of ResourceSessions to replace the Designer's current view of resources opened in other Designers
-
fromResources
- Returns:
- see update-message.json
-