Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.HistorySequencingOrder
-
-
Uses of HistorySequencingOrder in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type HistorySequencingOrder Modifier and Type Method Description abstract List<EntityDetail>OMRSMetadataCollection. getEntityDetailHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of an entity within the bounds of the provided timestamps.List<EntityDetail>OMRSMetadataCollectionBase. getEntityDetailHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of an entity within the bounds of the provided timestamps.abstract List<Relationship>OMRSMetadataCollection. getRelationshipHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of a relationship within the bounds of the provided timestamps.List<Relationship>OMRSMetadataCollectionBase. getRelationshipHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of a relationship within the bounds of the provided timestamps. -
Uses of HistorySequencingOrder in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties that return HistorySequencingOrder Modifier and Type Method Description static HistorySequencingOrderHistorySequencingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static HistorySequencingOrder[]HistorySequencingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HistorySequencingOrder in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return HistorySequencingOrder Modifier and Type Method Description HistorySequencingOrderHistoryRangeRequest. getSequencingOrder()Return the sequencing order for the results.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type HistorySequencingOrder Modifier and Type Method Description voidHistoryRangeRequest. setSequencingOrder(HistorySequencingOrder sequencingOrder)Set up the sequencing order for the results.
-