Uses of Class
com.novell.admin.ns.ObjectAttribute

Packages that use ObjectAttribute
com.novell.admin.ns   
com.novell.admin.ns.nds   
 

Uses of ObjectAttribute in com.novell.admin.ns
 

Fields in com.novell.admin.ns declared as ObjectAttribute
protected  ObjectAttribute ObjectOperation.m_objectAttribute
           
 

Methods in com.novell.admin.ns that return ObjectAttribute
 ObjectAttribute NSFilter.getAttribute()
           
abstract  ObjectAttribute NSObject.getAttribute(java.lang.String attrName)
          Retrieves a specific attribute of this object.
 ObjectAttribute DefaultNSObject.getAttribute(java.lang.String attrName)
          Retrieves a specific attribute of this object.
 ObjectAttribute MODObject.getAttribute(java.lang.String attrName)
          Retrieves a specific attribute of this object.
 ObjectAttribute[] AdminNamespace.getAttributes(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String[] attrStrings)
          Reads an existing object in the namespace and returns an array containing the object's attributes, including their values.
 ObjectAttribute ObjectOperation.getObjectAttribute()
           
abstract  ObjectAttribute AttributeDefinition.createAttribute()
          Abstract factory method for creating ObjectAttributes.
 

Methods in com.novell.admin.ns with parameters of type ObjectAttribute
abstract  void NSObject.addAttribute(ObjectAttribute attr)
          Adds a newly valued attribute to the object.
abstract  boolean NSObject.addAuxiliaryClassDefinition(ClassDefinition classDef, ObjectAttribute[] attrs)
          Adds an auxiliary class Definition.
 void DefaultNSObject.addAttribute(ObjectAttribute attr)
          Adds a newly valued attribute to the object.
 boolean DefaultNSObject.addAuxiliaryClassDefinition(ClassDefinition classDef, ObjectAttribute[] attrs)
          Adds an auxiliary class Definition.
protected  void DefaultNSObject.checkAdd(ObjectAttribute attr, boolean isForAuxClass)
          Checks to make sure an attribute can be added to this object.
protected  void MODObject.checkAdd(ObjectAttribute attr, boolean isForAuxClass)
          Checks to see if an attribute can be added to this object.
 void AdminNamespace.setAttributes(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute[] attributes)
          Writes attributes, including values, to an existing object.
 

Constructors in com.novell.admin.ns with parameters of type ObjectAttribute
NSFilter.NSFilter(ObjectAttribute attribute)
          Constructor that takes the name of the filter as the parameter.
ObjectOperation.ObjectOperation(ObjectAttribute objAttr, int mode)
           
 

Uses of ObjectAttribute in com.novell.admin.ns.nds
 

Subclasses of ObjectAttribute in com.novell.admin.ns.nds
 class NDSObjectAttribute
          Attribute implementation specific to Novell Directory Services.
 

Methods in com.novell.admin.ns.nds that return ObjectAttribute
 ObjectAttribute NDSAttributeDefinition.createAttribute()
          Creates a valid ObjectAttribute according to this attribute definition.
 ObjectAttribute NDSNamespace.getAttribute(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String attrStr)
          Returns the attribute value(s) for a namespace object's specific attribute.
 ObjectAttribute[] NDSNamespace.getAttributes(com.novell.application.console.snapin.ObjectEntry obj, java.lang.String[] attrStrings, com.novell.application.console.snapin.ObjectEntry serverObj)
          Reads an existing object in the namespace and returns an array containing the object's attributes, including their values.
 

Methods in com.novell.admin.ns.nds with parameters of type ObjectAttribute
 void NDSNamespace.setAttribute(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute attribute)
          Writes the attribute value for a namespace objects particular attribute.
 boolean NDSNamespace.compareAttribute(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute objAttr)
          Determines if an object contains the specified attribute with the specified value.
 void NDSNamespace.deleteAttributeValues(com.novell.application.console.snapin.ObjectEntry obj, ObjectAttribute attr)
          Deletes an object attribute value.
 boolean NDSObject.addAuxiliaryClassDefinition(ClassDefinition classDef, ObjectAttribute[] attributes)
          Adds an auxiliary class definition.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.