Uses of Class
org.somda.sdc.biceps.model.participant.MdibVersion
-
Packages that use MdibVersion Package Description org.somda.sdc.biceps.common Any classes that are shared between BICEPS provider and consumer.org.somda.sdc.biceps.common.access MDIB read access functionality that is shared between the MDIB provider and consumer sides.org.somda.sdc.biceps.common.factory Factories for common BICEPS classes.org.somda.sdc.biceps.common.storage MDIB storage implementation for BICEPS.org.somda.sdc.biceps.common.storage.factory Factories for storage classes.org.somda.sdc.biceps.consumer.access MDIB access implementation for the MDIB consumer side.org.somda.sdc.biceps.model.participant Model information that is not part of the pre-compiled XML schema.org.somda.sdc.biceps.provider.access MDIB access implementation for the MDIB provider side. -
-
Uses of MdibVersion in org.somda.sdc.biceps.common
Methods in org.somda.sdc.biceps.common that return MdibVersion Modifier and Type Method Description MdibVersionMdibEntity. getLastChanged()Gets the MDIB version of the entity where it has been changed the last time.MdibVersionMdibEntityImpl. getLastChanged() -
Uses of MdibVersion in org.somda.sdc.biceps.common.access
Methods in org.somda.sdc.biceps.common.access that return MdibVersion Modifier and Type Method Description MdibVersionMdibAccess. getMdibVersion()The latest known MDIB version.MdibVersionReadTransactionImpl. getMdibVersion()MdibVersionWriteDescriptionResult. getMdibVersion()Gets the MDIB version that ensued during the preceding write operation.MdibVersionWriteStateResult. getMdibVersion()Gets the MDIB version that ensued during the preceding write operation.Constructors in org.somda.sdc.biceps.common.access with parameters of type MdibVersion Constructor Description WriteDescriptionResult(MdibVersion mdibVersion, List<MdibEntity> insertedEntities, List<MdibEntity> updatedEntities, List<MdibEntity> deletedEntities)Constructor to initialize all values of the result set.WriteStateResult(MdibVersion mdibVersion, List<AbstractState> states)Constructor to initialize all values of the result set. -
Uses of MdibVersion in org.somda.sdc.biceps.common.factory
Methods in org.somda.sdc.biceps.common.factory with parameters of type MdibVersion Modifier and Type Method Description MdibEntityMdibEntityFactory. createMdibEntity(String parent, List<String> children, AbstractDescriptor descriptor, List<AbstractState> states, MdibVersion mdibVersion)Creates an MDIB entity based on all possible fields.MdibEntityMdibEntityGuiceAssistedFactory. createMdibEntity(String parent, List<String> children, AbstractDescriptor descriptor, List<AbstractState> states, MdibVersion mdibVersion)Creates an MDIB entity based on all possible fields. -
Uses of MdibVersion in org.somda.sdc.biceps.common.storage
Methods in org.somda.sdc.biceps.common.storage that return MdibVersion Modifier and Type Method Description MdibVersionMdibStorage. getMdibVersion()The latest known MDIB version.MdibVersionMdibStorageImpl. getMdibVersion()Methods in org.somda.sdc.biceps.common.storage with parameters of type MdibVersion Modifier and Type Method Description WriteDescriptionResultMdibStorage. apply(MdibVersion mdibVersion, BigInteger mdDescriptionVersion, BigInteger mdStateVersion, MdibDescriptionModifications descriptionModifications)Applies description modifications on this object regardless of any consistency checks.WriteStateResultMdibStorage. apply(MdibVersion mdibVersion, BigInteger mdStateVersion, MdibStateModifications stateModifications)Applies state modifications on this object regardless of any consistency checks.WriteDescriptionResultMdibStorageImpl. apply(MdibVersion mdibVersion, BigInteger mdDescriptionVersion, BigInteger mdStateVersion, MdibDescriptionModifications descriptionModifications)WriteStateResultMdibStorageImpl. apply(MdibVersion mdibVersion, BigInteger mdStateVersion, MdibStateModifications stateModifications) -
Uses of MdibVersion in org.somda.sdc.biceps.common.storage.factory
Methods in org.somda.sdc.biceps.common.storage.factory with parameters of type MdibVersion Modifier and Type Method Description MdibStorageMdibStorageFactory. createMdibStorage(MdibVersion mdibVersion)Creates a storage initialized with the given MDIB version.MdibStorageMdibStorageFactory. createMdibStorage(MdibVersion mdibVersion, BigInteger mdDescriptionVersion, BigInteger mdStateVersion)Creates a storage initialized with the given MDIB version, MD description and MD state version. -
Uses of MdibVersion in org.somda.sdc.biceps.consumer.access
Methods in org.somda.sdc.biceps.consumer.access that return MdibVersion Modifier and Type Method Description MdibVersionRemoteMdibAccessImpl. getMdibVersion()Methods in org.somda.sdc.biceps.consumer.access with parameters of type MdibVersion Modifier and Type Method Description WriteDescriptionResultRemoteMdibAccess. writeDescription(MdibVersion mdibVersion, BigInteger mdDescriptionVersion, BigInteger mdStateVersion, MdibDescriptionModifications mdibDescriptionModifications)Processes the description modifications object, stores the data internally and trigger an event.WriteDescriptionResultRemoteMdibAccessImpl. writeDescription(MdibVersion mdibVersion, BigInteger mdDescriptionVersion, BigInteger mdStateVersion, MdibDescriptionModifications mdibDescriptionModifications)WriteStateResultRemoteMdibAccess. writeStates(MdibVersion mdibVersion, MdibStateModifications mdibStateModifications)Processes the state modifications object, stores the data internally and triggers an event.WriteStateResultRemoteMdibAccessImpl. writeStates(MdibVersion mdibVersion, MdibStateModifications mdibStateModifications) -
Uses of MdibVersion in org.somda.sdc.biceps.model.participant
Methods in org.somda.sdc.biceps.model.participant that return MdibVersion Modifier and Type Method Description static MdibVersionMdibVersion. create()Creates a new instance with a random sequence id.static MdibVersionMdibVersion. increment(MdibVersion mdibVersion)Accepts an existing instance and increments the version counter.static MdibVersionMdibVersion. setVersionCounter(MdibVersion mdibVersion, BigInteger versionCounter)Accepts an existing instance and resets the version counter to the given number.Methods in org.somda.sdc.biceps.model.participant with parameters of type MdibVersion Modifier and Type Method Description Optional<Integer>MdibVersion. compareToMdibVersion(MdibVersion rhs)Compares two MDIB versions.static MdibVersionMdibVersion. increment(MdibVersion mdibVersion)Accepts an existing instance and increments the version counter.static MdibVersionMdibVersion. setVersionCounter(MdibVersion mdibVersion, BigInteger versionCounter)Accepts an existing instance and resets the version counter to the given number. -
Uses of MdibVersion in org.somda.sdc.biceps.provider.access
Methods in org.somda.sdc.biceps.provider.access that return MdibVersion Modifier and Type Method Description MdibVersionLocalMdibAccessImpl. getMdibVersion()
-