Uses of Interface
com.sap.cds.services.messages.MessageTarget
Packages that use MessageTarget
-
Uses of MessageTarget in com.sap.cds.services
Methods in com.sap.cds.services that return MessageTargetModifier and TypeMethodDescriptionCoreFactory.createMessageTarget(com.sap.cds.ql.cqn.Path path, com.sap.cds.reflect.CdsElement element) Application code should usecreate(Path, CdsElement)instead.CoreFactory.createMessageTarget(String target) Application code should usecreate(String)instead.CoreFactory.createMessageTarget(String parameter, com.sap.cds.ql.cqn.CqnReference ref) Application code should usecreate(String, CqnReference)instead.<E extends com.sap.cds.ql.StructuredType<E>>
MessageTargetCoreFactory.createMessageTarget(String parameter, Class<E> type, Function<E, Object> path) Application code should usecreate(Class, Function)orcreate(String, Class, Function)instead.CoreFactory.createMessageTarget(String parameter, Function<com.sap.cds.ql.StructuredType<?>, Object> path) Application code should usecreate(Function)orcreate(String, Function)instead.ServiceException.getMessageTarget()default MessageTargetServiceExceptionUtils.getMessageTarget(com.sap.cds.ql.cqn.Path path, com.sap.cds.reflect.CdsElement element) Deprecated, for removal: This API element is subject to removal in a future version.default MessageTargetServiceExceptionUtils.getMessageTarget(String target) Deprecated, for removal: This API element is subject to removal in a future version.Usecreate(String)instead.default <E extends com.sap.cds.ql.StructuredType<E>>
MessageTargetServiceExceptionUtils.getMessageTarget(String parameter, Class<E> type, Function<E, Object> path) Deprecated, for removal: This API element is subject to removal in a future version.Usecreate(String, Class, Function)instead.default MessageTargetServiceExceptionUtils.getMessageTarget(String parameter, Function<com.sap.cds.ql.StructuredType<?>, Object> path) Deprecated, for removal: This API element is subject to removal in a future version.Usecreate(String, Function)instead.Methods in com.sap.cds.services that return types with arguments of type MessageTargetMethods in com.sap.cds.services with parameters of type MessageTargetModifier and TypeMethodDescriptionServiceException.additionalTargets(MessageTarget... additionalTargets) Sets the provided array ofMessageTargetinstances as additional targets.ServiceException.messageTarget(MessageTarget target) Sets the providedMessageTargetMethod parameters in com.sap.cds.services with type arguments of type MessageTargetModifier and TypeMethodDescriptionServiceException.additionalTargets(List<MessageTarget> additionalTargets) Sets the provided list ofMessageTargetinstances as additional targets. -
Uses of MessageTarget in com.sap.cds.services.messages
Methods in com.sap.cds.services.messages that return MessageTargetModifier and TypeMethodDescriptionstatic MessageTargetMessageTarget.create(com.sap.cds.ql.cqn.Path path, com.sap.cds.reflect.CdsElement element) static <E extends com.sap.cds.ql.StructuredType<E>>
MessageTargetCreates aMessageTargetbased on a CQN path.static MessageTargetCreates a string-basedMessageTarget.static MessageTargetCreates aMessageTargetbased on a parameter and aCqnReferencestatic <E extends com.sap.cds.ql.StructuredType<E>>
MessageTargetCreates aMessageTargetbased on a parameter and a CQN path.static MessageTargetCreates aMessageTargetbased on a parameter and a CQN path.static MessageTargetCreates aMessageTargetbased on a CQN path.Message.getTarget()The optionalMessageTargetMethods in com.sap.cds.services.messages that return types with arguments of type MessageTargetModifier and TypeMethodDescriptionMessage.getAdditionalTargets()The optional list of additionalMessageTargetinstancesMethods in com.sap.cds.services.messages with parameters of type MessageTargetModifier and TypeMethodDescriptiondefault MessageMessage.additionalTargets(MessageTarget... additionalTargets) Sets the provided array ofMessageTargetinstances as additional targets.Message.target(MessageTarget target) Sets the providedMessageTargetMethod parameters in com.sap.cds.services.messages with type arguments of type MessageTargetModifier and TypeMethodDescriptionMessage.additionalTargets(List<MessageTarget> additionalTargets) Sets the provided list ofMessageTargetinstances as additional targets.
create(Path, CdsElement)instead.