Class CompositeUtils
java.lang.Object
com.sap.cds.services.impl.composite.CompositeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PatterngetEventMatcherRegexp(String eventPattern) Translates an event pattern to a regular expression.
-
Constructor Details
-
CompositeUtils
public CompositeUtils()
-
-
Method Details
-
getEventMatcherRegexp
Translates an event pattern to a regular expression.- Parameters:
eventPattern- the event pattern used by the composite service- Returns:
- the regular expression
Pattern
-