Uses of Class
io.fluxzero.common.api.modeling.ModelHeadState
Packages that use ModelHeadState
-
Uses of ModelHeadState in io.fluxzero.common.api.search
Constructors in io.fluxzero.common.api.search with parameters of type ModelHeadStateModifierConstructorDescriptionGetDocumentResult(long requestId, SerializedDocument document, ModelHeadState modelHead) GetDocumentResult(long requestId, SerializedDocument document, ModelHeadState modelHead, boolean modelStateVerified) GetModelMigrationResult(long requestId, SerializedDocument productionDocument, Long productionDocumentIndex, SerializedDocument migratedDocument, ModelHeadState migratedHead) Constructor parameters in io.fluxzero.common.api.search with type arguments of type ModelHeadStateModifierConstructorDescriptionGetModelMigrationsResult(long requestId, List<ModelHeadState> migrations) -
Uses of ModelHeadState in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling with parameters of type ModelHeadStateModifier and TypeMethodDescriptionstatic StringModelDocumentProof.of(SerializedDocument document, ModelHeadState head) Fingerprints the full head and state envelope.