|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectAttribute | |
| com.novell.admin.ns | Provides interfaces and classes for administering namespaces through ConsoleOne. |
| com.novell.admin.ns.fs | Provides interfaces and classes for administering a file system namespace through ConsoleOne. |
| com.novell.admin.ns.fs.nw | Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. |
| com.novell.admin.ns.jfs | Provides interfaces and classes for administering a Java file system namespace through ConsoleOne. |
| com.novell.admin.ns.nds | Provides interfaces and classes for administering the NDS namespace through ConsoleOne. |
| com.novell.admin.snapins.creator | |
| 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(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(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.fs |
| Subclasses of ObjectAttribute in com.novell.admin.ns.fs | |
class |
FSObjectAttribute
File System specific Attribute implementation. |
| Methods in com.novell.admin.ns.fs that return ObjectAttribute | |
ObjectAttribute[] |
FSNamespace.getAttributes(ObjectEntry obj)
gets the attributes of a file, directory or volume in the File System |
ObjectAttribute |
FSAttributeDefinition.createAttribute()
Factory method for creating ObjectAttributes. |
| Uses of ObjectAttribute in com.novell.admin.ns.fs.nw |
| Subclasses of ObjectAttribute in com.novell.admin.ns.fs.nw | |
class |
NWFSObjectAttribute
NetWare File System specific Attribute implementation. |
| Uses of ObjectAttribute in com.novell.admin.ns.jfs |
| Methods in com.novell.admin.ns.jfs that return ObjectAttribute | |
ObjectAttribute |
JFSAttributeDefinition.createAttribute()
Creates a valid ObjectAttribute that conforms to this attribute definition. |
| 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(ObjectEntry obj,
java.lang.String attrStr)
Returns the attribute value(s) for a namespace object's specific attribute. |
ObjectAttribute[] |
NDSNamespace.getAttributes(ObjectEntry obj,
java.lang.String[] attrStrings,
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(ObjectEntry obj,
ObjectAttribute attribute)
Writes the attribute value for a namespace objects particular attribute. |
boolean |
NDSObject.addAuxiliaryClassDefinition(ClassDefinition classDef,
ObjectAttribute[] attributes)
Adds an auxiliary class definition. |
| Uses of ObjectAttribute in com.novell.admin.snapins.creator |
| Methods in com.novell.admin.snapins.creator that return ObjectAttribute | |
abstract ObjectAttribute[] |
CreatorSnapinPanel.getAttributes()
This is called when it is time for the object to be created. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||