Package com.sap.cds.services.impl.outbox
Interface Messages_
- All Superinterfaces:
com.sap.cds.ql.cqn.CqnSource,com.sap.cds.ql.cqn.CqnToken,com.sap.cds.JSONizable,com.sap.cds.ql.Selectable,com.sap.cds.ql.Source<Messages_>,com.sap.cds.ql.StructuredType<Messages_>
@CdsName("cds.outbox.Messages")
public interface Messages_
extends com.sap.cds.ql.StructuredType<Messages_>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.sap.cds.ql.ElementRef<Integer>attempts()com.sap.cds.ql.ElementRef<String>ID()com.sap.cds.ql.ElementRef<Instant>com.sap.cds.ql.ElementRef<String>com.sap.cds.ql.ElementRef<String>msg()com.sap.cds.ql.ElementRef<Integer>com.sap.cds.ql.ElementRef<String>target()com.sap.cds.ql.ElementRef<Instant>Methods inherited from interface com.sap.cds.ql.cqn.CqnSource
asJoin, asSelect, isJoin, isRef, isSelectMethods inherited from interface com.sap.cds.ql.cqn.CqnToken
accept, tokensMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface com.sap.cds.ql.Source
getTypeMethods inherited from interface com.sap.cds.ql.StructuredType
_all, allMatch, allMatch, anyMatch, anyMatch, as, asRef, exists, exists, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, expand, filter, filter, filterByParams, filterByParams, get, get, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, inline, matching, to, to
-
Field Details
-
CDS_NAME
- See Also:
-
-
Method Details
-
ID
com.sap.cds.ql.ElementRef<String> ID() -
timestamp
com.sap.cds.ql.ElementRef<Instant> timestamp() -
target
com.sap.cds.ql.ElementRef<String> target() -
msg
com.sap.cds.ql.ElementRef<String> msg() -
attempts
com.sap.cds.ql.ElementRef<Integer> attempts() -
partition
com.sap.cds.ql.ElementRef<Integer> partition() -
lastError
com.sap.cds.ql.ElementRef<String> lastError() -
lastAttemptTimestamp
com.sap.cds.ql.ElementRef<Instant> lastAttemptTimestamp()
-