Searched refs:namingPropertyDefinition (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java61 PropertyDefinition<?> namingPropertyDefinition) {
66 } else if (namingPropertyDefinition != null) {
68 namingPropertyDefinition.decodeValue(illegalName);
73 illegalName, namingPropertyDefinition.getName(), builder
74 .getUsage(namingPropertyDefinition));
85 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
108 * @param namingPropertyDefinition
112 PropertyDefinition<?> namingPropertyDefinition) {
113 super(createMessage(illegalName, namingPropertyDefinition));
116 this.namingPropertyDefinition
60 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
111 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java62 PropertyDefinition<?> namingPropertyDefinition) {
67 } else if (namingPropertyDefinition != null) {
69 namingPropertyDefinition.decodeValue(illegalName);
74 illegalName, namingPropertyDefinition.getName(), builder
75 .getUsage(namingPropertyDefinition));
86 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
109 * @param namingPropertyDefinition
113 PropertyDefinition<?> namingPropertyDefinition) {
114 super(createMessage(illegalName, namingPropertyDefinition));
117 this.namingPropertyDefinition
61 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
112 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java62 PropertyDefinition<?> namingPropertyDefinition) {
67 } else if (namingPropertyDefinition != null) {
69 namingPropertyDefinition.decodeValue(illegalName);
74 illegalName, namingPropertyDefinition.getName(), builder
75 .getUsage(namingPropertyDefinition));
86 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
109 * @param namingPropertyDefinition
113 PropertyDefinition<?> namingPropertyDefinition) {
114 super(createMessage(illegalName, namingPropertyDefinition));
117 this.namingPropertyDefinition
61 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
112 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java61 PropertyDefinition<?> namingPropertyDefinition) {
66 } else if (namingPropertyDefinition != null) {
68 namingPropertyDefinition.decodeValue(illegalName);
73 illegalName, namingPropertyDefinition.getName(), builder
74 .getUsage(namingPropertyDefinition));
85 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
108 * @param namingPropertyDefinition
112 PropertyDefinition<?> namingPropertyDefinition) {
113 super(createMessage(illegalName, namingPropertyDefinition));
116 this.namingPropertyDefinition
60 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
111 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java62 PropertyDefinition<?> namingPropertyDefinition) {
67 } else if (namingPropertyDefinition != null) {
69 namingPropertyDefinition.decodeValue(illegalName);
74 illegalName, namingPropertyDefinition.getName(), builder
75 .getUsage(namingPropertyDefinition));
86 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
109 * @param namingPropertyDefinition
113 PropertyDefinition<?> namingPropertyDefinition) {
114 super(createMessage(illegalName, namingPropertyDefinition));
117 this.namingPropertyDefinition
61 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
112 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/
H A DIllegalManagedObjectNameException.java62 PropertyDefinition<?> namingPropertyDefinition) {
67 } else if (namingPropertyDefinition != null) {
69 namingPropertyDefinition.decodeValue(illegalName);
74 illegalName, namingPropertyDefinition.getName(), builder
75 .getUsage(namingPropertyDefinition));
86 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
109 * @param namingPropertyDefinition
113 PropertyDefinition<?> namingPropertyDefinition) {
114 super(createMessage(illegalName, namingPropertyDefinition));
117 this.namingPropertyDefinition
61 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
112 IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/
H A DIllegalManagedObjectNameException.java55 PropertyDefinition<?> namingPropertyDefinition) {
60 } else if (namingPropertyDefinition != null) {
62 namingPropertyDefinition.decodeValue(illegalName);
66 namingPropertyDefinition.getName(), builder
67 .getUsage(namingPropertyDefinition));
78 private final PropertyDefinition<?> namingPropertyDefinition; field in class:IllegalManagedObjectNameException
95 * @param namingPropertyDefinition
98 public IllegalManagedObjectNameException(String illegalName, PropertyDefinition<?> namingPropertyDefinition) { argument
99 super(createMessage(illegalName, namingPropertyDefinition));
102 this.namingPropertyDefinition
54 createMessage(String illegalName, PropertyDefinition<?> namingPropertyDefinition) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DInstantiableRelationDefinition.java74 private PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition.Builder
127 * @param namingPropertyDefinition
133 PropertyDefinition<?> namingPropertyDefinition) {
134 ifNull(namingPropertyDefinition);
135 this.namingPropertyDefinition = namingPropertyDefinition;
145 namingPropertyDefinition, defaultManagedObjects);
151 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
168 PropertyDefinition<?> namingPropertyDefinition,
173 this.namingPropertyDefinition
132 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
166 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DInstantiableRelationDefinition.java69 private PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition.Builder
117 * @param namingPropertyDefinition
122 public void setNamingProperty(PropertyDefinition<?> namingPropertyDefinition) { argument
123 Reject.ifNull(namingPropertyDefinition);
124 this.namingPropertyDefinition = namingPropertyDefinition;
130 return new InstantiableRelationDefinition<>(common, pluralName, namingPropertyDefinition,
137 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
150 PropertyDefinition<?> namingPropertyDefinition,
154 this.namingPropertyDefinition
149 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DInstantiableRelationDefinition.java73 private PropertyDefinition<?> namingPropertyDefinition = null; field in class:InstantiableRelationDefinition.Builder
126 * @param namingPropertyDefinition
132 PropertyDefinition<?> namingPropertyDefinition) {
133 ensureNotNull(namingPropertyDefinition);
134 this.namingPropertyDefinition = namingPropertyDefinition;
146 namingPropertyDefinition, defaultManagedObjects);
152 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
167 PropertyDefinition<?> namingPropertyDefinition,
172 this.namingPropertyDefinition
131 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
165 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DInstantiableRelationDefinition.java74 private PropertyDefinition<?> namingPropertyDefinition = null; field in class:InstantiableRelationDefinition.Builder
127 * @param namingPropertyDefinition
133 PropertyDefinition<?> namingPropertyDefinition) {
134 ensureNotNull(namingPropertyDefinition);
135 this.namingPropertyDefinition = namingPropertyDefinition;
147 namingPropertyDefinition, defaultManagedObjects);
153 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
168 PropertyDefinition<?> namingPropertyDefinition,
173 this.namingPropertyDefinition
132 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
166 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DInstantiableRelationDefinition.java74 private PropertyDefinition<?> namingPropertyDefinition = null; field in class:InstantiableRelationDefinition.Builder
127 * @param namingPropertyDefinition
133 PropertyDefinition<?> namingPropertyDefinition) {
134 ensureNotNull(namingPropertyDefinition);
135 this.namingPropertyDefinition = namingPropertyDefinition;
147 namingPropertyDefinition, defaultManagedObjects);
153 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
168 PropertyDefinition<?> namingPropertyDefinition,
173 this.namingPropertyDefinition
132 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
166 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DInstantiableRelationDefinition.java73 private PropertyDefinition<?> namingPropertyDefinition = null; field in class:InstantiableRelationDefinition.Builder
126 * @param namingPropertyDefinition
132 PropertyDefinition<?> namingPropertyDefinition) {
133 ensureNotNull(namingPropertyDefinition);
134 this.namingPropertyDefinition = namingPropertyDefinition;
146 namingPropertyDefinition, defaultManagedObjects);
152 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
167 PropertyDefinition<?> namingPropertyDefinition,
172 this.namingPropertyDefinition
131 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
165 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DInstantiableRelationDefinition.java74 private PropertyDefinition<?> namingPropertyDefinition = null; field in class:InstantiableRelationDefinition.Builder
127 * @param namingPropertyDefinition
133 PropertyDefinition<?> namingPropertyDefinition) {
134 ensureNotNull(namingPropertyDefinition);
135 this.namingPropertyDefinition = namingPropertyDefinition;
147 namingPropertyDefinition, defaultManagedObjects);
153 private final PropertyDefinition<?> namingPropertyDefinition; field in class:InstantiableRelationDefinition
168 PropertyDefinition<?> namingPropertyDefinition,
173 this.namingPropertyDefinition
132 setNamingProperty( PropertyDefinition<?> namingPropertyDefinition) argument
166 InstantiableRelationDefinition(Common<C, S> common, String pluralName, PropertyDefinition<?> namingPropertyDefinition, Map<String, DefaultManagedObject<? extends C, ? extends S>> defaultManagedObjects) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java141 * @param namingPropertyDefinition
149 PropertyDefinition<?> namingPropertyDefinition) {
150 super(d, path, properties, existsOnServer, namingPropertyDefinition);
345 PropertyDefinition<?> namingPropertyDefinition) {
347 existsOnServer, namingPropertyDefinition);
145 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
342 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java142 * @param namingPropertyDefinition
150 PropertyDefinition<?> namingPropertyDefinition) {
151 super(d, path, properties, existsOnServer, namingPropertyDefinition);
346 PropertyDefinition<?> namingPropertyDefinition) {
348 existsOnServer, namingPropertyDefinition);
146 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
343 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java142 * @param namingPropertyDefinition
150 PropertyDefinition<?> namingPropertyDefinition) {
151 super(d, path, properties, existsOnServer, namingPropertyDefinition);
346 PropertyDefinition<?> namingPropertyDefinition) {
348 existsOnServer, namingPropertyDefinition);
146 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
343 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java141 * @param namingPropertyDefinition
149 PropertyDefinition<?> namingPropertyDefinition) {
150 super(d, path, properties, existsOnServer, namingPropertyDefinition);
345 PropertyDefinition<?> namingPropertyDefinition) {
347 existsOnServer, namingPropertyDefinition);
145 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
342 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java142 * @param namingPropertyDefinition
150 PropertyDefinition<?> namingPropertyDefinition) {
151 super(d, path, properties, existsOnServer, namingPropertyDefinition);
346 PropertyDefinition<?> namingPropertyDefinition) {
348 existsOnServer, namingPropertyDefinition);
146 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
343 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java138 * @param namingPropertyDefinition
146 PropertyDefinition<?> namingPropertyDefinition) {
147 super(d, path, properties, existsOnServer, namingPropertyDefinition);
334 PropertyDefinition<?> namingPropertyDefinition) {
336 existsOnServer, namingPropertyDefinition);
142 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
331 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A DLDAPManagedObject.java119 * @param namingPropertyDefinition
125 PropertyDefinition<?> namingPropertyDefinition) {
126 super(d, path, properties, existsOnServer, namingPropertyDefinition);
282 PropertyDefinition<?> namingPropertyDefinition) {
283 return new LDAPManagedObject<>(driver, d, path, properties, existsOnServer, namingPropertyDefinition);
123 LDAPManagedObject(LDAPDriver driver, ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
280 newInstance(ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
/forgerock/opendj2/src/server/org/opends/server/admin/client/spi/
H A DAbstractManagedObject.java261 private final PropertyDefinition<?> namingPropertyDefinition; field in class:AbstractManagedObject
284 * @param namingPropertyDefinition
291 PropertyDefinition<?> namingPropertyDefinition) {
296 this.namingPropertyDefinition = namingPropertyDefinition;
808 if (pd.equals(namingPropertyDefinition)) {
889 return namingPropertyDefinition;
955 * @param namingPropertyDefinition
963 PropertyDefinition<?> namingPropertyDefinition);
972 PropertyDefinition<PD> namingPropertyDefinition, Strin
287 AbstractManagedObject( ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
960 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
970 createNewManagedObject( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> p, PropertyDefinition<PD> namingPropertyDefinition, String name, Collection<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/spi/
H A DAbstractManagedObject.java262 private final PropertyDefinition<?> namingPropertyDefinition; field in class:AbstractManagedObject
285 * @param namingPropertyDefinition
292 PropertyDefinition<?> namingPropertyDefinition) {
297 this.namingPropertyDefinition = namingPropertyDefinition;
809 if (pd.equals(namingPropertyDefinition)) {
890 return namingPropertyDefinition;
956 * @param namingPropertyDefinition
964 PropertyDefinition<?> namingPropertyDefinition);
973 PropertyDefinition<PD> namingPropertyDefinition, Strin
288 AbstractManagedObject( ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
961 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
971 createNewManagedObject( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> p, PropertyDefinition<PD> namingPropertyDefinition, String name, Collection<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/spi/
H A DAbstractManagedObject.java262 private final PropertyDefinition<?> namingPropertyDefinition; field in class:AbstractManagedObject
285 * @param namingPropertyDefinition
292 PropertyDefinition<?> namingPropertyDefinition) {
297 this.namingPropertyDefinition = namingPropertyDefinition;
809 if (pd.equals(namingPropertyDefinition)) {
890 return namingPropertyDefinition;
956 * @param namingPropertyDefinition
964 PropertyDefinition<?> namingPropertyDefinition);
973 PropertyDefinition<PD> namingPropertyDefinition, Strin
288 AbstractManagedObject( ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
961 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
971 createNewManagedObject( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> p, PropertyDefinition<PD> namingPropertyDefinition, String name, Collection<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/spi/
H A DAbstractManagedObject.java261 private final PropertyDefinition<?> namingPropertyDefinition; field in class:AbstractManagedObject
284 * @param namingPropertyDefinition
291 PropertyDefinition<?> namingPropertyDefinition) {
296 this.namingPropertyDefinition = namingPropertyDefinition;
808 if (pd.equals(namingPropertyDefinition)) {
889 return namingPropertyDefinition;
955 * @param namingPropertyDefinition
963 PropertyDefinition<?> namingPropertyDefinition);
972 PropertyDefinition<PD> namingPropertyDefinition, Strin
287 AbstractManagedObject( ManagedObjectDefinition<T, ? extends Configuration> d, ManagedObjectPath<T, ? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
960 newInstance( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition) argument
970 createNewManagedObject( ManagedObjectDefinition<M, ?> d, ManagedObjectPath<M, ?> p, PropertyDefinition<PD> namingPropertyDefinition, String name, Collection<DefaultBehaviorException> exceptions) argument
[all...]

Completed in 105 milliseconds

12