Uses of Record Class
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospection.Stream
Packages that use StreamIntrospection.Stream
Package
Description
-
Uses of StreamIntrospection.Stream in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return types with arguments of type StreamIntrospection.StreamModifier and TypeMethodDescriptionprotected List<StreamIntrospection.Stream>StreamIntrospectionJsonReader.readStreams(com.fasterxml.jackson.databind.node.ArrayNode streamsJn) StreamIntrospection.streams()Returns the value of thestreamsrecord component.Methods in org.nuxeo.ecm.core.bulk.introspection with parameters of type StreamIntrospection.StreamModifier and TypeMethodDescriptionprotected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.Stream stream, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter) voidStreamIntrospectionStreamJsonWriter.write(StreamIntrospection.Stream entity, com.fasterxml.jackson.core.JsonGenerator jg) Method parameters in org.nuxeo.ecm.core.bulk.introspection with type arguments of type StreamIntrospection.StreamModifier and TypeMethodDescriptionvoidStreamIntrospectionStreamJsonWriter.ListJsonWriter.write(List<StreamIntrospection.Stream> streams, com.fasterxml.jackson.core.JsonGenerator jg) Constructor parameters in org.nuxeo.ecm.core.bulk.introspection with type arguments of type StreamIntrospection.StreamModifierConstructorDescriptionStreamIntrospection(List<StreamIntrospection.Stream> streams, List<StreamIntrospection.Processor> processors, List<StreamIntrospection.Metrics> metrics) Creates an instance of aStreamIntrospectionrecord class. -
Uses of StreamIntrospection.Stream in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return types with arguments of type StreamIntrospection.Stream