|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NSObject | |
| com.novell.admin.common.snapins | Provides an interface and classes for creating NDS Administration Page Snap-ins. |
| com.novell.admin.common.ui | Provides classes for displaying the user interface for NDS Administration Page Snap-ins. |
| 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.ns.nw | Provides interfaces and classes for administering a NetWare NDS namespace through ConsoleOne. |
| com.novell.admin.rbs | Provides interfaces and classes for administering role-based NDS services through ConsoleOne. |
| Uses of NSObject in com.novell.admin.common.snapins |
| Fields in com.novell.admin.common.snapins declared as NSObject | |
protected NSObject |
AdminPageSnapin.nsObj
|
| Uses of NSObject in com.novell.admin.common.ui |
| Fields in com.novell.admin.common.ui declared as NSObject | |
protected NSObject |
AdminPage.nsObj
|
| Constructors in com.novell.admin.common.ui with parameters of type NSObject | |
AdminPage.AdminPage(InitSnapinInfo snapinInfo,
AdminPageSnapin snapin,
NSObject obj)
Constructor. |
|
MODObjectListPanel.MODObjectListPanel(InitSnapinInfo snapinInfo,
AdminPageSnapin snapin,
NSObject obj)
Constructor. |
|
| Uses of NSObject in com.novell.admin.ns |
| Subclasses of NSObject in com.novell.admin.ns | |
class |
DefaultNSObject
Memory model for objects stored in a namespace. |
class |
MODObject
Model for property pages to update multiple objects. |
| Methods in com.novell.admin.ns that return NSObject | |
abstract NSObject |
NSObject.clone(ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but give it a new identity. |
NSObject |
DefaultNSObject.clone(ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but gives it a new identity. |
NSObject |
NSObjectCache.getDetails(java.lang.Object key,
ObjectEntry obj)
Retrieves the cached NSObject for a given key. |
NSObject |
AdminNamespace.createNSObject(ObjectEntry objEntry,
java.util.Vector attributes)
Creates a new NSObject. |
NSObject |
AdminNamespace.createNSObject(ObjectEntry objEntry,
java.util.Vector attributes,
long revision)
Deprecated. Please use createNSObject(ObjectEntry objEntry, Vector attributes). |
NSObject |
AdminNamespace.getDetails(ObjectEntry obj)
Reads the details for an existing object and returns an NSObject for that object. |
NSObject |
AdminNamespace.getDetails(ObjectEntry obj,
java.lang.Object key)
Reads the details for an existing object and returns an NSObject for that object. |
| Methods in com.novell.admin.ns with parameters of type NSObject | |
void |
AdminNamespace.create(NSObject obj)
Creates a new object in the namespace. |
void |
AdminNamespace.update(NSObject obj)
Writes object changes to the namespace. |
| Uses of NSObject in com.novell.admin.ns.fs |
| Subclasses of NSObject in com.novell.admin.ns.fs | |
class |
FSMODObject
Memory model for objects stored in a namespace. |
class |
FSNSObject
Memory model for objects stored in a namespace. |
| Uses of NSObject in com.novell.admin.ns.fs.nw |
| Subclasses of NSObject in com.novell.admin.ns.fs.nw | |
class |
NWFSMODObject
Memory model for objects stored in a namespace. |
| Uses of NSObject in com.novell.admin.ns.jfs |
| Subclasses of NSObject in com.novell.admin.ns.jfs | |
class |
JFSNSObject
Memory model for objects stored in a namespace. |
| Uses of NSObject in com.novell.admin.ns.nds |
| Subclasses of NSObject in com.novell.admin.ns.nds | |
class |
NDSObject
Memory model for objects stored in a namespace. |
| Methods in com.novell.admin.ns.nds that return NSObject | |
NSObject |
NDSNamespace.getDetails(ObjectEntry obj,
ObjectEntry serverObj)
Reads the details for an existing object and returns an NSObject for that object. |
NSObject |
NDSObject.clone(ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but gives it a new identity. |
| Methods in com.novell.admin.ns.nds with parameters of type NSObject | |
void |
NDSNamespace.update(NSObject obj,
ObjectEntry serverObj)
Writes object changes to the namespace. |
void |
NDSNamespace.create(NSObject obj,
ObjectEntry serverObj)
Creates a new object in the namespace. |
| Uses of NSObject in com.novell.admin.ns.nw |
| Methods in com.novell.admin.ns.nw that return NSObject | |
NSObject |
NetWareNamespace.getDetails(ObjectEntry objEntry)
Returns a NSObject from an ObjectEntry. |
| Uses of NSObject in com.novell.admin.rbs |
| Fields in com.novell.admin.rbs declared as NSObject | |
NSObject |
RBSObject.nsObj
|
| Methods in com.novell.admin.rbs with parameters of type NSObject | |
void |
RBSObject.setNSObject(NSObject newObj)
Allows the setting of the NSObject by an external method. |
static java.util.Enumeration |
NSModel.getAttribute(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName)
Gets an Enumeration representing the values of an attribute. |
static void |
NSModel.setValueComponents(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ValueComponent[] values)
Sets a specified attribute to contain the given ValueComponents as its values. |
static void |
NSModel.addValueComponents(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ValueComponent[] values)
Adds the given ValueComponents to a specified attribute. |
static void |
NSModel.deleteValueComponents(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ValueComponent[] values)
Deletes the given ValueComponents from the specified attribute. |
static void |
NSModel.modifyValueComponents(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ValueComponent[] newValues,
ValueComponent[] oldValues)
Modifies the given ValueComponents in a specified attribute. |
static java.lang.String[] |
NSModel.getStrings(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName)
Gets a String[] representing the values of a specified attribute. |
static void |
NSModel.setStrings(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
java.lang.String[] values)
Sets the strings of a given attribute. |
static void |
NSModel.addStrings(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
java.lang.String[] values)
Adds to the strings of a given attribute. |
static void |
NSModel.deleteStrings(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
java.lang.String[] values)
Deletes the given strings from a given attribute. |
static ObjectEntry[] |
NSModel.getDN(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName)
Reads the DNs of an attribute and returns the corresponding ObjectEntries. |
static void |
NSModel.setDN(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ObjectEntry[] values)
Sets the DNs of an attribute to the given ObjectEntries |
static void |
NSModel.addDN(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ObjectEntry[] values)
Adds to the DNs of an attribute the given ObjectEntries |
static void |
NSModel.deleteDN(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName,
ObjectEntry[] values)
Deletes from the DNs of an attribute the given ObjectEntries |
static void |
NSModel.makeDNRelation(NSObject aObj,
NSObject bObj,
java.lang.String aAttrName,
java.lang.String bAttrName)
Given two NSObject and their corresponding attribute names, Puts a in b's attribute, and b in a's attribute. |
static void |
NSModel.removeDNRelation(NSObject aObj,
NSObject bObj,
java.lang.String aAttrName,
java.lang.String bAttrName)
Given two NSObject and their corresponding attribute names, removes b from a's attribute and a from b's attribute. |
static void |
NSModel.makeTypedNameRelation(NSObject aObj,
NSObject bObj,
java.lang.String aAttrName,
java.lang.String bAttrName,
long aLevel,
long aInterval,
long bLevel,
long bInterval)
Given two NSObject and their corresponding attribute names, Puts a in b's attribute, and b in a's attribute. |
static void |
NSModel.removeTypedNameRelation(NSObject aObj,
NSObject bObj,
java.lang.String aAttrName,
java.lang.String bAttrName,
long aLevel,
long aInterval,
long bLevel,
long bInterval)
Given two NSObject and their corresponding attribute names, removes b from a's attribute and a from b's attribute. |
static long |
RBSUtil.getAvailableTrusteeIndex(ObjectEntry oe,
NSObject nsObj)
Finds the highest Interval portion of the rbsTrusteeOf attribute of oe and returns that value + 1 |
static void |
RBSUtil.createAssociation(RBSAssociation assc,
NSObject nsObj,
NSObject roleObj,
NSObject scopeObj)
Given a RBSAssociation and the NSObjects representing the object and Role, creates the necessary association between the objects and their attributes. |
static void |
RBSUtil.deleteAssociation(RBSAssociation assc,
NSObject nsObj,
NSObject roleObj,
NSObject scopeObj)
Given a RBSAssociation and the NSObjects representing the object and Role, deletes the association. |
static void |
RBSUtil.modifyAssociation(RBSAssociation assc,
NSObject nsObj,
NSObject roleObj,
NSObject newScopeObj,
NSObject oldScopeObj)
Given a RBSAssociation and the NSObjects representing the object and Role, modifies the scope, start and stop times in the relationship if necessary. |
static void |
RBSUtil.makeRoleTrusteeOfContent(NSObject contentObj,
NSObject roleObj)
This makes the role object a trustee of the task or job object Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
static void |
RBSUtil.removeRoleTrusteeFromContent(NSObject contentObj,
NSObject roleObj)
This removes the role object as a trustee from the task or job object Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
static void |
RBSUtil.makeRoleAndUserSecurityEquivalent(NSObject userObj,
NSObject roleObj)
This makes the role and user objects security equivalent to each other Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
static void |
RBSUtil.removeRoleAndUserSecurityEquivalent(NSObject userObj,
NSObject roleObj)
This removes the role and user objects security equivalent from each other Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
static void |
RBSUtil.makeGroupOrContainerTrusteeOfContent(NSObject contentObj,
ObjectEntry memberOE)
This makes the group or container object a trustee of the task or job object Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
static void |
RBSUtil.removeGroupOrContainerTrusteeFromContent(NSObject contentObj,
ObjectEntry memberOE)
This removes the group or container object as a trustee from the task or job object Note that this does NOT write to NDS, it writes to the NSObject, the caller is responsible for updating the NSObjects. |
| Constructors in com.novell.admin.rbs with parameters of type NSObject | |
RBSObject.RBSObject(NSObject obj)
Constructor. |
|
RBSExternalScope.RBSExternalScope(NSObject obj)
Constructor. |
|
RBSModule.RBSModule(NSObject obj)
Constructor. |
|
RBSAssociatedObject.RBSAssociatedObject(NSObject obj)
Constructor. |
|
RBSRole.RBSRole(NSObject obj)
Constructor. |
|
RBSTask.RBSTask(NSObject obj)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||