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

Packages that use ComponentCreationException
com.novell.admin.ns Provides interfaces and classes for administering namespaces through ConsoleOne. 
com.novell.admin.ns.fs.nw Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. 
com.novell.admin.rbs Provides interfaces and classes for administering role-based NDS services through ConsoleOne. 
 

Uses of ComponentCreationException in com.novell.admin.ns
 

Methods in com.novell.admin.ns that throw ComponentCreationException
 ValueComponent TimeStrategy.createValueComponent(java.lang.Object obj)
          Creates a new ValueComponent.
 ValueComponent IntegerStrategy.createValueComponent(java.lang.Object obj)
          Creates a new LongValue using specified initial data.
 ValueComponent HexStrategy.createValueComponent(java.lang.Object obj)
          Factory a new HexValue using specified values.
 ValueComponent StreamStrategy.createValueComponent(java.lang.Object obj)
          Creates a new ValueComponent using specified values.
 ValueComponent BooleanStrategy.createValueComponent(java.lang.Object obj)
          Factory a new ValueComponent using specified values.
 ValueComponent Syntax.createValueComponent(java.lang.Object initData)
          Creates a ValueComponent for a particular syntax.
 ValueComponent StringStrategy.createValueComponent(java.lang.Object obj)
          Creates a StringValue from an Object.
 ValueComponent Strategy.createValueComponent(java.lang.Object initialData)
          Creates a ValueComponent.
 

Uses of ComponentCreationException in com.novell.admin.ns.fs.nw
 

Methods in com.novell.admin.ns.fs.nw that throw ComponentCreationException
 ValueComponent DeletedFileInfoStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent DirectoryEntryInfoStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent VolumeRestrictionStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent DirectorySpaceInfoStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent VolumeInformationStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent VolumeUtilizationStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent DateNameStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent ExtendedAttributeStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 ValueComponent TrusteeStrategy.createValueComponent(java.lang.Object vectorObj)
          Factory a new ValueComponent using specified values.
 

Uses of ComponentCreationException in com.novell.admin.rbs
 

Methods in com.novell.admin.rbs that throw ComponentCreationException
 void RBSObject.setDescription(java.lang.String description)
          Sets the description of the object.
 void RBSExternalScope.setURL(java.net.URL url)
          Sets the url of the external scope object.
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 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 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.
 void RBSModule.setURL(java.net.URL url)
          Sets the url of the module.
 void RBSModule.setPath(ValueList[] valueList)
          Sets the dependent modules of this module.
 void RBSModule.setType(java.lang.String type)
          Sets the module type.
 void RBSAssociatedObject.setOwnedRoles(RBSRole[] roles)
          Sets the Owned Roles for the object.
 void RBSAssociatedObject.addOwnedRoles(RBSRole[] roles)
          Adds Roles to this objects Owned Roles.
 void RBSAssociatedObject.deleteOwnedRoles(RBSRole[] roles)
          Deletes roles from the Owned Roles for the object.
 void RBSAssociatedObject.setDirectRoleAssociations(RBSAssociation[] roles)
          Sets the directly associated roles for this object.
 void RBSAssociatedObject.addDirectRoleAssociations(RBSAssociation[] assc)
          Adds to the directly associated roles for this object.
 void RBSAssociatedObject.deleteDirectRoleAssociations(RBSAssociation[] assc)
          Deletes assocations from this object.
 void RBSRole.setOwners(ObjectEntry[] owners)
          Sets the given objects as owners to the role.
 void RBSRole.addOwners(ObjectEntry[] owners)
          Adds the given objects as owners to the role.
 void RBSRole.deleteOwners(ObjectEntry[] owners)
          Delete the given owner objects from the role.
 void RBSRole.setContent(RBSObject[] content)
          Sets the tasks for the role.
 void RBSRole.addContent(RBSObject[] content)
          Adds tasks to the role.
 void RBSRole.deleteContent(RBSObject[] content)
          Deletes the given tasks from the role.
 void RBSRole.setMembers(RBSAssociation[] members)
          Sets the given objects as members of the role.
 void RBSRole.addMembers(RBSAssociation[] assc)
          Adds the given members to the role.
 void RBSRole.deleteMembers(RBSAssociation[] assc)
          Deletes the given members from the role.
 void RBSTask.setContentMembership(RBSObject[] content)
          Sets the objects for which this task is a content member of.
 void RBSTask.addContentMembership(RBSObject[] content)
          Adds this task to the content of the given RBSObjects
 void RBSTask.deleteContentMembership(RBSObject[] content)
          Deletes this content member from the given objects.
 void RBSTask.setRights(RBSRights[] rights)
          Sets the task rights for the task.
 java.lang.String RBSTask.getEntryPoint()
          Returns the entry point of the task
 void RBSTask.setEntryPoint(java.lang.String point)
          Sets the entry point for the task.
 void RBSTask.setTaskParameters(java.lang.String taskParameters)
          Sets the entry point for the task.
 



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