| /forgerock/opendj2/src/server/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 170 for (AggregationPropertyDefinition<?, ?> apd : 173 allAggregationPropertyDefinitions.put(apd.getName(), apd); 953 for (AggregationPropertyDefinition<?, ?> apd : 956 apd.initialize(); 959 registerReverseAggregationPropertyDefinition(apd); 999 AggregationPropertyDefinition<?, ?> apd = 1001 aggregationPropertyDefinitions.put(propName, apd); 1005 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1128 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 171 for (AggregationPropertyDefinition<?, ?> apd : 174 allAggregationPropertyDefinitions.put(apd.getName(), apd); 954 for (AggregationPropertyDefinition<?, ?> apd : 957 apd.initialize(); 960 registerReverseAggregationPropertyDefinition(apd); 1000 AggregationPropertyDefinition<?, ?> apd = 1002 aggregationPropertyDefinitions.put(propName, apd); 1006 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1129 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 171 for (AggregationPropertyDefinition<?, ?> apd : 174 allAggregationPropertyDefinitions.put(apd.getName(), apd); 954 for (AggregationPropertyDefinition<?, ?> apd : 957 apd.initialize(); 960 registerReverseAggregationPropertyDefinition(apd); 1000 AggregationPropertyDefinition<?, ?> apd = 1002 aggregationPropertyDefinitions.put(propName, apd); 1006 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1129 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 170 for (AggregationPropertyDefinition<?, ?> apd : 173 allAggregationPropertyDefinitions.put(apd.getName(), apd); 953 for (AggregationPropertyDefinition<?, ?> apd : 956 apd.initialize(); 959 registerReverseAggregationPropertyDefinition(apd); 999 AggregationPropertyDefinition<?, ?> apd = 1001 aggregationPropertyDefinitions.put(propName, apd); 1005 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1128 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 171 for (AggregationPropertyDefinition<?, ?> apd : 174 allAggregationPropertyDefinitions.put(apd.getName(), apd); 954 for (AggregationPropertyDefinition<?, ?> apd : 957 apd.initialize(); 960 registerReverseAggregationPropertyDefinition(apd); 1000 AggregationPropertyDefinition<?, ?> apd = 1002 aggregationPropertyDefinitions.put(propName, apd); 1006 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1129 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/ |
| H A D | AbstractManagedObjectDefinition.java | 182 for (AggregationPropertyDefinition<?, ?> apd : 185 allAggregationPropertyDefinitions.put(apd.getName(), apd); 957 for (AggregationPropertyDefinition<?, ?> apd : 960 apd.initialize(); 963 registerReverseAggregationPropertyDefinition(apd); 1003 AggregationPropertyDefinition<?, ?> apd = 1005 aggregationPropertyDefinitions.put(propName, apd); 1009 apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 1136 registerReverseAggregationPropertyDefinition( AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ |
| H A D | AbstractManagedObjectDefinition.java | 138 for (AggregationPropertyDefinition<?, ?> apd : parent.getAllAggregationPropertyDefinitions()) { 139 allAggregationPropertyDefinitions.put(apd.getName(), apd); 770 for (AggregationPropertyDefinition<?, ?> apd : getAllAggregationPropertyDefinitions()) { 772 apd.initialize(); 777 registerReverseAggregationPropertyDefinition(apd); 813 AggregationPropertyDefinition<?, ?> apd = (AggregationPropertyDefinition<?, ?>) d; 814 aggregationPropertyDefinitions.put(propName, apd); 819 allAggregationPropertyDefinitions.put(apd.getManagedObjectDefinition().getName() + ":" + propName, apd); 928 registerReverseAggregationPropertyDefinition(AggregationPropertyDefinition<?, ?> apd) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 397 AggregationPropertyDefinition<?, ?> apd = 402 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 407 for (String name : mo.getPropertyValues(apd)) { 408 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 428 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 577 AggregationPropertyDefinition<?, ?> apd = 582 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 587 for (String name : mo.getPropertyValues(apd)) { 588 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 608 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 520 AggregationPropertyDefinition<?, ?> apd = 522 if (apd.getSourceConstraintSynopsis() != null) { 524 app.println(apd.getSourceConstraintSynopsis(), 4);
|
| /forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 395 AggregationPropertyDefinition<?, ?> apd = 400 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 405 for (String name : mo.getPropertyValues(apd)) { 406 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 426 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 576 AggregationPropertyDefinition<?, ?> apd = 581 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 586 for (String name : mo.getPropertyValues(apd)) { 587 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 607 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 527 AggregationPropertyDefinition<?, ?> apd = 529 if (apd.getSourceConstraintSynopsis() != null) { 531 app.println(apd.getSourceConstraintSynopsis(), 4);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 397 AggregationPropertyDefinition<?, ?> apd = 402 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 407 for (String name : mo.getPropertyValues(apd)) { 408 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 428 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 577 AggregationPropertyDefinition<?, ?> apd = 582 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 587 for (String name : mo.getPropertyValues(apd)) { 588 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 608 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 520 AggregationPropertyDefinition<?, ?> apd = 522 if (apd.getSourceConstraintSynopsis() != null) { 524 app.println(apd.getSourceConstraintSynopsis(), 4);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 397 AggregationPropertyDefinition<?, ?> apd = 402 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 407 for (String name : mo.getPropertyValues(apd)) { 408 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 428 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 577 AggregationPropertyDefinition<?, ?> apd = 582 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 587 for (String name : mo.getPropertyValues(apd)) { 588 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 608 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 520 AggregationPropertyDefinition<?, ?> apd = 522 if (apd.getSourceConstraintSynopsis() != null) { 524 app.println(apd.getSourceConstraintSynopsis(), 4);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 395 AggregationPropertyDefinition<?, ?> apd = 400 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 405 for (String name : mo.getPropertyValues(apd)) { 406 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 426 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 576 AggregationPropertyDefinition<?, ?> apd = 581 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 586 for (String name : mo.getPropertyValues(apd)) { 587 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 607 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 527 AggregationPropertyDefinition<?, ?> apd = 529 if (apd.getSourceConstraintSynopsis() != null) { 531 app.println(apd.getSourceConstraintSynopsis(), 4);
|
| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
| H A D | SetPropSubCommandHandler.java | 362 AggregationPropertyDefinition<?, ?> apd = (AggregationPropertyDefinition<?, ?>) pd; 366 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 371 for (String name : mo.getPropertyValues(apd)) { 372 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 391 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | CreateSubCommandHandler.java | 479 AggregationPropertyDefinition<?, ?> apd = (AggregationPropertyDefinition<?, ?>) pd; 483 if (!apd.getTargetNeedsEnablingCondition().evaluate(context, mo)) { 488 for (String name : mo.getPropertyValues(apd)) { 489 ManagedObjectPath<?, ?> path = apd.getChildPath(name); 508 Condition condition = apd.getTargetIsEnabledCondition();
|
| H A D | HelpSubCommandHandler.java | 439 AggregationPropertyDefinition<?, ?> apd = (AggregationPropertyDefinition<?, ?>) pd; 440 if (apd.getSourceConstraintSynopsis() != null) { 442 app.println(apd.getSourceConstraintSynopsis(), 4);
|