Class PropertyStage<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DeviceStageLoop<T> property​(@NonNull java.lang.String property)
      Specify the property.
      DeviceStageLoop<T> propertyLike​(@NonNull java.lang.String pattern)
      Specify the property pattern.
      • Methods inherited from class cern.nxcals.api.extraction.data.builders.fluent.Stage

        data, next
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • property

        public DeviceStageLoop<T> property​(@NonNull
                                           @NonNull java.lang.String property)
        Specify the property.
        Parameters:
        property - property name
        Returns:
        builder with query for given device
      • propertyLike

        public DeviceStageLoop<T> propertyLike​(@NonNull
                                               @NonNull java.lang.String pattern)
        Specify the property pattern. Pattern should be in Oracle SQL form (% and _ as wildcards).
        Parameters:
        pattern - property pattern
        Returns:
        builder with query for given device