Lines Matching defs:attributeSchemas

255             Set attributeSchemas = getAttributeSchemas(
259 for (Iterator iter = attributeSchemas.iterator(); iter.hasNext(); ){
330 Set attributeSchemas = getAttributeSchemas(idType, agentType,
335 serviceName, this, attributeSchemas);
336 cacheAttributeValidators(attributeSchemas);
383 private void cacheAttributeValidators(Set attributeSchemas) {
384 if ((attributeSchemas != null) && !attributeSchemas.isEmpty()) {
385 for (Iterator iter = attributeSchemas.iterator(); iter.hasNext();) {
421 Set attributeSchemas =getAttributeSchemas(
423 Map values = new HashMap(attributeSchemas.size() *2);
425 for (Iterator i = attributeSchemas.iterator(); i.hasNext(); ) {
454 Set attributeSchemas = null;
466 attributeSchemas = svcSchema.getAttributeSchemas();
468 attributeSchemas = Collections.EMPTY_SET;
473 for (Iterator i = attributeSchemas.iterator(); i.hasNext();) {
500 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
503 beforeDisplay(idType, attributeSchemas);
511 PropertyXMLBuilder.filterAttributes(attributeSchemas, show);
513 for (Iterator i = attributeSchemas.iterator(); i.hasNext();) {
524 return (attributeSchemas != null)
525 ? attributeSchemas : Collections.EMPTY_SET;
969 private void beforeDisplay(String idType, Set attributeSchemas)
976 support.beforeDisplay(idType, attributeSchemas);
1564 Set attributeSchemas = schema.getAttributeSchemas();
1565 map = new HashMap(attributeSchemas.size() *2);
1566 for (Iterator i = attributeSchemas.iterator(); i.hasNext(); ) {
1641 Set attributeSchemas = schema.getAttributeSchemas();
1642 for (Iterator i= attributeSchemas.iterator();
1811 Set attributeSchemas = schema.getAttributeSchemas();
1812 if ((attributeSchemas != null) && !attributeSchemas.isEmpty()) {
1813 hasAttributes = hasI18nKeys(attributeSchemas);