Uses of Interface
io.resys.thena.api.envelope.QueryEnvelope
Packages that use QueryEnvelope
-
Uses of QueryEnvelope in io.resys.thena.api.envelope
Classes in io.resys.thena.api.envelope that implement QueryEnvelopeModifier and TypeClassDescriptionfinal classImmutableQueryEnvelope<T extends ThenaContainer>Immutable implementation ofQueryEnvelope.Methods in io.resys.thena.api.envelope that return QueryEnvelopeModifier and TypeMethodDescriptionstatic <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.docNotFound(Tenant existing, org.slf4j.Logger logger, String text, QueryEnvelope.DocNotFoundException ex) static <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.docUnexpected(Tenant existing, org.slf4j.Logger logger, String text) static <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.fatalError(Tenant existing, String msg, org.slf4j.Logger logger, Throwable t) static <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.repoNotFound(String repoId, org.slf4j.Logger logger) default <X extends ThenaContainer>
QueryEnvelope<X> QueryEnvelope.toType()Methods in io.resys.thena.api.envelope with parameters of type QueryEnvelopeModifier and TypeMethodDescriptionstatic <T extends ThenaContainer>
ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.copyOf(QueryEnvelope<T> instance) Creates an immutable copy of aQueryEnvelopevalue.final ImmutableQueryEnvelope.Builder<T> ImmutableQueryEnvelope.Builder.from(QueryEnvelope<T> instance) Fill a builder with attribute values from the providedQueryEnvelopeinstance.