Interface OnPropertiesLinkCondition


public interface OnPropertiesLinkCondition
Since:
UCMDB 9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    op()
    Returns the operator of this condition.
    Returns the source property to match on this condition.
    Returns the target property to match on this condition.
  • Method Details

    • op

      Returns the operator of this condition.
    • sourceProperty

      String sourceProperty()
      Returns the source property to match on this condition.
    • targetProperty

      String targetProperty()
      Returns the target property to match on this condition.