com.novell.admin.ns.jfs
Class JFSNSObject

java.lang.Object
  |
  +--com.novell.admin.ns.NSObject
        |
        +--com.novell.admin.ns.DefaultNSObject
              |
              +--com.novell.admin.ns.jfs.JFSNSObject
All Implemented Interfaces:
java.lang.Cloneable, java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable

public class JFSNSObject
extends DefaultNSObject

Memory model for objects stored in a namespace.

This model is provided for applications to access and modify all elements associated with a directory object. Elements such as attributes, flags, and schema for an object should be retrieve via this class.


Fields inherited from class com.novell.admin.ns.DefaultNSObject
addedAttributeDefinitions, namespace, objectEntry
 
Fields inherited from class com.novell.admin.ns.NSObject
addedAttributes, attributes, classDefinition, deletedAttributes, modifiedAttributes, propertyListeners, revision
 
Constructor Summary
JFSNSObject(ObjectEntry objEntry, java.util.Vector attributes, long rev)
          Constructor.
 
Methods inherited from class com.novell.admin.ns.DefaultNSObject
addAttribute, addAuxiliaryClassDefinition, addPropertyChangeListener, checkAdd, clearAddedAttribute, clearAddedAttributeDefinitions, clearDeletedAttribute, clearModifiedAttribute, clone, deleteAttribute, deleteAuxiliaryClassDefinition, getAddedAttributeDefinitions, getAddedAttributes, getAttribute, getAttributes, getClassDefinitions, getDeletedAttributes, getMandatoryAttributes, getModifiedAttributes, getObjectEntry, getOptionalAttributes, getRevision, getUnvaluedAttributes, isAttributeMandatory, isAttributeOptional, isNamedBy, propertyChange, removePropertyChangeListener, setClassDefinition
 
Methods inherited from class com.novell.admin.ns.NSObject
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFSNSObject

public JFSNSObject(ObjectEntry objEntry,
                   java.util.Vector attributes,
                   long rev)
Constructor.
Parameters:
objEntry - The object entry representation.
attributes - Vector of ObjectAttributes or Strings if the attributes are to be read later.
rev - revision number of the object.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.