Searched refs:setRelation (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java82 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
112 this.setRelation = null;
136 this.setRelation = null;
160 this.setRelation = relation;
224 } else if (setRelation != null) {
226 childPath = path.child(setRelation, name);
228 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java83 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
113 this.setRelation = null;
137 this.setRelation = null;
161 this.setRelation = relation;
225 } else if (setRelation != null) {
227 childPath = path.child(setRelation, name);
229 throw new DefinitionDecodingException(setRelation
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java83 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
113 this.setRelation = null;
137 this.setRelation = null;
161 this.setRelation = relation;
225 } else if (setRelation != null) {
227 childPath = path.child(setRelation, name);
229 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java84 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
114 this.setRelation = null;
138 this.setRelation = null;
162 this.setRelation = relation;
226 } else if (setRelation != null) {
228 childPath = path.child(setRelation, name);
230 throw new DefinitionDecodingException(setRelation
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java83 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
113 this.setRelation = null;
137 this.setRelation = null;
161 this.setRelation = relation;
225 } else if (setRelation != null) {
227 childPath = path.child(setRelation, name);
229 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java84 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
114 this.setRelation = null;
138 this.setRelation = null;
162 this.setRelation = relation;
226 } else if (setRelation != null) {
228 childPath = path.child(setRelation, name);
230 throw new DefinitionDecodingException(setRelation
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java82 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
112 this.setRelation = null;
136 this.setRelation = null;
160 this.setRelation = relation;
224 } else if (setRelation != null) {
226 childPath = path.child(setRelation, name);
228 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java83 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
113 this.setRelation = null;
137 this.setRelation = null;
161 this.setRelation = relation;
225 } else if (setRelation != null) {
227 childPath = path.child(setRelation, name);
229 throw new DefinitionDecodingException(setRelation
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java83 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
113 this.setRelation = null;
137 this.setRelation = null;
161 this.setRelation = relation;
225 } else if (setRelation != null) {
227 childPath = path.child(setRelation, name);
229 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java84 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
114 this.setRelation = null;
138 this.setRelation = null;
162 this.setRelation = relation;
226 } else if (setRelation != null) {
228 childPath = path.child(setRelation, name);
230 throw new DefinitionDecodingException(setRelation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DConfigAddListenerAdaptor.java72 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
102 this.setRelation = null;
126 this.setRelation = null;
150 this.setRelation = relation;
209 } else if (setRelation != null) {
211 childPath = path.child(setRelation, name);
213 throw new DefinitionDecodingException(setRelation
H A DConfigDeleteListenerAdaptor.java77 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
107 this.setRelation = null;
131 this.setRelation = null;
155 this.setRelation = relation;
213 } else if (setRelation != null) {
215 childPath = path.child(setRelation, name);
217 throw new DefinitionDecodingException(setRelation
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DConfigAddListenerAdaptor.java70 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigAddListenerAdaptor
102 this.setRelation = null;
125 this.setRelation = null;
148 this.setRelation = relation;
196 } else if (setRelation != null) {
198 childPath = path.child(setRelation, name);
200 throw new DefinitionDecodingException(setRelation.getChildDefinition(),
H A DConfigDeleteListenerAdaptor.java72 private final SetRelationDefinition<?, S> setRelation; field in class:ConfigDeleteListenerAdaptor
104 this.setRelation = null;
127 this.setRelation = null;
149 this.setRelation = relation;
199 } else if (setRelation != null) {
201 childPath = path.child(setRelation, name);
203 throw new DefinitionDecodingException(setRelation.getChildDefinition(),
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java188 public void setRelation(int value) method in class:QueryElement
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DQueryElement.java188 public void setRelation(int value) method in class:QueryElement

Completed in 97 milliseconds