Uses of Class
com.novell.application.console.snapin.SnapinVetoException

Packages that use SnapinVetoException
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.nds Provides interfaces and classes for administering the NDS namespace through ConsoleOne. 
com.novell.admin.rbs Provides interfaces and classes for administering role-based NDS services through ConsoleOne. 
com.novell.application.console.snapin Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. 
 

Uses of SnapinVetoException in com.novell.admin.ns
 

Methods in com.novell.admin.ns that throw SnapinVetoException
 void AdminNamespace.create(NSObject obj)
          Creates a new object in the namespace.
 void AdminNamespace.delete(ObjectEntry obj)
          Deletes an object from the namespace.
 ObjectEntry AdminNamespace.move(ObjectEntry objToMove, ObjectEntry destination)
          Moves an object to another location in the namespace.
 ObjectEntry AdminNamespace.rename(ObjectEntry fromObjEntry, java.lang.String newName)
          Renames an object.
 void AdminNamespace.update(NSObject obj)
          Writes object changes to the namespace.
 

Uses of SnapinVetoException in com.novell.admin.ns.fs
 

Methods in com.novell.admin.ns.fs that throw SnapinVetoException
 void FSNamespace.create(ObjectEntry parent, java.lang.String child, ObjectEntry trusteeOE, FSRights rights)
          creates a File System directory and assigns a trustee with rights to it
 void FSNamespace.purge(ObjectEntry parent, java.util.Vector deletedFileList)
          purges a deleted file from the File System
 void FSNamespace.salvage(ObjectEntry parent, java.lang.Object facade, java.lang.String newName)
          salvages a deleted object in a particular location back to the File System
 

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

Methods in com.novell.admin.ns.fs.nw that throw SnapinVetoException
 void NWFSNamespace.create(ObjectEntry parent, java.lang.String child, ObjectEntry trusteeOE, FSRights rights)
          creates a File System directory and assigns a trustee with rights to it
 void NWFSNamespace.copyTrustees(ObjectEntry objEntrySource, ObjectEntry objEntryDestination)
          copies trustees from the source file to the destination file
 

Uses of SnapinVetoException in com.novell.admin.ns.nds
 

Methods in com.novell.admin.ns.nds that throw SnapinVetoException
 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.
 void NDSNamespace.delete(ObjectEntry obj, ObjectEntry serverObj)
          Deletes an object from the namespace.
 

Uses of SnapinVetoException in com.novell.admin.rbs
 

Methods in com.novell.admin.rbs that throw SnapinVetoException
 void RBSObject.update()
          Writes the NSObject to NDS.
 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.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.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
 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.update()
          OverWrites the base class update
 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.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.update()
          OverWrites the base class update
 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.
 void RBSTask.addRights(RBSRights[] rights)
          Adds the task rights to the task.
 void RBSTask.deleteRights(RBSRights[] rights)
          Deletes the task rights for 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.
 void RBSTask.update()
          OverWrites the base class update
 

Uses of SnapinVetoException in com.novell.application.console.snapin
 

Methods in com.novell.application.console.snapin that throw SnapinVetoException
 void Shell.postVetoableSnapinEvent(SnapinEvent event)
          Posts a vetoable snap-in event.
 void VetoableSnapinListener.vetoableSnapinListener(SnapinEvent event)
          Allows the participating vetoable snap-in to veto a snap-in event.
 



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