public class FindEntitiesByPropertyValue extends AbstractEntitySearchOperation
Implements the 'findEntitiesByPropertyValue' operation of the OMRS metadata collection interface.
  • Constructor Details

    • FindEntitiesByPropertyValue

      public FindEntitiesByPropertyValue(XTDBOMRSRepositoryConnector xtdb, String entityTypeGUID, String searchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, SearchClassifications matchClassifications, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize, String userId)
      Create a new 'findEntitiesByPropertyValue' executable.
      Parameters:
      xtdb - connectivity to XTDB
      entityTypeGUID - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      searchCriteria - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      fromEntityElement - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      limitResultsByStatus - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      matchClassifications - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      asOfTime - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      sequencingProperty - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      sequencingOrder - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      pageSize - see XTDBOMRSMetadataCollection#findEntitiesByPropertyValue
      userId - of the user running the query
      See Also:
  • Method Details