public ViewCondition newViewCondition() {
    ViewCondition vc = new ActiveSessionTimeCondition();
    vc.setConditionType(this);

    return vc;
  }
Ejemplo n.º 2
0
  public ViewCondition newViewCondition() {
    ViewCondition vc = new IpRangeViewCondition();
    vc.setConditionType(this);

    return vc;
  }
Ejemplo n.º 3
0
  public ViewCondition newViewCondition() {
    ViewCondition vc = new PolicyViewCondition();
    vc.setConditionType(this);

    return vc;
  }