Uses of Interface
ch.nolix.baseapi.datastructure.extendediterable.ExtendedIterable
Packages that use ExtendedIterable
Package
Description
-
Uses of ExtendedIterable in ch.nolix.base.css.cssmodel
Methods in ch.nolix.base.css.cssmodel that return ExtendedIterableMethods in ch.nolix.base.css.cssmodel with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic CssCss.withRules(ExtendedIterable<ICssRule> rules) static CssRuleCssRule.withSelectorAndProperties(String selector, ExtendedIterable<? extends ICssProperty> properties) -
Uses of ExtendedIterable in ch.nolix.base.datastructure.arrayextendediterableview
Classes in ch.nolix.base.datastructure.arrayextendediterableview that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.arraylist
Classes in ch.nolix.base.datastructure.arraylist that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.extendediterable
Classes in ch.nolix.base.datastructure.extendediterable that implement ExtendedIterableMethods in ch.nolix.base.datastructure.extendediterable that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends ExtendedIterable<E>> AbstractExtendedIterable.getStoredInGroups(Function<E, ?> norm) The time complexity of this implementation is O(m*n) if: -The currentAbstractExtendedIterablecontains m elements.final <T extends E>
ExtendedIterable<T> AbstractExtendedIterable.getStoredOfType(Class<T> type) The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<E> AbstractExtendedIterable.getStoredOthers(Predicate<E> selector) The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<E> AbstractExtendedIterable.getStoredSelected(Predicate<? super E> selector) The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<E> AbstractExtendedIterable.getViewFromOneBasedStartIndex(int oneBasedStartIndex) The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewFromOneBasedStartIndexToOneBasedEndIndex(int oneBasedStartIndex, int oneBasedEndIndex) The time complexity of this implementation is O(1).final <T> ExtendedIterable<T> The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<E> AbstractExtendedIterable.getViewOfStoredSelected(Predicate<E> selector) The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewToOneBasedEndIndex(int oneBasedEndIndex) The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewWithoutFirst()The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewWithoutFirst(int n) The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewWithoutLast()The time complexity of this implementation is O(1).final ExtendedIterable<E> AbstractExtendedIterable.getViewWithoutLast(int n) The time complexity of this implementation is O(1).final <T> ExtendedIterable<T> The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final <T> ExtendedIterable<T> AbstractExtendedIterable.toMultiples(Function<E, ExtendedIterable<T>> multipleMapper) The time complexity of this implementation is O(m*n) if: -The current *AbstractExtendedIterablecontains m elements.<N extends Number>
ExtendedIterable<N> The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final <C extends Comparable<C>>
ExtendedIterable<E> AbstractExtendedIterable.toOrderedList(Function<E, C> norm) The time complexity of this implementation is O(n * log(n)) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<E> AbstractExtendedIterable.toReversedList()The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final ExtendedIterable<String> AbstractExtendedIterable.toStrings()The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.final <T> ExtendedIterable<T> AbstractExtendedIterable.toWithOneBasedIndex(BiFunction<Integer, E, T> mapper) The time complexity of this implementation is O(n) if the currentAbstractExtendedIterablecontains n elements.Methods in ch.nolix.base.datastructure.extendediterable that return types with arguments of type ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends ExtendedIterable<E>> AbstractExtendedIterable.getStoredInGroups(Function<E, ?> norm) The time complexity of this implementation is O(m*n) if: -The currentAbstractExtendedIterablecontains m elements.Method parameters in ch.nolix.base.datastructure.extendediterable with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionfinal <T> ExtendedIterable<T> AbstractExtendedIterable.toMultiples(Function<E, ExtendedIterable<T>> multipleMapper) The time complexity of this implementation is O(m*n) if: -The current *AbstractExtendedIterablecontains m elements. -
Uses of ExtendedIterable in ch.nolix.base.datastructure.extendediterablefilterview
Classes in ch.nolix.base.datastructure.extendediterablefilterview that implement ExtendedIterableMethods in ch.nolix.base.datastructure.extendediterablefilterview with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic <T> ExtendedIterableFilterView<T> ExtendedIterableFilterView.forContainerAndSelector(ExtendedIterable<T> container, Predicate<T> selector) -
Uses of ExtendedIterable in ch.nolix.base.datastructure.extendediterableintervalview
Classes in ch.nolix.base.datastructure.extendediterableintervalview that implement ExtendedIterableModifier and TypeClassDescriptionfinal classAExtendedIterableIntervalViewcan iterate over an intervall of aExtendedIterable.Methods in ch.nolix.base.datastructure.extendediterableintervalview with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic <T> ExtendedIterableIntervalView<T> ExtendedIterableIntervalView.forExtendedIterableAndStartIndexAndEndIndex(ExtendedIterable<T> extendedIterable, int startIndex, int endIndex) -
Uses of ExtendedIterable in ch.nolix.base.datastructure.extendediterablemapperview
Classes in ch.nolix.base.datastructure.extendediterablemapperview that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.extendediterableview
Classes in ch.nolix.base.datastructure.extendediterableview that implement ExtendedIterableModifier and TypeClassDescriptionfinal classAExtendedIterableViewwraps one or several givenIterables or arrays. -
Uses of ExtendedIterable in ch.nolix.base.datastructure.immutablelist
Classes in ch.nolix.base.datastructure.immutablelist that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.iterableextendediterableview
Classes in ch.nolix.base.datastructure.iterableextendediterableview that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.linkedlist
Classes in ch.nolix.base.datastructure.linkedlist that implement ExtendedIterableModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractExtendedIterablethat can add elements at the begin or end. -
Uses of ExtendedIterable in ch.nolix.base.datastructure.matrix
Classes in ch.nolix.base.datastructure.matrix that implement ExtendedIterableModifier and TypeClassDescriptionfinal classMatrix<E>AMatrixis aAbstractExtendedIterablethat stores its elements in rows and columns.final classMatrixColumn<E>final classMatrixRow<E>Methods in ch.nolix.base.datastructure.matrix that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.datastructure.multiextendediterableview
Classes in ch.nolix.base.datastructure.multiextendediterableview that implement ExtendedIterableMethods in ch.nolix.base.datastructure.multiextendediterableview with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic <T> MultiExtendedIterableViewIterator<T> MultiExtendedIterableViewIterator.forContainers(ExtendedIterable<ExtendedIterable<T>> containers) Method parameters in ch.nolix.base.datastructure.multiextendediterableview with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionstatic <T> MultiExtendedIterableViewIterator<T> MultiExtendedIterableViewIterator.forContainers(ExtendedIterable<ExtendedIterable<T>> containers) -
Uses of ExtendedIterable in ch.nolix.base.datastructure.sequencesearch
Methods in ch.nolix.base.datastructure.sequencesearch that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> SequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> list) Methods in ch.nolix.base.datastructure.sequencesearch that return types with arguments of type ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> SequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> list) Methods in ch.nolix.base.datastructure.sequencesearch with parameters of type ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> SequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> list) SequencePattern.withConditionsForNexts(ExtendedIterable<Predicate<E>> conditions) Method parameters in ch.nolix.base.datastructure.sequencesearch with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionSequencePattern.withSequenceCondition(Predicate<ExtendedIterable<E>> sequenceCondition) Adds the given sequenceCondition to the currentISequencePattern. -
Uses of ExtendedIterable in ch.nolix.base.document.chainednode
Methods in ch.nolix.base.document.chainednode that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.document.node
Methods in ch.nolix.base.document.node that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<String> AbstractNode.getChildNodesHeaders()ImmutableNode.getStoredChildNodes()MutableNode.getStoredChildNodes()final ExtendedIterable<N> AbstractNode.getStoredChildNodesThat(Predicate<INode<?>> selector) final ExtendedIterable<N> AbstractNode.getStoredChildNodesWithHeader(String header) -
Uses of ExtendedIterable in ch.nolix.base.document.xml
Methods in ch.nolix.base.document.xml that return ExtendedIterableModifier and TypeMethodDescriptionMutableXmlNode.getAttributes()MutableXmlNode.getStoredChildNodes() -
Uses of ExtendedIterable in ch.nolix.base.environment.filesystem
Methods in ch.nolix.base.environment.filesystem that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<FileAccessor> FileSystemAccessor.getFileAccessors(String path) static ExtendedIterable<FileAccessor> FileSystemAccessor.getFileAccessors(String path, String extension) FolderAccessor.getFileAccessors()FolderAccessor.getFileAccessors(String extension) FolderAccessor.getFileAccessorsRecursively(String extension) FileSystemAccessor.getFileSystemItemAccessors(String path) FolderAccessor.getFileSystemItemAccessors() -
Uses of ExtendedIterable in ch.nolix.base.environment.license
Methods in ch.nolix.base.environment.license that return ExtendedIterableModifier and TypeMethodDescriptionabstract ExtendedIterable<Class<?>> AbstractFeature.getAuthorizedLicenseTypes()LicenseManagerUnit.getLicenseTypes() -
Uses of ExtendedIterable in ch.nolix.base.environment.runningjar
Methods in ch.nolix.base.environment.runningjar that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<String> RunningJar.readLinesOfResource(String path) -
Uses of ExtendedIterable in ch.nolix.base.html.htmlmodel
Methods in ch.nolix.base.html.htmlmodel that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlAttribute> HtmlElement.getAttributes()ExtendedIterable<? extends IHtmlElement> HtmlElement.getChildElements()Methods in ch.nolix.base.html.htmlmodel with parameters of type ExtendedIterableModifier and TypeMethodDescriptionHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) static HtmlElementHtmlElement.withTypeAndAttributes(String type, ExtendedIterable<? extends IHtmlAttribute> attributes) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, ExtendedIterable<? extends IHtmlElement> childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndInnerText(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, String innerText) static HtmlElementHtmlElement.withTypeAndChildElements(String type, ExtendedIterable<? extends IHtmlElement> childElements) -
Uses of ExtendedIterable in ch.nolix.base.net.level3server
Methods in ch.nolix.base.net.level3server that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends INode<?>> LocalEndPoint.getDataForRequests(IChainedNode... requests) ExtendedIterable<? extends INode<?>> LocalEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) ExtendedIterable<? extends INode<?>> NetEndPoint.getDataForRequests(IChainedNode... requests) ExtendedIterable<? extends INode<?>> NetEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Uses of ExtendedIterable in ch.nolix.base.net.ssl
Methods in ch.nolix.base.net.ssl that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<String> SslCertificateKeyReaderHelper.getKeyLinesFromPemFileLines(ExtendedIterable<String> pemFileLines) Methods in ch.nolix.base.net.ssl with parameters of type ExtendedIterableModifier and TypeMethodDescriptionSslCertificateKeyReader.getKeyFromPemFileLines(ExtendedIterable<String> pemFileLines) static ExtendedIterable<String> SslCertificateKeyReaderHelper.getKeyLinesFromPemFileLines(ExtendedIterable<String> pemFileLines) -
Uses of ExtendedIterable in ch.nolix.base.net.websocket
Methods in ch.nolix.base.net.websocket with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic WebSocketHandShakeRequestWebSocketHandShakeRequest.fromLines(ExtendedIterable<String> lines) -
Uses of ExtendedIterable in ch.nolix.base.programcontrol.flowcontrol
Methods in ch.nolix.base.programcontrol.flowcontrol with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic JobExecutorJobExecutor.forJobs(ExtendedIterable<Runnable> jobs) -
Uses of ExtendedIterable in ch.nolix.base.programcontrol.job
Methods in ch.nolix.base.programcontrol.job with parameters of type ExtendedIterableModifier and TypeMethodDescriptionJobTool.createConcatenatedJobFromJobs(ExtendedIterable<Runnable> jobs) static voidJobToolHelper.runJobs(ExtendedIterable<Runnable> jobs) -
Uses of ExtendedIterable in ch.nolix.base.programcontrol.process
Methods in ch.nolix.base.programcontrol.process with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidUpdaterCollector.addUpdaters(ExtendedIterable<Consumer<O>> updaters) Adds the given updaters to the currentIUpdaterCollector. -
Uses of ExtendedIterable in ch.nolix.base.reflection.reflectiontool
Methods in ch.nolix.base.reflection.reflectiontool that return ExtendedIterableModifier and TypeMethodDescriptionClassTool.getStoredPublicStaticFieldValuesOfClass(Class<?> paramClass) static ExtendedIterable<Object> ReflectionTool.getStoredPublicStaticFieldValuesOfClass(Class<?> paramClass) -
Uses of ExtendedIterable in ch.nolix.base.resourcecontrol.closecontroller
Methods in ch.nolix.base.resourcecontrol.closecontroller that return ExtendedIterableMethods in ch.nolix.base.resourcecontrol.closecontroller with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidUncloseableClosePool.addElements(ExtendedIterable<GroupCloseable> elements) Adds the given elements to the currentIClosePool. -
Uses of ExtendedIterable in ch.nolix.base.sql.connection
Methods in ch.nolix.base.sql.connection that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<ISqlRecord> AbstractSqlConnection.getRecordsFromQuery(String query) UncloseableSqlConnection.getRecordsFromQuery(String query) static ExtendedIterable<ISqlRecord> SqlConnectionHelper.getRecordsFromStatement(String query, Statement statement) Methods in ch.nolix.base.sql.connection with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal voidAbstractSqlConnection.executeStatements(ExtendedIterable<String> statements) voidUncloseableSqlConnection.executeStatements(ExtendedIterable<String> statements) -
Uses of ExtendedIterable in ch.nolix.base.sql.connectionpool
Methods in ch.nolix.base.sql.connectionpool that return ExtendedIterableMethods in ch.nolix.base.sql.connectionpool with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidWrapperSqlConnection.executeStatements(ExtendedIterable<String> statements) -
Uses of ExtendedIterable in ch.nolix.base.sql.model
Classes in ch.nolix.base.sql.model that implement ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.base.sql.sqltool
Methods in ch.nolix.base.sql.sqltool that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.baseapi.attribute.multiattribute
Methods in ch.nolix.baseapi.attribute.multiattribute that return ExtendedIterableModifier and TypeMethodDescriptionMultiValueHolder.getStoredValues()MultiTagHolder.getTags()MultiTextHolder.getTexts()MultiTokenHolder.getTokens() -
Uses of ExtendedIterable in ch.nolix.baseapi.css.cssmodel
Methods in ch.nolix.baseapi.css.cssmodel that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ICssProperty> ICssRule.getProperties()ICss.getRules() -
Uses of ExtendedIterable in ch.nolix.baseapi.datastructure.extendediterable
Methods in ch.nolix.baseapi.datastructure.extendediterable that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> Groupable.getStoredInGroups(Function<E, ?> norm) <T extends E>
ExtendedIterable<T> Filterable.getStoredOfType(Class<T> type) Filterable.getStoredOthers(Predicate<E> selector) Filterable.getStoredSelected(Predicate<? super E> selector) IntervallContainerViewProvider.getViewFromOneBasedStartIndex(int oneBasedStartIndex) IntervallContainerViewProvider.getViewFromOneBasedStartIndexToOneBasedEndIndex(int oneBasedStartIndex, int oneBasedEndIndex) <T> ExtendedIterable<T> FilteringContainerViewProvider.getViewOfStoredSelected(Predicate<E> selector) IntervallContainerViewProvider.getViewToOneBasedEndIndex(int oneBasedEndIndex) IntervallContainerViewProvider.getViewWithoutFirst()IntervallContainerViewProvider.getViewWithoutFirst(int n) IntervallContainerViewProvider.getViewWithoutLast()IntervallContainerViewProvider.getViewWithoutLast(int n) <T> ExtendedIterable<T> <T> ExtendedIterable<T> Mappable.toMultiples(Function<E, ExtendedIterable<T>> multipleMapper) <N extends Number>
ExtendedIterable<N> <C extends Comparable<C>>
ExtendedIterable<E> ExtendedIterable.toOrderedList(Function<E, C> comparableMapper) ExtendedIterable.toReversedList()Mappable.toStrings()<T> ExtendedIterable<T> Mappable.toWithOneBasedIndex(BiFunction<Integer, E, T> mapper) Methods in ch.nolix.baseapi.datastructure.extendediterable that return types with arguments of type ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> Groupable.getStoredInGroups(Function<E, ?> norm) Method parameters in ch.nolix.baseapi.datastructure.extendediterable with type arguments of type ExtendedIterableModifier and TypeMethodDescription<T> ExtendedIterable<T> Mappable.toMultiples(Function<E, ExtendedIterable<T>> multipleMapper) -
Uses of ExtendedIterable in ch.nolix.baseapi.datastructure.list
Subinterfaces of ExtendedIterable in ch.nolix.baseapi.datastructure.listModifier and TypeInterfaceDescriptioninterfaceIArrayList<E>AIArrayListis aExtendedIterablethat can add and remove elements.interfaceILinkedList<E>AILinkedListis aExtendedIterablethat can add and remove elements. -
Uses of ExtendedIterable in ch.nolix.baseapi.datastructure.matrix
Subinterfaces of ExtendedIterable in ch.nolix.baseapi.datastructure.matrixMethods in ch.nolix.baseapi.datastructure.matrix that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.baseapi.datastructure.sequencesearch
Methods in ch.nolix.baseapi.datastructure.sequencesearch that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> ISequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> container) Methods in ch.nolix.baseapi.datastructure.sequencesearch that return types with arguments of type ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> ISequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> container) Methods in ch.nolix.baseapi.datastructure.sequencesearch with parameters of type ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ExtendedIterable<E>> ISequencePattern.getMatchingSequencesFrom(ExtendedIterable<E> container) ISequencePattern.withConditionsForNexts(ExtendedIterable<Predicate<E>> conditions) Method parameters in ch.nolix.baseapi.datastructure.sequencesearch with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionISequencePattern.withSequenceCondition(Predicate<ExtendedIterable<E>> sequenceCondition) Adds the given sequenceCondition to the currentISequencePattern. -
Uses of ExtendedIterable in ch.nolix.baseapi.document.chainednode
Methods in ch.nolix.baseapi.document.chainednode that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IChainedNode> IChainedNode.getChildNodes() -
Uses of ExtendedIterable in ch.nolix.baseapi.document.node
Methods in ch.nolix.baseapi.document.node that return ExtendedIterableModifier and TypeMethodDescriptionINode.getChildNodesHeaders()INode.getStoredChildNodes()INode.getStoredChildNodesThat(Predicate<INode<?>> selector) INode.getStoredChildNodesWithHeader(String header) -
Uses of ExtendedIterable in ch.nolix.baseapi.document.xml
Methods in ch.nolix.baseapi.document.xml that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.baseapi.environment.licenseapi
Methods in ch.nolix.baseapi.environment.licenseapi that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.baseapi.html.htmlmodel
Methods in ch.nolix.baseapi.html.htmlmodel that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlAttribute> IHtmlElement.getAttributes()ExtendedIterable<? extends IHtmlElement> IHtmlElement.getChildElements()Methods in ch.nolix.baseapi.html.htmlmodel with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) -
Uses of ExtendedIterable in ch.nolix.baseapi.manager.applicationmanager
Methods in ch.nolix.baseapi.manager.applicationmanager that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends A> ApplicationManager.getStoredApplications()ExtendedIterable<? extends C> ClientManager.getStoredClients() -
Uses of ExtendedIterable in ch.nolix.baseapi.manager.guimanager
Methods in ch.nolix.baseapi.manager.guimanager that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends C> ControlManager.getStoredControls() -
Uses of ExtendedIterable in ch.nolix.baseapi.net.level3server
Methods in ch.nolix.baseapi.net.level3server that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode... requests) ExtendedIterable<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Uses of ExtendedIterable in ch.nolix.baseapi.net.ssl
Methods in ch.nolix.baseapi.net.ssl with parameters of type ExtendedIterableModifier and TypeMethodDescriptionISslCertificateKeyReader.getKeyFromPemFileLines(ExtendedIterable<String> pemFileLines) -
Uses of ExtendedIterable in ch.nolix.baseapi.objectcomposition.linking
Methods in ch.nolix.baseapi.objectcomposition.linking that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.baseapi.programcontrol.job
Methods in ch.nolix.baseapi.programcontrol.job with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIJobTool.createConcatenatedJobFromJobs(ExtendedIterable<Runnable> jobs) -
Uses of ExtendedIterable in ch.nolix.baseapi.programcontrol.process
Methods in ch.nolix.baseapi.programcontrol.process with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIUpdaterCollector.addUpdaters(ExtendedIterable<Consumer<O>> updaters) Adds the given updaters to the currentIUpdaterCollector. -
Uses of ExtendedIterable in ch.nolix.baseapi.reflection.reflectiontool
Methods in ch.nolix.baseapi.reflection.reflectiontool that return ExtendedIterableModifier and TypeMethodDescriptionIClassTool.getStoredPublicStaticFieldValuesOfClass(Class<?> paramClass) -
Uses of ExtendedIterable in ch.nolix.baseapi.resourcecontrol.closecontroller
Methods in ch.nolix.baseapi.resourcecontrol.closecontroller that return ExtendedIterableMethods in ch.nolix.baseapi.resourcecontrol.closecontroller with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIClosePool.addElements(ExtendedIterable<GroupCloseable> elements) Adds the given elements to the currentIClosePool. -
Uses of ExtendedIterable in ch.nolix.baseapi.sql.connection
Methods in ch.nolix.baseapi.sql.connection that return ExtendedIterableMethods in ch.nolix.baseapi.sql.connection with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidISqlConnection.executeStatements(ExtendedIterable<String> statements) -
Uses of ExtendedIterable in ch.nolix.baseapi.sql.model
Subinterfaces of ExtendedIterable in ch.nolix.baseapi.sql.model -
Uses of ExtendedIterable in ch.nolix.baseapi.sql.sqltool
Methods in ch.nolix.baseapi.sql.sqltool that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.application.main
Methods in ch.nolix.system.application.main that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends IApplication<?, ?>> AbstractServer.getStoredApplications()final ExtendedIterable<C> Application.getStoredClients() -
Uses of ExtendedIterable in ch.nolix.system.control.button
Methods in ch.nolix.system.control.button that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> Button.getStoredChildControls()ExtendedIterable<Control<?, ?>> Button.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.floatcontainer
Methods in ch.nolix.system.control.floatcontainer that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> FloatContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfFloatContainer(FloatContainer floatContainer) -
Uses of ExtendedIterable in ch.nolix.system.control.grid
Methods in ch.nolix.system.control.grid that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> Grid.getStoredChildControls()ExtendedIterable<Control<?, ?>> Grid.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.horizontalstack
Methods in ch.nolix.system.control.horizontalstack that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> HorizontalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfHorizontalStack(IHorizontalStack horizontalStack) -
Uses of ExtendedIterable in ch.nolix.system.control.imagecontrol
Methods in ch.nolix.system.control.imagecontrol that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<IHtmlAttribute> ImageControlHtmlBuilderHelper.createHtmlAttributesForImageControl(IImageControl imageControl) ExtendedIterable<Control<?, ?>> ImageControl.getStoredChildControls()ExtendedIterable<Control<?, ?>> ImageControl.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.label
Methods in ch.nolix.system.control.label that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> Label.getStoredChildControls()ExtendedIterable<Control<?, ?>> Label.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.linearcontainer
Methods in ch.nolix.system.control.linearcontainer that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<Control<?, ?>> AbstractLinearContainer.getStoredChildControls()final ExtendedIterable<Control<?, ?>> AbstractLinearContainer.getStoredStructureControls()Methods in ch.nolix.system.control.linearcontainer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal CAbstractLinearContainer.addControls(ExtendedIterable<? extends Control<?, ?>> controls) -
Uses of ExtendedIterable in ch.nolix.system.control.link
Methods in ch.nolix.system.control.link that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<? extends IHtmlAttribute> LinkHtmlBuilderHelper.createHtmlAttributesForControl(ILink control) ExtendedIterable<Control<?, ?>> Link.getStoredChildControls()ExtendedIterable<Control<?, ?>> Link.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.singlecontainer
Methods in ch.nolix.system.control.singlecontainer that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<IHtmlElement> SingleContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfSingleContainer(ISingleContainer singleContainer) ExtendedIterable<Control<?, ?>> SingleContainer.getStoredChildControls()ExtendedIterable<Control<?, ?>> SingleContainer.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.tabcontainer
Methods in ch.nolix.system.control.tabcontainer that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> TabContainer.getStoredChildControls()ExtendedIterable<Control<?, ?>> TabContainerTab.getStoredControls()ExtendedIterable<Control<?, ?>> TabContainer.getStoredStructureControls()TabContainer.getStoredTabs()Methods in ch.nolix.system.control.tabcontainer with parameters of type ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.control.textbox
Methods in ch.nolix.system.control.textbox that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> Textbox.getStoredChildControls()ExtendedIterable<Control<?, ?>> Textbox.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.uploader
Methods in ch.nolix.system.control.uploader that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> Uploader.getStoredChildControls()ExtendedIterable<Control<?, ?>> Uploader.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.validationlabel
Methods in ch.nolix.system.control.validationlabel that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> ValidationLabel.getStoredChildControls()ExtendedIterable<Control<?, ?>> ValidationLabel.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.system.control.verticalstack
Methods in ch.nolix.system.control.verticalstack that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> VerticalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfVerticalStack(IVerticalStack verticalStack) -
Uses of ExtendedIterable in ch.nolix.system.element.multistateconfiguration
Methods in ch.nolix.system.element.multistateconfiguration that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<INode<?>> AbstractMultiStateConfiguration.getAttributes() -
Uses of ExtendedIterable in ch.nolix.system.element.propertieselement
Methods in ch.nolix.system.element.propertieselement that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<INode<?>> AbstractPropertiesElement.getAttributes() -
Uses of ExtendedIterable in ch.nolix.system.element.relativevalue
Methods in ch.nolix.system.element.relativevalue that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.graphic.color
Methods in ch.nolix.system.graphic.color that return ExtendedIterableModifier and TypeMethodDescriptionColor.getAttributes()static ExtendedIterable<IPair<String, IColor>> X11ColorCatalogExtractor.getColorConstantsFromClass(Class<?> paramClass) Methods in ch.nolix.system.graphic.color with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic ColorColor.createAverageFromColors(ExtendedIterable<IColor> colors) -
Uses of ExtendedIterable in ch.nolix.system.graphic.image
Methods in ch.nolix.system.graphic.image that return ExtendedIterableMethods in ch.nolix.system.graphic.image with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidMutableImage.setPixelArray(ExtendedIterable<IColor> pixelArray) -
Uses of ExtendedIterable in ch.nolix.system.gui.background
Methods in ch.nolix.system.gui.background that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.gui.box
Methods in ch.nolix.system.gui.box that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.gui.colorgradient
Methods in ch.nolix.system.gui.colorgradient that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.gui.cssmapper
Methods in ch.nolix.system.gui.cssmapper that return ExtendedIterableModifier and TypeMethodDescriptionCssPropertyMapper.mapBackgroundToCssProperties(IBackground background) static ExtendedIterable<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsColor(IBackground background) static ExtendedIterable<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsColorGradient(IBackground background) static ExtendedIterable<ICssProperty> BackgroundToCssMapperHelper.mapBackgroundToCssPropertiesWhenIsImage(IBackground background) Methods in ch.nolix.system.gui.cssmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionCssPropertyMapper.mapCornerShadowsToOptionalCssProperty(ExtendedIterable<? extends ICornerShadow> cornerShadows) -
Uses of ExtendedIterable in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<EntityLoadingDto> AbstractDataAdapter.loadEntities(String tableName) final ExtendedIterable<String> AbstractDataAdapter.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, String multiBackReferenceColumnName) AbstractDataAdapter.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) AbstractDataAdapter.loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) final ExtendedIterable<Object> AbstractDataAdapter.loadMultiValueValues(String tableName, String entityId, String multiFieldColumnName) final ExtendedIterable<TableDto> AbstractDataAdapterAndSchemaReader.loadTables()Methods in ch.nolix.system.middata.adapter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal booleanAbstractDataAdapter.tableContainsEntityWithValueAtColumnIgnoringEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.system.midschema.adapter
Methods in ch.nolix.system.midschema.adapter that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<TableDto> AbstractSchemaAdapter.loadTables()Methods in ch.nolix.system.midschema.adapter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal voidAbstractSchemaAdapter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.system.nodemiddata.loader
Methods in ch.nolix.system.nodemiddata.loader that return ExtendedIterableModifier and TypeMethodDescriptionDataReader.loadEntities(String tableName) InternalDataReader.loadEntitiesOfTable(TableInfoDto tableView) DataReader.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, String multiBackReferenceColumnName) InternalDataReader.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, ColumnInfoDto multiBackReferenceColumnView) DataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) InternalDataReader.loadMultiBackReferenceEntries(String tableName, String entityId, ColumnInfoDto multiBackReferenceColumn) DataReader.loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) InternalDataReader.loadMultiReferenceEntries(String tableName, String entityId, ColumnInfoDto multiReferenceColumnView) InternalDataReader.loadMultiValueEntries(String tableName, String entityId, ColumnInfoDto multiValueColumnView) DataReader.loadMultiValueValues(String tableName, String entityId, String multiValueColumnName) Methods in ch.nolix.system.nodemiddata.loader with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, ColumnInfoDto columnView, String value, ExtendedIterable<String> entitiesToIgnoreIds) booleanDataReader.tableContainsEntityWithValueAtColumnIgnoringEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableInfoDto tableView) MultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceNode) -
Uses of ExtendedIterable in ch.nolix.system.nodemiddata.nodeexaminer
Methods in ch.nolix.system.nodemiddata.nodeexaminer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanTableNodeExaminer.tableNodeContainsEntityNodeWithFieldAtGivenOneBasedIndexWithGivenValueIgnoringGivenEntities(IMutableNode<?> tableNode, int oneBasedIndex, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.system.nodemiddata.nodemapper
Methods in ch.nolix.system.nodemiddata.nodemapper that return ExtendedIterableModifier and TypeMethodDescriptionFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of ExtendedIterable in ch.nolix.system.nodemiddata.nodesearcher
Methods in ch.nolix.system.nodemiddata.nodesearcher that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IMutableNode<?>> TableNodeSearcher.getStoredColumnNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> TableNodeSearcher.getStoredEntityNodesFromTableNode(IMutableNode<?> tableNode) -
Uses of ExtendedIterable in ch.nolix.system.nodemidschema.nodemapper
Methods in ch.nolix.system.nodemidschema.nodemapper that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<INode<?>> TableNodeComponentMapper.mapTableDtoToColumnNodes(TableDto tableDto) -
Uses of ExtendedIterable in ch.nolix.system.nodemidschema.nodesearcher
Methods in ch.nolix.system.nodemidschema.nodesearcher that return ExtendedIterableModifier and TypeMethodDescriptionColumnNodeSearcher.getBackReferenceableColumnIdsFromColumnNode(IMutableNode<?> columnNode) ContentModelNodeSearcher.getBackReferenceableColumnIdsFromContentModelNode(IMutableNode<?> contentModelNode) ColumnNodeSearcher.getReferenceableTableIdsFromColumnNode(IMutableNode<?> columnNode) ContentModelNodeSearcher.getReferenceableTableIdsFromContentModelNode(IMutableNode<?> contentModelNode) ExtendedIterable<? extends IMutableNode<?>> TableNodeSearcher.getStoredColumnNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> TableNodeSearcher.getStoredEntityNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> DatabaseNodeSearcher.getStoredTableNodesFromNodeDatabase(IMutableNode<?> nodeDatabase) -
Uses of ExtendedIterable in ch.nolix.system.nodemidschema.schemareader
Methods in ch.nolix.system.nodemidschema.schemareader that return ExtendedIterableModifier and TypeMethodDescriptionSchemaReaderHelper.loadColumnsFromTableNode(IMutableNode<?> tableNode) SchemaReader.loadTables() -
Uses of ExtendedIterable in ch.nolix.system.nodemidschema.schemawriter
Methods in ch.nolix.system.nodemidschema.schemawriter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidSchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) static voidSchemaWriterActionProvider.setColumnModel(IMutableNode<?> nodeDatabase, TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.system.objectdata.entitytool
Methods in ch.nolix.system.objectdata.entitytool that return ExtendedIterableModifier and TypeMethodDescriptionEntityFieldExtractor.extractStoredFieldsFromEntity(IEntity entity) Methods in ch.nolix.system.objectdata.entitytool with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidEntityContentFieldsFiller.fillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, ExtendedIterable<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos. -
Uses of ExtendedIterable in ch.nolix.system.objectdata.middatamodelmapper
Methods in ch.nolix.system.objectdata.middatamodelmapper that return ExtendedIterableModifier and TypeMethodDescriptionStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(ExtendedIterable<? extends IField> fields) Methods in ch.nolix.system.objectdata.middatamodelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(ExtendedIterable<? extends IField> fields) -
Uses of ExtendedIterable in ch.nolix.system.objectdata.model
Methods in ch.nolix.system.objectdata.model that return ExtendedIterableModifier and TypeMethodDescriptionstatic ExtendedIterable<AbstractField> FieldFromTableCreator.createFieldsFromTable(ITable<? extends IEntity> table) MultiBackReference.getAllBackReferencedEntityIds()MultiReference.getAllReferencedEntityIds()MultiBackReference.getAllStoredBackReferencedEntities()MultiReference.getAllStoredReferencedEntities()MultiValueField.getAllStoredValues()final ExtendedIterable<String> AbstractBaseBackReference.getBackReferenceableTableNames()ExtendedIterable<Class<? extends IEntity>> EntityTypeSet.getEntityTypes()final ExtendedIterable<String> AbstractBaseReference.getReferenceableTableNames()ExtendedIterable<? extends IColumn> Column.getStoredBackReferenceableColumns()final ExtendedIterable<IBaseReference> AbstractBaseReference.getStoredBackReferencedBaseReferences()final ExtendedIterable<IBaseReference> AbstractBaseValueField.getStoredBackReferencedBaseReferences()BackReference.getStoredBackReferencedBaseReferences()MultiBackReference.getStoredBackReferencedBaseReferences()OptionalBackReference.getStoredBackReferencedBaseReferences()AbstractBaseBackReference.getStoredBaseBackReferencesWhoReferencesBackThis()AbstractBaseValueField.getStoredBaseBackReferencesWhoReferencesBackThis()MultiReference.getStoredBaseBackReferencesWhoReferencesBackThis()OptionalReference.getStoredBaseBackReferencesWhoReferencesBackThis()Reference.getStoredBaseBackReferencesWhoReferencesBackThis()Table.getStoredColumns()Table.getStoredEntities()<E extends IEntity>
ExtendedIterable<E> Database.getStoredEntitiesByType(Class<E> type) ExtendedIterable<? extends IMultiBackReferenceEntry<E>> MultiBackReference.getStoredNewAndDeletedEntries()ExtendedIterable<? extends IMultiReferenceEntry<E>> MultiReference.getStoredNewAndDeletedEntries()ExtendedIterable<? extends IMultiValueFieldEntry<V>> MultiValueField.getStoredNewAndDeletedEntries()ExtendedIterable<? extends ITable<IEntity>> Column.getStoredReferenceableTables()ExtendedIterable<? extends ITable<IEntity>> Database.getStoredTables()final ExtendedIterable<? extends IField> AbstractEntity.internalGetStoredFields()Methods in ch.nolix.system.objectdata.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanColumn.containsValueInPersistedDataIgnoringEntities(String value, ExtendedIterable<String> entitiesToIgnoreIds) static <T extends IEntity>
BackReference<T> BackReference.forBackReferencedFieldNameAndBackReferenceableEntityTypes(String backReferencedFieldName, ExtendedIterable<Class<? extends T>> backReferenceableEntityTypes) static <T extends IEntity>
MultiBackReference<T> MultiBackReference.forBackReferencedFieldNameAndBackReferenceableEntityTypes(String backReferencedFieldName, ExtendedIterable<Class<? extends T>> backReferenceableEntityTypes) static <T extends IEntity>
OptionalBackReference<T> OptionalBackReference.forBackReferencedFieldNameAndBackReferenceableEntityTypes(String backReferencedFieldName, ExtendedIterable<Class<? extends T>> backReferenceableEntityTypes) static <T extends IEntity>
BackReference<T> BackReference.forBackReferencedFieldNameAndBackReferenceableTableNames(String backReferencedFieldName, ExtendedIterable<String> backReferenceableTableNames) static <T extends IEntity>
MultiBackReference<T> MultiBackReference.forBackReferencedFieldNameAndBackReferenceableTableNames(String backReferencedFieldName, ExtendedIterable<String> backReferenceableTableNames) static <T extends IEntity>
OptionalBackReference<T> OptionalBackReference.forBackReferencedFieldNameAndBackReferenceableTableNames(String backReferencedFieldName, ExtendedIterable<String> backReferenceableTableNames) static <T extends IEntity>
MultiReference<T> MultiReference.forEntityTypes(ExtendedIterable<Class<? extends T>> entityTypes) static <T extends IEntity>
OptionalReference<T> OptionalReference.forEntityTypes(ExtendedIterable<Class<? extends T>> entityTypes) Reference.forEntityTypes(ExtendedIterable<Class<? extends T>> entityTypes) static <T extends IEntity>
MultiReference<T> MultiReference.forReferenceableTableNames(ExtendedIterable<String> referenceableTableNames) static <T extends IEntity>
OptionalReference<T> OptionalReference.forReferenceableTableNames(ExtendedIterable<String> referenceableTableNames) Reference.forReferenceableTableNames(ExtendedIterable<String> referenceableTableNames) final booleanAbstractEntity.isReferencedInPersistedDataIgnoringGivenEntities(ExtendedIterable<String> entitiesToIgnoreIds) static IColumnColumnMapper.mapMidSchemaColumnDtoToColumn(ColumnDto midSchemaColumnDto, Table<IEntity> parentTable, ExtendedIterable<? extends ITable<IEntity>> tables) static EntityTypeSetEntityTypeSet.withEntityTypes(ExtendedIterable<Class<? extends IEntity>> entityTypes) static ColumnColumn.withParentTableAndIdAndNameAndFieldTypeAndDataTypeClassAndReferenceableTablesAndBackReferenceableColumns(Table<IEntity> parentTable, String id, String name, FieldType fieldType, Class<?> dataTypeClass, ExtendedIterable<? extends ITable<IEntity>> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.system.objectdata.modelexaminer
Methods in ch.nolix.system.objectdata.modelexaminer that return ExtendedIterableModifier and TypeMethodDescriptionEntityExaminerHelper.getLocallyDeletedEntitiesIds(IDatabase database) -
Uses of ExtendedIterable in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return ExtendedIterableModifier and TypeMethodDescriptionTableSearcher.getLocallyDeletedEntityIds(ITable<?> table) EntitySearcher.getStoredBaseBackReferencesThatReferenceBackEntity(IEntity entity) <E extends IEntity>
ExtendedIterable<IColumn> TableSearcher.getStoredColumsThatReferencesTable(ITable<E> table) ExtendedIterable<? extends IField> EntitySearcher.getStoredEditedFields(IEntity entity) DatabaseSearcher.getStoredEntitiesInLocalData(IDatabase database) EntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) -
Uses of ExtendedIterable in ch.nolix.system.objectdata.schemamapper
Methods in ch.nolix.system.objectdata.schemamapper that return ExtendedIterableModifier and TypeMethodDescriptionTableMapper.mapSchemaToEmptyTables(IEntityTypeSet entityTypeSet) Methods in ch.nolix.system.objectdata.schemamapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionColumnMapper.mapFieldToColumn(IField field, String columnId, ExtendedIterable<ITable> tables) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.adapter
Methods in ch.nolix.system.objectschema.adapter that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<ITable> AbstractSchemaAdapter.getStoredTables() -
Uses of ExtendedIterable in ch.nolix.system.objectschema.model
Methods in ch.nolix.system.objectschema.model that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> Column.getStoredBackReferenceableColumns()ExtendedIterable<? extends IColumn> Table.getStoredColumns()ExtendedIterable<? extends ITable> Column.getStoredReferenceableTables()Database.getStoredTables()static ExtendedIterable<Table> TableLoader.loadTables(ISchemaReader midSchemaReader) static ExtendedIterable<Table> TableMapper.mapMidSchemaTableDtosToLoadedTables(ExtendedIterable<TableDto> midSchemaTableDtos) static ExtendedIterable<Column> ColumnMapper.mapMidSchemaTableDtoToLoadedColumns(TableDto midTableDto, ExtendedIterable<Table> tables) Methods in ch.nolix.system.objectschema.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionTable.addColumns(ExtendedIterable<IColumn> columns) Table.addColumnWithNameAndContentModel(String name, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) static ExtendedIterable<Table> TableMapper.mapMidSchemaTableDtosToLoadedTables(ExtendedIterable<TableDto> midSchemaTableDtos) static ExtendedIterable<Column> ColumnMapper.mapMidSchemaTableDtoToLoadedColumns(TableDto midTableDto, ExtendedIterable<Table> tables) Column.setContentModel(FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) voidColumnEditor.setContentModelToColumn(Column column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column.static ColumnColumn.withIdAndNameAndContentModel(String id, String name, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.modelmutationexaminer
Methods in ch.nolix.system.objectschema.modelmutationexaminer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanColumnMutationExaminer.canSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.modelmutationvalidator
Methods in ch.nolix.system.objectschema.modelmutationvalidator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidColumnMutationValidator.assertCanSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.modelsearcher
Methods in ch.nolix.system.objectschema.modelsearcher that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> DatabaseSearcher.getStoredBaseBackReferenceColumns(IDatabase database) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.modeltool
Methods in ch.nolix.system.objectschema.modeltool that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> TableTool.getStoredBackReferencingColumns(ITable table) static ExtendedIterable<? extends IColumn> TableToolHelper.getStoredBackReferencingColumnsWhenBelongsToDatabase(ITable table) static ExtendedIterable<? extends IColumn> TableToolHelper.getStoredBackReferencingColumnsWhenDoesNotBelongToDatabase(ITable table) ExtendedIterable<? extends IColumn> TableTool.getStoredBaseBackReferenceColumns(ITable table) ExtendedIterable<? extends IColumn> TableTool.getStoredReferencingColumns(ITable table) static ExtendedIterable<? extends IColumn> TableToolHelper.getStoredReferencingColumnsWhenBelongsToDatabase(ITable table) static ExtendedIterable<? extends IColumn> TableToolHelper.getStoredReferencingColumnsWhenDoesNotBelongToDatabase(ITable table) -
Uses of ExtendedIterable in ch.nolix.system.objectschema.modelvalidator
Methods in ch.nolix.system.objectschema.modelvalidator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidColumnValidator.assertCanSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) voidDatabaseValidator.assertContainsTables(IDatabase database, ExtendedIterable<ITable> tables) -
Uses of ExtendedIterable in ch.nolix.system.property.proxy
Method parameters in ch.nolix.system.property.proxy with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionstatic <T> MultiValueProxy<T> MultiValueProxy.withNameAndAdderAndGetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> adder, Supplier<ExtendedIterable<T>> getter, Function<INode<?>, T> valueMapper, Function<T, INode<?>> specificationMapper) -
Uses of ExtendedIterable in ch.nolix.system.property.value
Methods in ch.nolix.system.property.value that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.sqlmiddata.loader
Methods in ch.nolix.system.sqlmiddata.loader that return ExtendedIterableModifier and TypeMethodDescriptionDataReader.loadEntities(String tableName) SchematicEntityLoader.loadEntitiesByTable(TableInfoDto tableView) DataReader.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, String multiBackReferenceColumnName) DataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) InternalDataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, String multiBackReferenceColumnId) InternalDataReader.loadMultiBackReferenceEntriesIds(String entityId, String multiBackReferenceColumnId) DataReader.loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) InternalDataReader.loadMultiReferenceEntries(String entityId, String multiReferenceColumnId, DatabaseInfoDto databaseView) InternalDataReader.loadMultiValueEntries(String entityId, ColumnInfoDto multiValueColumnView) DataReader.loadMultiValueValues(String tableName, String entityId, String multiValueColumnName) Methods in ch.nolix.system.sqlmiddata.loader with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanInternalDataReader.tableContainsEntityWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, ColumnInfoDto columnView, String value, ExtendedIterable<String> entitiesToIgnoreIds) booleanDataReader.tableContainsEntityWithValueAtColumnIgnoringEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntrySqlRecordsToMultiBackReferenceEntryDtos(ExtendedIterable<ISqlRecord> multiBackReferenceEntrySqlRecords, String tableName) LoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, ExtendedIterable<ColumnInfoDto> columnViews) Methods in ch.nolix.system.sqlmiddata.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntrySqlRecordsToMultiBackReferenceEntryDtos(ExtendedIterable<ISqlRecord> multiBackReferenceEntrySqlRecords, String tableName) LoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, ExtendedIterable<ColumnInfoDto> columnViews) -
Uses of ExtendedIterable in ch.nolix.system.sqlmiddata.querycreator
Methods in ch.nolix.system.sqlmiddata.querycreator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionEntityQueryCreator.createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) MultiReferenceQueryCreator.createQueryToCountMultiReferenceEntriesForGivenColumnAndReferencedEntityIgnoringGivenEntities(String columnId, String referencedEntityId, ExtendedIterable<String> entitiesToIgnoreIds) MultiValueQueryCreator.createQueryToCountMultiValueEntriesForGivenColumnAndValueIgnoringGivenEntities(String columnId, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.system.sqlmiddata.sqlmapper
Methods in ch.nolix.system.sqlmiddata.sqlmapper that return ExtendedIterableModifier and TypeMethodDescriptionSqlPartsMapper.mapValueStringFieldDtoToColumnNames(ValueStringFieldDto valueStringFieldDto) SqlPartsMapper.mapValueStringFieldDtoToSqlValueLiterals(ValueStringFieldDto valueStringFieldDto) -
Uses of ExtendedIterable in ch.nolix.system.sqlmiddata.statementcreator
Methods in ch.nolix.system.sqlmiddata.statementcreator that return ExtendedIterableModifier and TypeMethodDescriptionSqlValueAssignmentMapper.mapValueStringFieldDtoToSqlValueAssignemnts(ValueStringFieldDto valueStringFieldDto) -
Uses of ExtendedIterable in ch.nolix.system.sqlmidschema.modelmapper
Methods in ch.nolix.system.sqlmidschema.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionTableDtoMapper.mapJoinedColumnSqlRecordsToTableDtos(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) Methods in ch.nolix.system.sqlmidschema.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionTableDtoMapper.mapJoinedColumnSqlRecordsToTableDto(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) TableDtoMapper.mapJoinedColumnSqlRecordsToTableDtos(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) -
Uses of ExtendedIterable in ch.nolix.system.sqlmidschema.schemareader
Methods in ch.nolix.system.sqlmidschema.schemareader that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.sqlmidschema.schemawriter
Methods in ch.nolix.system.sqlmidschema.schemawriter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidSchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) voidSchemaDataWriter.setContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.system.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.system.sqlmidschema.sqlschemamodelmapper that return ExtendedIterableModifier and TypeMethodDescriptionSqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) -
Uses of ExtendedIterable in ch.nolix.system.sqlmidschema.statementcreator
Methods in ch.nolix.system.sqlmidschema.statementcreator that return ExtendedIterableModifier and TypeMethodDescriptionSchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) SchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) Methods in ch.nolix.system.sqlmidschema.statementcreator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionSchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.system.sqlschema.adapter
Methods in ch.nolix.system.sqlschema.adapter that return ExtendedIterableMethods in ch.nolix.system.sqlschema.adapter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidSchemaWriter.addAdditionalSqlStatements(ExtendedIterable<String> additionalSqlStatements) voidSqlSchemaAdapter.addAdditionalSqlStatements(ExtendedIterable<String> additionalSqlStatements) voidSchemaWriter.addColumns(TableIdentification table, ExtendedIterable<ColumnDto> columns) voidSqlSchemaAdapter.addColumns(TableIdentification table, ExtendedIterable<ColumnDto> columns) voidSchemaWriter.addTables(ExtendedIterable<TableDto> tables) voidSqlSchemaAdapter.addTables(ExtendedIterable<TableDto> tables) -
Uses of ExtendedIterable in ch.nolix.system.sqlschema.modelmapper
Methods in ch.nolix.system.sqlschema.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionTableDtoMapper.mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos(ExtendedIterable<ISqlRecord> sqlRecordsWithTableNameAndNameAndDataType) Methods in ch.nolix.system.sqlschema.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionTableDtoMapper.mapSqlRecordsWithNameAndDataTypeToTableDto(String tableName, ExtendedIterable<ISqlRecord> sqlRecordsWithNameAndDataType) TableDtoMapper.mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos(ExtendedIterable<ISqlRecord> sqlRecordsWithTableNameAndNameAndDataType) -
Uses of ExtendedIterable in ch.nolix.system.style.model
Methods in ch.nolix.system.style.model that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<INode<?>> AbstractSelectingStyle.getAttributes()Style.getAttributes()final ExtendedIterable<String> AbstractSelectingStyle.getSelectorRoles()final ExtendedIterable<String> AbstractSelectingStyle.getSelectorTokens()Methods in ch.nolix.system.style.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionDeepSelectingStyle.withAdditionalSelectorRoles(ExtendedIterable<String> additionalSelectorRoles) SelectingStyle.withAdditionalSelectorRoles(ExtendedIterable<String> additionalSelectorRoles) DeepSelectingStyle.withAdditionalSelectorTokens(ExtendedIterable<String> additionalSelectorTokens) SelectingStyle.withAdditionalSelectorTokens(ExtendedIterable<String> additionalSelectorTokens) DeepSelectingStyle.withAttachingAttributes(ExtendedIterable<String> attachingAttributes) SelectingStyle.withAttachingAttributes(ExtendedIterable<String> attachingAttributes) Style.withAttachingAttributes(ExtendedIterable<String> attachingAttributes) static StyleStyle.withAttachingAttributesAndSubStyles(ExtendedIterable<String> attachingAttributes, ExtendedIterable<? extends ISelectingStyleWithSelectors> subStyles) DeepSelectingStyle.withSubStyles(ExtendedIterable<? extends ISelectingStyleWithSelectors> subStyles) SelectingStyle.withSubStyles(ExtendedIterable<? extends ISelectingStyleWithSelectors> subStyles) Style.withSubStyles(ExtendedIterable<? extends ISelectingStyleWithSelectors> subStyles) -
Uses of ExtendedIterable in ch.nolix.system.style.stylable
Methods in ch.nolix.system.style.stylable that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<String> AbstractStylableElement.getTokens() -
Uses of ExtendedIterable in ch.nolix.system.time.moment
Methods in ch.nolix.system.time.moment that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.system.webapplication.component
Methods in ch.nolix.system.webapplication.component that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<Control<?, ?>> Component.getStoredChildControls()final ExtendedIterable<Control<?, ?>> ComponentWithAdapterFactory.getStoredChildControls() -
Uses of ExtendedIterable in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater that return ExtendedIterableModifier and TypeMethodDescriptionUpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) UpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) Methods in ch.nolix.system.webapplication.counterpartupdater with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic ChainedNodeUpdateCommandCreatorHelper.createSetEventFunctionsCommandFromHtmlElementEventRegistrations(ExtendedIterable<IHtmlElementEvent> htmlElementEventRegistrations) static ChainedNodeUpdateCommandCreatorHelper.createSetUserInputFunctionsCommandForControls(ExtendedIterable<Control<?, ?>> controls) UpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) voidWebClientPartialCounterpartUpdater.updateControlsOnCounterpart(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) Method parameters in ch.nolix.system.webapplication.counterpartupdater with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionstatic WebClientCounterpartUpdaterWebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of ExtendedIterable in ch.nolix.system.webapplication.main
Methods in ch.nolix.system.webapplication.main with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal voidWebClientSession.updateControlsOnCounterpart(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of ExtendedIterable in ch.nolix.system.webapplication.refreshqueue
Methods in ch.nolix.system.webapplication.refreshqueue that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> UpdateTicket.getStoredControls()Methods in ch.nolix.system.webapplication.refreshqueue with parameters of type ExtendedIterableModifier and TypeMethodDescriptionstatic UpdateTicketUpdateTicket.forControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) voidWebClientRefreshQueue.updateControlsOnCounterpart(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) Method parameters in ch.nolix.system.webapplication.refreshqueue with type arguments of type ExtendedIterableModifier and TypeMethodDescriptionstatic WebClientRefreshQueueWebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of ExtendedIterable in ch.nolix.system.webgui.controlstyle
Methods in ch.nolix.system.webgui.controlstyle that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends ICornerShadow> AbstractControlStyle.getCornerShadowsWhenHasState(ControlState state) Methods in ch.nolix.system.webgui.controlstyle with parameters of type ExtendedIterableModifier and TypeMethodDescriptionfinal SAbstractControlStyle.forStateSetCornerShadows(ControlState state, ExtendedIterable<? extends ICornerShadow> cornerShadows) -
Uses of ExtendedIterable in ch.nolix.system.webgui.controltool
Methods in ch.nolix.system.webgui.controltool that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<ICssRule> AbstractControlCssBuilder.createCssRulesForControl(C control) ExtendedIterable<Control<?, ?>> ControlTool.getListWithControlAndChildControlsRecursively(Control<?, ?> control) ExtendedIterable<Control<?, ?>> ControlTool.getListWithControlAndStructureControlsRecursively(Control<?, ?> control) -
Uses of ExtendedIterable in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return ExtendedIterableModifier and TypeMethodDescriptionfinal ExtendedIterable<ICssRule> AbstractControl.getCssRules()WebGui.getHtmlElementEventRegistrations()final ExtendedIterable<? extends IStylableElement<?>> AbstractControl.getStoredChildStylableElements()ExtendedIterable<? extends IStylableElement<?>> Layer.getStoredChildStylableElements()ExtendedIterable<? extends IStylableElement<?>> WebGui.getStoredChildStylableElements()ExtendedIterable<Control<?, ?>> Layer.getStoredControls()ExtendedIterable<Control<?, ?>> LayerStack.getStoredControls()ExtendedIterable<Control<?, ?>> WebGui.getStoredControls()LayerStack.getStoredLayers()WebGui.getStoredLayers()AbstractControl.getStoredLinkedObjects()ExtendedIterable<Control<?, ?>> Layer.getStoredStructureControls()ExtendedIterable<Control<?, ?>> LayerStack.getStoredStructureControls()ExtendedIterable<Control<?, ?>> WebGui.getStoredStructureControls() -
Uses of ExtendedIterable in ch.nolix.systemapi.control.accordion
Methods in ch.nolix.systemapi.control.accordion that return ExtendedIterableMethods in ch.nolix.systemapi.control.accordion with parameters of type ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.control.linearcontainer
Methods in ch.nolix.systemapi.control.linearcontainer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionILinearContainer.addControls(ExtendedIterable<? extends Control<?, ?>> controls) -
Uses of ExtendedIterable in ch.nolix.systemapi.control.tabcontainer
Methods in ch.nolix.systemapi.control.tabcontainer that return ExtendedIterableMethods in ch.nolix.systemapi.control.tabcontainer with parameters of type ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.element.base
Methods in ch.nolix.systemapi.element.base that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.gui.background
Methods in ch.nolix.systemapi.gui.background that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.gui.cssmapper
Methods in ch.nolix.systemapi.gui.cssmapper that return ExtendedIterableModifier and TypeMethodDescriptionICssPropertyMapper.mapBackgroundToCssProperties(IBackground background) Methods in ch.nolix.systemapi.gui.cssmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionICssPropertyMapper.mapCornerShadowsToOptionalCssProperty(ExtendedIterable<? extends ICornerShadow> cornerShadows) -
Uses of ExtendedIterable in ch.nolix.systemapi.gui.frontend
Methods in ch.nolix.systemapi.gui.frontend that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<byte[]> IFrontEndReader.getFilesFromClipboard() -
Uses of ExtendedIterable in ch.nolix.systemapi.middata.loader
Methods in ch.nolix.systemapi.middata.loader that return ExtendedIterableModifier and TypeMethodDescriptionIDataReader.loadEntities(String tableName) ISchematicEntityLoader.loadEntitiesByTable(TableInfoDto table) IDataReader.loadMultiBackReferenceBackReferencedEntityIds(String tableName, String entityId, String multiBackReferenceColumnName) IDataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) IDataReader.loadMultiReferenceEntries(String tableName, String entityId, String multiReferenceColumnName) IDataReader.loadMultiValueValues(String tableName, String entityId, String multiValueColumnName) Methods in ch.nolix.systemapi.middata.loader with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanIDataReader.tableContainsEntityWithValueAtColumnIgnoringEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.middata.model
Methods in ch.nolix.systemapi.middata.model that return ExtendedIterableModifier and TypeMethodDescriptionEntityCreationDto.contentFields()Returns the value of thecontentFieldsrecord component.EntityLoadingDto.contentFields()Returns the value of thecontentFieldsrecord component.EntityUpdateDto.updatedContentFields()Returns the value of theupdatedContentFieldsrecord component.Constructors in ch.nolix.systemapi.middata.model with parameters of type ExtendedIterableModifierConstructorDescriptionEntityCreationDto(String id, ExtendedIterable<ValueStringFieldDto> contentFields) Creates an instance of aEntityCreationDtorecord class.EntityLoadingDto(String id, String saveStamp, ExtendedIterable<FieldDto> contentFields) Creates an instance of aEntityLoadingDtorecord class.EntityUpdateDto(String id, String saveStamp, ExtendedIterable<ValueStringFieldDto> updatedContentFields) Creates an instance of aEntityUpdateDtorecord class. -
Uses of ExtendedIterable in ch.nolix.systemapi.midschema.adapter
Methods in ch.nolix.systemapi.midschema.adapter that return ExtendedIterableMethods in ch.nolix.systemapi.midschema.adapter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidISchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification columnIdentification, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.midschema.model
Methods in ch.nolix.systemapi.midschema.model that return ExtendedIterableModifier and TypeMethodDescriptionColumnDto.backReferenceableColumnIds()Returns the value of thebackReferenceableColumnIdsrecord component.TableDto.columns()Returns the value of thecolumnsrecord component.ColumnDto.referenceableTableIds()Returns the value of thereferenceableTableIdsrecord component.Constructors in ch.nolix.systemapi.midschema.model with parameters of type ExtendedIterableModifierConstructorDescriptionColumnDto(String id, String name, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) Creates an instance of aColumnDtorecord class.TableDto(String id, String name, ExtendedIterable<ColumnDto> columns) Creates an instance of aTableDtorecord class. -
Uses of ExtendedIterable in ch.nolix.systemapi.midschemainfo.model
Methods in ch.nolix.systemapi.midschemainfo.model that return ExtendedIterableModifier and TypeMethodDescriptionTableInfoDto.columnViews()Returns the value of thecolumnViewsrecord component.DatabaseInfoDto.tableViews()Returns the value of thetableViewsrecord component.Constructors in ch.nolix.systemapi.midschemainfo.model with parameters of type ExtendedIterableModifierConstructorDescriptionDatabaseInfoDto(String name, ExtendedIterable<TableInfoDto> tableViews) Creates an instance of aDatabaseInfoDtorecord class.TableInfoDto(String id, String name, ExtendedIterable<ColumnInfoDto> columnViews) Creates an instance of aTableInfoDtorecord class. -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableInfoDto tableView) IMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceNode) -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemiddata.nodeexaminer
Methods in ch.nolix.systemapi.nodemiddata.nodeexaminer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanITableNodeExaminer.tableNodeContainsEntityNodeWithFieldAtGivenOneBasedIndexWithGivenValueIgnoringGivenEntities(IMutableNode<?> tableNode, int oneBasedIndex, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemiddata.nodemapper
Methods in ch.nolix.systemapi.nodemiddata.nodemapper that return ExtendedIterableModifier and TypeMethodDescriptionIFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemiddata.nodesearcher
Methods in ch.nolix.systemapi.nodemiddata.nodesearcher that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IMutableNode<?>> ITableNodeSearcher.getStoredColumnNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> ITableNodeSearcher.getStoredEntityNodesFromTableNode(IMutableNode<?> tableNode) -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemidschema.nodesearcher
Methods in ch.nolix.systemapi.nodemidschema.nodesearcher that return ExtendedIterableModifier and TypeMethodDescriptionIColumnNodeSearcher.getBackReferenceableColumnIdsFromColumnNode(IMutableNode<?> columnNode) IContentModelNodeSearcher.getBackReferenceableColumnIdsFromContentModelNode(IMutableNode<?> contentModelNode) IColumnNodeSearcher.getReferenceableTableIdsFromColumnNode(IMutableNode<?> columnNode) IContentModelNodeSearcher.getReferenceableTableIdsFromContentModelNode(IMutableNode<?> contentModelNode) ExtendedIterable<? extends IMutableNode<?>> ITableNodeSearcher.getStoredColumnNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> ITableNodeSearcher.getStoredEntityNodesFromTableNode(IMutableNode<?> tableNode) ExtendedIterable<? extends IMutableNode<?>> IDatabaseNodeSearcher.getStoredTableNodesFromNodeDatabase(IMutableNode<?> nodeDatabase) -
Uses of ExtendedIterable in ch.nolix.systemapi.nodemidschema.schemareader
Methods in ch.nolix.systemapi.nodemidschema.schemareader that return ExtendedIterableModifier and TypeMethodDescriptionISchemaReaderHelper.loadColumnsFromTableNode(IMutableNode<?> tableNode) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.entitytool
Methods in ch.nolix.systemapi.objectdata.entitytool that return ExtendedIterableMethods in ch.nolix.systemapi.objectdata.entitytool with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIEntityContentFieldsFiller.fillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, ExtendedIterable<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos. -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.middatamodelmapper
Methods in ch.nolix.systemapi.objectdata.middatamodelmapper that return ExtendedIterableModifier and TypeMethodDescriptionIStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(ExtendedIterable<? extends IField> fields) Methods in ch.nolix.systemapi.objectdata.middatamodelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(ExtendedIterable<? extends IField> fields) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.model
Methods in ch.nolix.systemapi.objectdata.model that return ExtendedIterableModifier and TypeMethodDescriptionIMultiBackReference.getAllBackReferencedEntityIds()IMultiReference.getAllReferencedEntityIds()IMultiBackReference.getAllStoredBackReferencedEntities()IMultiReference.getAllStoredReferencedEntities()IMultiValueField.getAllStoredValues()IBaseBackReference.getBackReferenceableTableNames()ExtendedIterable<Class<? extends IEntity>> IEntityTypeSet.getEntityTypes()IBaseReference.getReferenceableTableNames()ExtendedIterable<? extends IColumn> IColumn.getStoredBackReferenceableColumns()ITable.getStoredColumns()ITable.getStoredEntities()<E extends IEntity>
ExtendedIterable<E> IDatabase.getStoredEntitiesByType(Class<E> type) ExtendedIterable<? extends IMultiBackReferenceEntry<E>> IMultiBackReference.getStoredNewAndDeletedEntries()ExtendedIterable<? extends IMultiReferenceEntry<E>> IMultiReference.getStoredNewAndDeletedEntries()ExtendedIterable<? extends IMultiValueFieldEntry<V>> IMultiValueField.getStoredNewAndDeletedEntries()ExtendedIterable<? extends ITable<IEntity>> IColumn.getStoredReferenceableTables()ExtendedIterable<? extends ITable<IEntity>> IDatabase.getStoredTables()ITable.internalGetStoredEntitiesInLocalData()ExtendedIterable<? extends IField> IEntity.internalGetStoredFields()Methods in ch.nolix.systemapi.objectdata.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanIColumn.containsValueInPersistedDataIgnoringEntities(String value, ExtendedIterable<String> entitiesToIgnoreIds) booleanIEntity.isReferencedInPersistedDataIgnoringGivenEntities(ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.modelexaminer
Methods in ch.nolix.systemapi.objectdata.modelexaminer that return ExtendedIterableModifier and TypeMethodDescriptionIEntityExaminerHelper.getLocallyDeletedEntitiesIds(IDatabase database) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return ExtendedIterableModifier and TypeMethodDescriptionITableSearcher.getLocallyDeletedEntityIds(ITable<?> table) IEntitySearcher.getStoredBaseBackReferencesThatReferenceBackEntity(IEntity entity) <E extends IEntity>
ExtendedIterable<IColumn> ITableSearcher.getStoredColumsThatReferencesTable(ITable<E> table) ExtendedIterable<? extends IField> IEntitySearcher.getStoredEditedFields(IEntity entity) IDatabaseSearcher.getStoredEntitiesInLocalData(IDatabase database) IEntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectdata.schemamapper
Methods in ch.nolix.systemapi.objectdata.schemamapper that return ExtendedIterableModifier and TypeMethodDescriptionITableMapper.mapSchemaToEmptyTables(IEntityTypeSet entityTypeSet) Methods in ch.nolix.systemapi.objectdata.schemamapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIColumnMapper.mapFieldToColumn(IField field, String columnId, ExtendedIterable<ITable> referencedTables) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.model
Methods in ch.nolix.systemapi.objectschema.model that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> IColumn.getStoredBackReferenceableColumns()ExtendedIterable<? extends IColumn> ITable.getStoredColumns()ExtendedIterable<? extends ITable> IColumn.getStoredReferenceableTables()IDatabase.getStoredTables()Methods in ch.nolix.systemapi.objectschema.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionITable.addColumns(ExtendedIterable<IColumn> columns) ITable.addColumnWithNameAndContentModel(String name, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) IColumn.setContentModel(FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modeleditor
Methods in ch.nolix.systemapi.objectschema.modeleditor with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIColumnEditor.setContentModelToColumn(C column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column. -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modelmutationexaminer
Methods in ch.nolix.systemapi.objectschema.modelmutationexaminer with parameters of type ExtendedIterableModifier and TypeMethodDescriptionbooleanIColumnMutationExaminer.canSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modelmutationvalidator
Methods in ch.nolix.systemapi.objectschema.modelmutationvalidator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIColumnMutationValidator.assertCanSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modelsearcher
Methods in ch.nolix.systemapi.objectschema.modelsearcher that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> IDatabaseSearcher.getStoredBaseBackReferenceColumns(IDatabase database) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modeltool
Methods in ch.nolix.systemapi.objectschema.modeltool that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IColumn> ITableTool.getStoredBackReferencingColumns(ITable table) ExtendedIterable<? extends IColumn> ITableTool.getStoredBaseBackReferenceColumns(ITable table) ExtendedIterable<? extends IColumn> ITableTool.getStoredReferencingColumns(ITable table) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.modelvalidator
Methods in ch.nolix.systemapi.objectschema.modelvalidator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidIColumnValidator.assertCanSetContentModel(IColumn column, FieldType fieldType, DataType dataType, ExtendedIterable<? extends ITable> referenceableTables, ExtendedIterable<? extends IColumn> backReferenceableColumns) voidIDatabaseValidator.assertContainsTables(IDatabase database, ExtendedIterable<ITable> tables) -
Uses of ExtendedIterable in ch.nolix.systemapi.objectschema.schemaadapter
Methods in ch.nolix.systemapi.objectschema.schemaadapter that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.property.value
Methods in ch.nolix.systemapi.property.value that return ExtendedIterable -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionIMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntrySqlRecordsToMultiBackReferenceEntryDtos(ExtendedIterable<ISqlRecord> multiBackReferenceEntrySqlRecords, String tableName) ILoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, ExtendedIterable<ColumnInfoDto> columnViews) Methods in ch.nolix.systemapi.sqlmiddata.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntrySqlRecordsToMultiBackReferenceEntryDtos(ExtendedIterable<ISqlRecord> multiBackReferenceEntrySqlRecords, String tableName) ILoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, ExtendedIterable<ColumnInfoDto> columnViews) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmiddata.querycreator
Methods in ch.nolix.systemapi.sqlmiddata.querycreator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIEntityQueryCreator.createQueryToCountEntitiesWithGivenValueAtGivenColumnIgnoringGivenEntities(String tableName, String columnName, String value, ExtendedIterable<String> entitiesToIgnoreIds) IMultiReferenceQueryCreator.createQueryToCountMultiReferenceEntriesForGivenColumnAndReferencedEntityIgnoringGivenEntities(String columnId, String referencedEntityId, ExtendedIterable<String> entitiesToIgnoreIds) IMultiValueQueryCreator.createQueryToCountMultiValueEntriesForGivenColumnAndValueIgnoringGivenEntities(String columnId, String value, ExtendedIterable<String> entitiesToIgnoreIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmiddata.sqlmapper
Methods in ch.nolix.systemapi.sqlmiddata.sqlmapper that return ExtendedIterableModifier and TypeMethodDescriptionISqlPartsMapper.mapValueStringFieldDtoToColumnNames(ValueStringFieldDto valueStringFieldDto) ISqlPartsMapper.mapValueStringFieldDtoToSqlValueLiterals(ValueStringFieldDto valueStringFieldDto) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmiddata.statementcreator
Methods in ch.nolix.systemapi.sqlmiddata.statementcreator that return ExtendedIterableModifier and TypeMethodDescriptionISqlValueAssignmentMapper.mapValueStringFieldDtoToSqlValueAssignemnts(ValueStringFieldDto valueStringFieldDto) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmidschema.modelmapper
Methods in ch.nolix.systemapi.sqlmidschema.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionITableDtoMapper.mapJoinedColumnSqlRecordsToTableDtos(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) Methods in ch.nolix.systemapi.sqlmidschema.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionITableDtoMapper.mapJoinedColumnSqlRecordsToTableDto(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) ITableDtoMapper.mapJoinedColumnSqlRecordsToTableDtos(ExtendedIterable<ISqlRecord> joinedColumnSqlRecords) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper
Methods in ch.nolix.systemapi.sqlmidschema.sqlschemamodelmapper that return ExtendedIterableModifier and TypeMethodDescriptionISqlSchemaColumnDtoMapper.mapColumnDtoToSqlSchemaColumnDtos(ColumnDto columnDto) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlmidschema.statementcreator
Methods in ch.nolix.systemapi.sqlmidschema.statementcreator that return ExtendedIterableModifier and TypeMethodDescriptionISchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) ISchemaDataStatementCreator.createStatementsToAddTable(TableDto table) ISchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) Methods in ch.nolix.systemapi.sqlmidschema.statementcreator with parameters of type ExtendedIterableModifier and TypeMethodDescriptionISchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, ExtendedIterable<String> referenceableTableIds, ExtendedIterable<String> backReferenceableColumnIds) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlschema.adapter
Methods in ch.nolix.systemapi.sqlschema.adapter that return ExtendedIterableMethods in ch.nolix.systemapi.sqlschema.adapter with parameters of type ExtendedIterableModifier and TypeMethodDescriptionvoidISchemaWriter.addAdditionalSqlStatements(ExtendedIterable<String> additionalSqlStatements) voidISchemaWriter.addColumns(TableIdentification table, ExtendedIterable<ColumnDto> columns) voidISchemaWriter.addTables(ExtendedIterable<TableDto> tables) -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlschema.model
Methods in ch.nolix.systemapi.sqlschema.model that return ExtendedIterableModifier and TypeMethodDescriptionTableDto.columns()Returns the value of thecolumnsrecord component.ColumnDto.constraints()Returns the value of theconstraintsrecord component.ColumnConstraintDto.parameters()Returns the value of theparametersrecord component.Constructors in ch.nolix.systemapi.sqlschema.model with parameters of type ExtendedIterableModifierConstructorDescriptionColumnConstraintDto(ColumnConstraint constraint, ExtendedIterable<String> parameters) Creates an instance of aColumnConstraintDtorecord class.ColumnDto(String name, DataTypeDto dataType, ExtendedIterable<ColumnConstraintDto> constraints) Creates an instance of aColumnDtorecord class.TableDto(String name, ExtendedIterable<ColumnDto> columns) Creates an instance of aTableDtorecord class. -
Uses of ExtendedIterable in ch.nolix.systemapi.sqlschema.modelmapper
Methods in ch.nolix.systemapi.sqlschema.modelmapper that return ExtendedIterableModifier and TypeMethodDescriptionITableDtoMapper.mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos(ExtendedIterable<ISqlRecord> sqlRecordsWithTableNameAndNameAndDataType) Methods in ch.nolix.systemapi.sqlschema.modelmapper with parameters of type ExtendedIterableModifier and TypeMethodDescriptionITableDtoMapper.mapSqlRecordsWithNameAndDataTypeToTableDto(String tableName, ExtendedIterable<ISqlRecord> sqlRecordsWithNameAndDataType) ITableDtoMapper.mapSqlRecordsWithTableNameAndNameAndDataTypeToTableDtos(ExtendedIterable<ISqlRecord> sqlRecordsWithTableNameAndNameAndDataType) -
Uses of ExtendedIterable in ch.nolix.systemapi.style.model
Methods in ch.nolix.systemapi.style.model that return ExtendedIterableModifier and TypeMethodDescriptionIBaseStyle.getAttachingAttributes()ISelectingStyleWithSelectors.getSelectorRoles()ISelectingStyleWithSelectors.getSelectorTokens()ExtendedIterable<? extends ISelectingStyleWithSelectors> IBaseStyle.getSubStyles()Methods in ch.nolix.systemapi.style.model with parameters of type ExtendedIterableModifier and TypeMethodDescriptionISelectingStyleWithSelectors.withAdditionalSelectorRoles(ExtendedIterable<String> additionalSelectorRoles) ISelectingStyleWithSelectors.withAdditionalSelectorTokens(ExtendedIterable<String> additionalSelectorTokens) IBaseStyle.withAttachingAttributes(ExtendedIterable<String> attachingAttributes) IBaseStyle.withSubStyles(ExtendedIterable<? extends ISelectingStyleWithSelectors> subStyles) -
Uses of ExtendedIterable in ch.nolix.systemapi.style.stylable
Methods in ch.nolix.systemapi.style.stylable that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends IStylableElement<?>> IStylableElement.getStoredChildStylableElements() -
Uses of ExtendedIterable in ch.nolix.systemapi.webapplication.counterpart
Methods in ch.nolix.systemapi.webapplication.counterpart that return ExtendedIterableModifier and TypeMethodDescriptionIUpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) IUpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) Methods in ch.nolix.systemapi.webapplication.counterpart with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIUpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of ExtendedIterable in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle that return ExtendedIterableModifier and TypeMethodDescriptionExtendedIterable<? extends ICornerShadow> IShadowStyle.getCornerShadowsWhenHasState(ControlState state) Methods in ch.nolix.systemapi.webgui.controlstyle with parameters of type ExtendedIterableModifier and TypeMethodDescriptionIShadowStyle.forStateSetCornerShadows(ControlState state, ExtendedIterable<? extends ICornerShadow> cornerShadows) -
Uses of ExtendedIterable in ch.nolix.systemapi.webgui.controltool
Methods in ch.nolix.systemapi.webgui.controltool that return ExtendedIterableModifier and TypeMethodDescriptionIControlCssBuilder.createCssRulesForControl(C control) ExtendedIterable<Control<?, ?>> IControlTool.getListWithControlAndChildControlsRecursively(Control<?, ?> control) ExtendedIterable<Control<?, ?>> IControlTool.getListWithControlAndStructureControlsRecursively(Control<?, ?> control) -
Uses of ExtendedIterable in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main that return ExtendedIterableModifier and TypeMethodDescriptionControl.getCssRules()IWebGui.getHtmlElementEventRegistrations()ExtendedIterable<Control<?, ?>> Control.getStoredChildControls()ExtendedIterable<Control<?, ?>> ILayerStack.getStoredControls()ExtendedIterable<Control<?, ?>> IRootControlOwner.getStoredControls()ExtendedIterable<Control<?, ?>> IWebGui.getStoredControls()ILayerStack.getStoredLayers()IWebGui.getStoredLayers()ExtendedIterable<Control<?, ?>> Control.getStoredStructureControls()ExtendedIterable<Control<?, ?>> ILayer.getStoredStructureControls()ExtendedIterable<Control<?, ?>> ILayerStack.getStoredStructureControls()ExtendedIterable<Control<?, ?>> IWebGui.getStoredStructureControls()