Package com._1c.g5.v8.dt.bp.scheme
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 Summary
Constructors Constructor Description GraphicalSchemeItemInformationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.eclipse.xtext.resource.IEObjectDescription>
getAssociatedEvents(GraphicalSchemeItem item, org.eclipse.emf.ecore.EObject context)
Returns events associated with given item.
-
-
-
Method Detail
-
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 benull
.context
- -context item to get runtime version. Can benull
.- Returns:
- events associated with given item. Can't return
null
.
-
-