Package com.sap.cds.services.messages
Interface MessageTarget
public interface MessageTarget
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Constant specifying a message target parameter, referring to the CQN of an event context. -
Method Summary
-
Field Details
-
PARAMETER_CQN
Constant specifying a message target parameter, referring to the CQN of an event context. This is used to decide whether a binding parameter is required for the message target output.- See Also:
-
-
Method Details
-
getRef
com.sap.cds.ql.cqn.CqnReference getRef()- Returns:
- the CQN reference of the message target
-
getParameter
String getParameter()- Returns:
- (target) parameter of the message target
-