Class GraphicalSchemeItemInformationService

java.lang.Object
com._1c.g5.v8.dt.bp.scheme.GraphicalSchemeItemInformationService

public class GraphicalSchemeItemInformationService extends Object
Service returns events associated with given graphical scheme item.
  • Constructor Details

    • GraphicalSchemeItemInformationService

      public GraphicalSchemeItemInformationService()
  • Method Details

    • getAssociatedEvents

      public Collection<org.eclipse.xtext.resource.IEObjectDescription> getAssociatedEvents(GraphicalSchemeItem item, org.eclipse.emf.ecore.EObject context)
      Returns events associated with given item.
      Parameters:
      item - - item to get events for. Can't be null.
      context - -context item to get runtime version. Can be null.
      Returns:
      events associated with given item. Can't return null.