Searched refs:relation (Results 1 - 25 of 69) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java104 private int relation; field in class:QueryElement
109 * @param rel relation between field and value to be checked.
116 this.relation = rel;
130 this.relation = QueryElement.EQ;
153 * Returns relation to be applied in between field and value
156 * @return relation the relation between the field and value
160 return (relation);
182 * This method modifies/sets the relation between the field
185 * @param value relation betwee
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java104 private int relation; field in class:QueryElement
109 * @param rel relation between field and value to be checked.
116 this.relation = rel;
130 this.relation = QueryElement.EQ;
153 * Returns relation to be applied in between field and value
156 * @return relation the relation between the field and value
160 return (relation);
182 * This method modifies/sets the relation between the field
185 * @param value relation betwee
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DReference.java48 * path and relation definition.
59 * The instantiable relation in the parent which contains the
67 * relation.
75 throw new IllegalArgumentException("The relation \"" + relationDef.getName()
99 * relation definition.
110 * The instantiable relation in the parent which contains the
116 * If the relation is not associated with the provided parent's
125 throw new IllegalArgumentException("The relation \"" + rd.getName()
143 * The instantiable relation in the parent which contains the
146 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
149 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DDNBuilder.java61 * and relation.
65 * @param relation
66 * The child relation.
68 * object path and relation.
71 RelationDefinition<?, ?> relation) {
76 DN localName = DN.decode(profile.getRelationRDNSequence(relation));
70 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DDNBuilder.java62 * and relation.
66 * @param relation
67 * The child relation.
69 * object path and relation.
72 RelationDefinition<?, ?> relation) {
77 DN localName = DN.decode(profile.getRelationRDNSequence(relation));
71 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DDNBuilder.java62 * and relation.
66 * @param relation
67 * The child relation.
69 * object path and relation.
72 RelationDefinition<?, ?> relation) {
77 DN localName = DN.decode(profile.getRelationRDNSequence(relation));
71 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DDNBuilder.java61 * and relation.
65 * @param relation
66 * The child relation.
68 * object path and relation.
71 RelationDefinition<?, ?> relation) {
76 DN localName = DN.decode(profile.getRelationRDNSequence(relation));
70 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DDNBuilder.java62 * and relation.
66 * @param relation
67 * The child relation.
69 * object path and relation.
72 RelationDefinition<?, ?> relation) {
77 DN localName = DN.decode(profile.getRelationRDNSequence(relation));
71 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DDNBuilder.java62 * and relation.
66 * @param relation
67 * The child relation.
69 * object path and relation.
72 RelationDefinition<?, ?> relation) {
77 DN localName = DN.valueOf(profile.getRelationRDNSequence(relation));
71 create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DDNBuilder.java52 * relation.
56 * @param relation
57 * The child relation.
59 * and relation.
61 public static DN create(ManagedObjectPath<?, ?> path, RelationDefinition<?, ?> relation) { argument
64 DN localName = DN.valueOf(profile.getRelationRDNSequence(relation));
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java89 * relation.
96 * The instantiable relation.
110 * Creates a new delete-xxx sub-command for an optional relation.
117 * The optional relation.
131 * Creates a new delete-xxx sub-command for a set relation.
138 * The set relation.
160 // The relation which references the managed
162 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
175 this.relation = r;
194 addTags(relation
[all...]
H A DListSubCommandHandler.java82 * Creates a new list-xxx sub-command for an instantiable relation.
89 * The instantiable relation.
104 * Creates a new list-xxx sub-command for a set relation.
111 * The set relation.
126 * Creates a new list-xxx sub-command for an optional relation.
133 * The optional relation.
151 // The relation which should be listed.
152 private final RelationDefinition<?, ?> relation; field in class:ListSubCommandHandler
165 this.relation = r;
181 addTags(relation
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java88 * relation.
95 * The instantiable relation.
109 * Creates a new delete-xxx sub-command for an optional relation.
116 * The optional relation.
130 * Creates a new delete-xxx sub-command for a set relation.
137 * The set relation.
159 // The relation which references the managed
161 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
174 this.relation = r;
193 addTags(relation
[all...]
H A DListSubCommandHandler.java81 * Creates a new list-xxx sub-command for an instantiable relation.
88 * The instantiable relation.
103 * Creates a new list-xxx sub-command for a set relation.
110 * The set relation.
125 * Creates a new list-xxx sub-command for an optional relation.
132 * The optional relation.
150 // The relation which should be listed.
151 private final RelationDefinition<?, ?> relation; field in class:ListSubCommandHandler
164 this.relation = r;
180 addTags(relation
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java89 * relation.
96 * The instantiable relation.
110 * Creates a new delete-xxx sub-command for an optional relation.
117 * The optional relation.
131 * Creates a new delete-xxx sub-command for a set relation.
138 * The set relation.
160 // The relation which references the managed
162 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
175 this.relation = r;
194 addTags(relation
[all...]
H A DListSubCommandHandler.java82 * Creates a new list-xxx sub-command for an instantiable relation.
89 * The instantiable relation.
104 * Creates a new list-xxx sub-command for a set relation.
111 * The set relation.
126 * Creates a new list-xxx sub-command for an optional relation.
133 * The optional relation.
151 // The relation which should be listed.
152 private final RelationDefinition<?, ?> relation; field in class:ListSubCommandHandler
165 this.relation = r;
181 addTags(relation
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java89 * relation.
96 * The instantiable relation.
110 * Creates a new delete-xxx sub-command for an optional relation.
117 * The optional relation.
131 * Creates a new delete-xxx sub-command for a set relation.
138 * The set relation.
160 // The relation which references the managed
162 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
175 this.relation = r;
194 addTags(relation
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java88 * relation.
95 * The instantiable relation.
109 * Creates a new delete-xxx sub-command for an optional relation.
116 * The optional relation.
130 * Creates a new delete-xxx sub-command for a set relation.
137 * The set relation.
159 // The relation which references the managed
161 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
174 this.relation = r;
193 addTags(relation
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DDeleteSubCommandHandler.java84 * Creates a new delete-xxx sub-command for an instantiable relation.
91 * The instantiable relation.
102 * Creates a new delete-xxx sub-command for an optional relation.
109 * The optional relation.
120 * Creates a new delete-xxx sub-command for a set relation.
127 * The set relation.
147 * The relation which references the managed object to be deleted.
149 private final RelationDefinition<?, ?> relation; field in class:DeleteSubCommandHandler
158 this.relation = r;
175 addTags(relation
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DReference.java53 * managed object path and relation definition.
64 * The instantiable relation in the parent which contains
73 * path and relation.
82 throw new IllegalArgumentException("The relation \"" + rd.getName()
122 * path and relation definition.
133 * The instantiable relation in the parent which contains
139 * If the relation is not associated with the provided
150 throw new IllegalArgumentException("The relation \"" + rd.getName()
167 // The instantiable relation in the parent which contains the
169 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
174 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DReference.java54 * managed object path and relation definition.
65 * The instantiable relation in the parent which contains
74 * path and relation.
83 throw new IllegalArgumentException("The relation \"" + rd.getName()
123 * path and relation definition.
134 * The instantiable relation in the parent which contains
140 * If the relation is not associated with the provided
151 throw new IllegalArgumentException("The relation \"" + rd.getName()
168 // The instantiable relation in the parent which contains the
170 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
175 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DReference.java54 * managed object path and relation definition.
65 * The instantiable relation in the parent which contains
74 * path and relation.
83 throw new IllegalArgumentException("The relation \"" + rd.getName()
123 * path and relation definition.
134 * The instantiable relation in the parent which contains
140 * If the relation is not associated with the provided
151 throw new IllegalArgumentException("The relation \"" + rd.getName()
168 // The instantiable relation in the parent which contains the
170 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
175 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DReference.java53 * managed object path and relation definition.
64 * The instantiable relation in the parent which contains
73 * path and relation.
82 throw new IllegalArgumentException("The relation \"" + rd.getName()
122 * path and relation definition.
133 * The instantiable relation in the parent which contains
139 * If the relation is not associated with the provided
150 throw new IllegalArgumentException("The relation \"" + rd.getName()
167 // The instantiable relation in the parent which contains the
169 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
174 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DReference.java54 * managed object path and relation definition.
65 * The instantiable relation in the parent which contains
74 * path and relation.
83 throw new IllegalArgumentException("The relation \"" + rd.getName()
123 * path and relation definition.
134 * The instantiable relation in the parent which contains
140 * If the relation is not associated with the provided
151 throw new IllegalArgumentException("The relation \"" + rd.getName()
168 // The instantiable relation in the parent which contains the
170 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
175 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DReference.java54 * managed object path and relation definition.
65 * The instantiable relation in the parent which contains
74 * path and relation.
83 throw new IllegalArgumentException("The relation \"" + rd.getName()
123 * path and relation definition.
134 * The instantiable relation in the parent which contains
140 * If the relation is not associated with the provided
151 throw new IllegalArgumentException("The relation \"" + rd.getName()
169 * The instantiable relation in the parent which contains the
172 private final InstantiableRelationDefinition<C, S> relation; field in class:Reference
177 Reference(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> relation, String name) argument
[all...]

Completed in 135 milliseconds

123