Uses of Interface
ch.nolix.systemapi.time.moment.ITime
Packages that use ITime
Package
Description
-
Uses of ITime in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter that return ITimeMethods in ch.nolix.system.middata.adapter with parameters of type ITimeModifier and TypeMethodDescriptionfinal voidAbstractDataAdapter.expectSchemaTimestamp(ITime schemaTimestamp) Will cause an error by saving if the database does not have the given schemaTimestamp. -
Uses of ITime in ch.nolix.system.midschema.adapter
Methods in ch.nolix.system.midschema.adapter that return ITime -
Uses of ITime in ch.nolix.system.nodemiddata.datareader
Methods in ch.nolix.system.nodemiddata.datareader that return ITimeModifier and TypeMethodDescriptionDataReader.getSchemaTimestamp()InternalDataReader.getSchemaTimestamp() -
Uses of ITime in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type ITimeModifier and TypeMethodDescriptionvoidDataWriter.expectSchemaTimestamp(ITime schemaTimestamp) Will cause an error by saving if the database does not have the given schemaTimestamp.static voidDataWriterActionProvider.expectSchemaTimestamp(IMutableNode<?> nodeDatabase, ITime schemaTimestamp) voidExecutiveDataWriter.expectSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.system.nodemidschema.databaseinitializer
Methods in ch.nolix.system.nodemidschema.databaseinitializer with parameters of type ITimeModifier and TypeMethodDescriptionIMutableNode<?> DatabaseComponentCreator.createDatabasePropertiesNodeWithDatabaseNameAndInitialSchemaTimeStamp(String databaseName, ITime initialSchemaTimeStamp) IMutableNode<?> DatabaseComponentCreator.createSchemaTimestampNodeWithInitialSchemaTimeStamp(ITime initialSchemaTimeStamp) -
Uses of ITime in ch.nolix.system.nodemidschema.nodesearcher
Methods in ch.nolix.system.nodemidschema.nodesearcher that return ITimeModifier and TypeMethodDescriptionDatabasePropertiesNodeSearcher.getSchemaTimestampFromDatabasePropertiesNode(IMutableNode<?> databasePropertiesNode) -
Uses of ITime in ch.nolix.system.nodemidschema.schemawriter
Methods in ch.nolix.system.nodemidschema.schemawriter with parameters of type ITimeModifier and TypeMethodDescriptionstatic voidSchemaWriterActionProvider.setSchemaTimestamp(IMutableNode<?> nodeDatabase, ITime schemaTimestamp) -
Uses of ITime in ch.nolix.system.objectdata.model
Methods in ch.nolix.system.objectdata.model that return ITime -
Uses of ITime in ch.nolix.system.sqlmiddata.datawriter
Methods in ch.nolix.system.sqlmiddata.datawriter with parameters of type ITimeModifier and TypeMethodDescriptionvoidExecutiveDataWriter.expectGivenSchemaTimestamp(ITime schemaTimestamp) voidDataWriter.expectSchemaTimestamp(ITime schemaTimestamp) Will cause an error by saving if the database does not have the given schemaTimestamp. -
Uses of ITime in ch.nolix.system.sqlmiddata.statementcreator
Methods in ch.nolix.system.sqlmiddata.statementcreator with parameters of type ITimeModifier and TypeMethodDescriptionEntityStatementCreator.createStatementToExpectGivenSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.system.sqlmidschema.databaseinitializer
Methods in ch.nolix.system.sqlmidschema.databaseinitializer with parameters of type ITimeModifier and TypeMethodDescriptionvoidDatabaseInitializerTool.saveSchemaTimestamp(ITime schemaTimestamp, ISqlConnection sqlConnection, String databaseName) Saves the given schemaTimestamp to the database using the given sqlConnection and databaseName. -
Uses of ITime in ch.nolix.system.sqlmidschema.schemawriter
Methods in ch.nolix.system.sqlmidschema.schemawriter with parameters of type ITimeModifier and TypeMethodDescriptionvoidSchemaDataWriter.setSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.system.sqlmidschema.statementcreator
Methods in ch.nolix.system.sqlmidschema.statementcreator with parameters of type ITimeModifier and TypeMethodDescriptionDatabaseInitializationStatementCreator.createStatementToCreateSchemaTimestampEntry(ITime schemaTimestamp) DatabasePropertiesStatementCreator.createStatementToSetSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.system.time.moment
Classes in ch.nolix.system.time.moment that implement ITimeMethods in ch.nolix.system.time.moment that return ITimeModifier and TypeMethodDescriptionIncrementalCurrentTimeCreator.getCurrentTime()Time.withAddedOrSubtractedMicroseconds(long microseconds) Methods in ch.nolix.system.time.moment with parameters of type ITime -
Uses of ITime in ch.nolix.system.time.timevalidator
Subclasses with type arguments of type ITime in ch.nolix.system.time.timevalidatorMethods in ch.nolix.system.time.timevalidator with parameters of type ITimeModifier and TypeMethodDescriptionstatic NamableTimeMediatorTimeValidator.assertThat(ITime time) static NamableTimeMediatorNamableTimeMediator.forArgument(ITime argument) static TimeMediatorTimeMediator.forArugmentNameAndArgument(String argumentName, ITime argument) final voidfinal void -
Uses of ITime in ch.nolix.systemapi.middata.adapter
Methods in ch.nolix.systemapi.middata.adapter that return ITimeMethods in ch.nolix.systemapi.middata.adapter with parameters of type ITimeModifier and TypeMethodDescriptionvoidIDataWriter.expectSchemaTimestamp(ITime schemaTimestamp) Will cause an error by saving if the database does not have the given schemaTimestamp. -
Uses of ITime in ch.nolix.systemapi.midschema.adapter
Methods in ch.nolix.systemapi.midschema.adapter that return ITime -
Uses of ITime in ch.nolix.systemapi.nodemidschema.databaseinitializer
Methods in ch.nolix.systemapi.nodemidschema.databaseinitializer with parameters of type ITimeModifier and TypeMethodDescriptionIMutableNode<?> IDatabaseComponentCreator.createDatabasePropertiesNodeWithDatabaseNameAndInitialSchemaTimeStamp(String databaseName, ITime initialSchemaTimeStamp) IMutableNode<?> IDatabaseComponentCreator.createSchemaTimestampNodeWithInitialSchemaTimeStamp(ITime initialSchemaTimeStamp) -
Uses of ITime in ch.nolix.systemapi.nodemidschema.nodesearcher
Methods in ch.nolix.systemapi.nodemidschema.nodesearcher that return ITimeModifier and TypeMethodDescriptionIDatabasePropertiesNodeSearcher.getSchemaTimestampFromDatabasePropertiesNode(IMutableNode<?> databasePropertiesNode) -
Uses of ITime in ch.nolix.systemapi.objectdata.model
Methods in ch.nolix.systemapi.objectdata.model that return ITime -
Uses of ITime in ch.nolix.systemapi.sqlmiddata.statementcreator
Methods in ch.nolix.systemapi.sqlmiddata.statementcreator with parameters of type ITimeModifier and TypeMethodDescriptionIEntityStatementCreator.createStatementToExpectGivenSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.systemapi.sqlmidschema.databaseinitializer
Methods in ch.nolix.systemapi.sqlmidschema.databaseinitializer with parameters of type ITimeModifier and TypeMethodDescriptionvoidIDatabaseInitializerTool.saveSchemaTimestamp(ITime schemaTimestamp, ISqlConnection sqlConnection, String databaseName) Saves the given schemaTimestamp to the database using the given sqlConnection and databaseName. -
Uses of ITime in ch.nolix.systemapi.sqlmidschema.statementcreator
Methods in ch.nolix.systemapi.sqlmidschema.statementcreator with parameters of type ITimeModifier and TypeMethodDescriptionIDatabaseInitializationStatementCreator.createStatementToCreateSchemaTimestampEntry(ITime schemaTimestamp) IDatabasePropertiesStatementCreator.createStatementToSetSchemaTimestamp(ITime schemaTimestamp) -
Uses of ITime in ch.nolix.systemapi.time.moment
Methods in ch.nolix.systemapi.time.moment that return ITimeModifier and TypeMethodDescriptionIIncrementalCurrentTimeCreator.getCurrentTime()ITime.withAddedOrSubtractedDays(int days) ITime.withAddedOrSubtractedHours(int hours) ITime.withAddedOrSubtractedMicroseconds(long microseconds) ITime.withAddedOrSubtractedMilliseconds(int milliseconds) ITime.withAddedOrSubtractedMinutes(int minutes) ITime.withAddedOrSubtractedSeconds(int seconds) Methods in ch.nolix.systemapi.time.moment with parameters of type ITime