Interface SnapshotService

  • All Superinterfaces:
    AbstractGroupService<cern.nxcals.api.custom.domain.Snapshot,​cern.nxcals.api.custom.extraction.metadata.queries.Snapshots>, Queryable<cern.nxcals.api.custom.domain.Snapshot,​cern.nxcals.api.custom.extraction.metadata.queries.Snapshots>

    @Experimental
    public interface SnapshotService
    extends AbstractGroupService<cern.nxcals.api.custom.domain.Snapshot,​cern.nxcals.api.custom.extraction.metadata.queries.Snapshots>
    • Method Detail

      • create

        cern.nxcals.api.custom.domain.Snapshot create​(cern.nxcals.api.custom.domain.Snapshot snapshot,
                                                      @NonNull
                                                      @NonNull java.util.Collection<Entity> entities,
                                                      @NonNull
                                                      @NonNull java.util.Collection<Variable> variables,
                                                      @NonNull
                                                      @NonNull java.util.Collection<Variable> xAxisVariables,
                                                      @NonNull
                                                      @NonNull java.util.Collection<Variable> fundamentalFiltersVariables,
                                                      @NonNull
                                                      @NonNull java.util.Collection<Variable> drivingVariables)