Uses of Interface
io.resys.thena.api.envelope.ThenaContainer
Packages that use ThenaContainer
-
Uses of ThenaContainer in io.resys.thena.api.envelope
Classes in io.resys.thena.api.envelope with type parameters of type ThenaContainerModifier and TypeClassDescriptionfinal classImmutableQueryEnvelope<T extends ThenaContainer>Immutable implementation ofQueryEnvelope.static final classImmutableQueryEnvelope.Builder<T extends ThenaContainer>Builds instances of typeImmutableQueryEnvelope.final classImmutableQueryEnvelopeList<T extends ThenaContainer>Immutable implementation ofQueryEnvelopeList.static final classImmutableQueryEnvelopeList.Builder<T extends ThenaContainer>Builds instances of typeImmutableQueryEnvelopeList.final classImmutableQueryEnvelopePage<T extends ThenaContainer>Immutable implementation ofQueryEnvelopePage.static final classImmutableQueryEnvelopePage.Builder<T extends ThenaContainer>Builds instances of typeImmutableQueryEnvelopePage.interfaceQueryEnvelope<T extends ThenaContainer>interfaceQueryEnvelopeList<T extends ThenaContainer>interfaceQueryEnvelopePage<T extends ThenaContainer>Methods in io.resys.thena.api.envelope with type parameters of type ThenaContainerModifier and TypeMethodDescriptionstatic <T extends ThenaContainer>
ImmutableQueryEnvelope.Builder<T> ImmutableQueryEnvelope.builder()Creates a builder forImmutableQueryEnvelope.static <T extends ThenaContainer>
ImmutableQueryEnvelopeList.Builder<T> ImmutableQueryEnvelopeList.builder()Creates a builder forImmutableQueryEnvelopeList.static <T extends ThenaContainer>
ImmutableQueryEnvelopePage.Builder<T> ImmutableQueryEnvelopePage.builder()Creates a builder forImmutableQueryEnvelopePage.static <T extends ThenaContainer>
ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.copyOf(QueryEnvelope<T> instance) Creates an immutable copy of aQueryEnvelopevalue.static <T extends ThenaContainer>
ImmutableQueryEnvelopeList<T> ImmutableQueryEnvelopeList.copyOf(QueryEnvelopeList<T> instance) Creates an immutable copy of aQueryEnvelopeListvalue.static <T extends ThenaContainer>
ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.copyOf(QueryEnvelopePage<T> instance) Creates an immutable copy of aQueryEnvelopePagevalue.static <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>
QueryEnvelopeList<X> QueryEnvelope.toListOfType()default <X extends ThenaContainer>
QueryEnvelope<X> QueryEnvelope.toType()Methods in io.resys.thena.api.envelope with parameters of type ThenaContainerModifier and TypeMethodDescriptionImmutableQueryEnvelopePage.Builder.addCurrentPageObjects(T... elements) Adds elements tocurrentPageObjectslist.ImmutableQueryEnvelopeList.Builder.addObjects(T... elements) Adds elements toobjectslist.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withCurrentPageObjects(T... elements) Copy the current immutable object with elements that replace the content ofcurrentPageObjects.final ImmutableQueryEnvelopeList<T> ImmutableQueryEnvelopeList.withObjects(T... elements) Copy the current immutable object with elements that replace the content ofobjects.