com.novell.admin.ns.fs
Class FSNSObject

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

public class FSNSObject
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
FSNSObject(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

FSNSObject

public FSNSObject(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.


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