|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectEntry | |
| 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. |
| com.novell.admin.snapins.creator | |
| com.novell.application.console.snapin | Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. |
| com.novell.application.console.snapin.context | Provides snap-in context classes for ConsoleOne. |
| com.novell.application.console.util.objectentryselector | Provides a common message box selecting object entries in ConsoleOne. |
| Uses of ObjectEntry in com.novell.admin.common.ui |
| Methods in com.novell.admin.common.ui that return ObjectEntry | |
ObjectEntry |
DNTextField.getSelectedObject()
|
| Constructors in com.novell.admin.common.ui with parameters of type ObjectEntry | |
DNTextField.DNTextField(javax.swing.JFrame parent,
ObjectEntry oe,
java.lang.String text,
java.lang.String[] filters,
boolean canType)
|
|
| Uses of ObjectEntry in com.novell.admin.ns |
| Fields in com.novell.admin.ns declared as ObjectEntry | |
protected ObjectEntry |
DefaultNSObject.objectEntry
The associated ObjectEntry. |
protected ObjectEntry |
MOOManager.treeOE
|
| Methods in com.novell.admin.ns that return ObjectEntry | |
ObjectEntry |
NSObjectEvent.getObjectEntry()
Returns the ObjectEntry of the object that this event is occuring on. |
ObjectEntry |
NSObjectEvent.getNewObjectEntry()
Returns the ObjectEntry of the new object if this is a move event, otherwise null. |
abstract ObjectEntry |
NSObject.getObjectEntry()
Retrieves the object entry representation of the object. |
ObjectEntry |
DefaultNSObject.getObjectEntry()
Retrieves the object entry representation of the object. |
ObjectEntry |
MOOManager.getTreeObjectEntry()
|
ObjectEntry |
Replica.getPartition()
Returns the replica's partition distinguished name. |
ObjectEntry |
Replica.getStoredOnServer()
Returns the fully distinguished name of the server storing the replica. |
ObjectEntry |
AdminNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String child,
java.lang.String className)
Creates an ObjectEntry for a child object that does not exist in the namespace. |
ObjectEntry |
AdminNamespace.getObjectEntry(java.lang.String objEntryStr)
Returns an ObjectEntry for a valid object name. |
ObjectEntry |
AdminNamespace.getObjectEntry(ObjectEntry parentEntry,
java.lang.String objEntryStr)
Returns an ObjectEntry for a valid object name. |
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. |
ObjectEntry |
AuthenticationNamespace.getAuthenticatedIdentity(ObjectEntry obj)
Returns the identity for the current logged in user. |
| Methods in com.novell.admin.ns with parameters of type ObjectEntry | |
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. |
OperationStatus |
PartitionService.createPartition(ObjectEntry partObjEntry)
Creates a partition at the with the specified ObjectEntry as the partition root. |
OperationStatus |
PartitionService.mergePartition(ObjectEntry partObjEntry)
Merges a partition with its parent partition. |
Replica[] |
PartitionService.getPartitionReplicaList(ObjectEntry servObjEntry,
java.lang.String serverToRead)
Returns a list of replicas of a partition objectEntry. |
Replica[] |
PartitionService.getServerPartitionList(ObjectEntry servObjEntry)
Returns the list of replicas stored on a server. |
OperationStatus |
PartitionService.createReplica(ObjectEntry partObjEntry,
java.lang.String servFDN,
int type)
Creates a replica of a specified partition. |
OperationStatus |
PartitionService.deleteReplica(ObjectEntry partObjEntry,
java.lang.String servFDN)
Deletes a replica of a specified partition. |
java.lang.String |
PartitionService.getPartitionRoot(ObjectEntry objEntry)
Returns the fully distinguished name of the specified partition root objEntry. |
boolean |
PartitionService.isPartition(ObjectEntry objEntry)
Determines if an object is a partition. |
PartitionService |
PartitionableNamespace.getPartitionService(ObjectEntry obj)
Returns the partition management tool. |
NSObject |
NSObjectCache.getDetails(java.lang.Object key,
ObjectEntry obj)
Retrieves the cached NSObject for a given key. |
void |
NSObjectCache.freeDetails(java.lang.Object key,
ObjectEntry obj)
Flushes the cache of a particular NSObject associated with a 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). |
ObjectEntry |
AdminNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String child,
java.lang.String className)
Creates an ObjectEntry for a child object that does not exist in the namespace. |
void |
AdminNamespace.delete(ObjectEntry obj)
Deletes an object from the namespace. |
boolean |
AdminNamespace.doesExist(ObjectEntry parentEntry,
java.lang.String objStr)
Checks to see if an object exists in the namespace. |
int |
AdminNamespace.getMaxNameLength(ObjectEntry parentOE,
AttributeDefinition attrDef)
Returns the maximum character length for a new object name, depending on the namespace. |
ObjectType[] |
AdminNamespace.getObjectTypes(ObjectEntry obj)
Returns all of the possible object types for this namespace. |
ObjectType |
AdminNamespace.getObjectType(ObjectEntry obj,
java.lang.String className)
Returns an object type for the given object entry. |
ObjectAttribute[] |
AdminNamespace.getAttributes(ObjectEntry obj,
java.lang.String[] attrStrings)
Reads an existing object in the namespace and returns an array containing the object's attributes, including their values. |
void |
AdminNamespace.setAttributes(ObjectEntry obj,
ObjectAttribute[] attributes)
Writes attributes, including values, to an existing object. |
ClassDefinition |
AdminNamespace.getClassDefinition(ObjectEntry ctxObj,
java.lang.String className)
Reads the namespace schema and returns a class definition for a specific class. |
AttributeDefinition |
AdminNamespace.getAttributeDefinition(ObjectEntry ctxObj,
java.lang.String attrName)
Returns an attribute definition for a specific attribute in a specific context. |
SchemaDefinition |
AdminNamespace.getSchemaDefinition(ObjectEntry ctxObj)
Returns the schema definition from a given context. |
ObjectEntryEnumeration |
AdminNamespace.getChildren(ObjectEntry obj)
Returns an ObjectEntry's child objects. |
ObjectEntryEnumeration |
AdminNamespace.getChildren(ObjectEntry obj,
ResultModifier modifiers)
Returns an ObjectEntry's child objects according to a filtered request. |
Rights |
AdminNamespace.getObjectEffectiveRights(ObjectEntry objForInquire,
ObjectEntry trustee)
Returns the effective rights of an object to a target object. |
Rights[] |
AdminNamespace.getPropertyEffectiveRights(ObjectEntry objForInquire,
ObjectEntry trustee,
java.lang.String[] attrNames)
Returns the effective rights of an object to a target object's 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. |
java.lang.String |
AdminNamespace.getFullName(ObjectEntry objEntry)
Returns the full name or path of an object. |
ObjectEntry |
AdminNamespace.getObjectEntry(ObjectEntry parentEntry,
java.lang.String objEntryStr)
Returns an ObjectEntry for a valid object name. |
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. |
abstract int |
MOOManagerCallBack.update(ObjectEntry nextOE,
int oeCount)
CallBack from MOOManager.updateObjects |
abstract int |
MOOManagerCallBack.handleException(java.lang.Exception e,
ObjectEntry errorOE)
CallBack from MOOManager.updateObjects when an exception occurs |
ObjectEntry |
AuthenticationNamespace.getAuthenticatedIdentity(ObjectEntry obj)
Returns the identity for the current logged in user. |
void |
AuthenticationNamespace.changePassword(ObjectEntry obj)
Changes a password for an object. |
void |
AuthenticationNamespace.changePassword(ObjectEntry obj,
java.lang.String oldPassword,
java.lang.String newPassword)
Changes a password for an object. |
void |
AuthenticationNamespace.setPassword(ObjectEntry obj)
Sets the password for an object. |
void |
AuthenticationNamespace.setPassword(ObjectEntry obj,
java.lang.String password)
Sets the password for an object. |
void |
AuthenticationNamespace.authenticate(ObjectEntry obj)
Authenticates an object. |
void |
AuthenticationNamespace.unAuthenticate(ObjectEntry obj)
UnAuthenticates the object. |
void |
AuthenticationNamespace.unAuthenticate(ObjectEntry obj,
java.lang.String password)
UnAuthenticates the object. |
int |
MultiObjModificationCallBack.update(ObjectEntry nextOE)
CallBack from MultiObjModificationNamespace.updateMultipleObjects |
| Constructors in com.novell.admin.ns with parameters of type ObjectEntry | |
NSObjectEvent.NSObjectEvent(java.lang.Object obj,
java.lang.String eventIn,
ObjectEntry oldObjEntry,
ObjectEntry newObjEntry)
Constructor for the snapin event. |
|
DefaultNSObject.DefaultNSObject(ObjectEntry objEntry,
java.util.Vector attributes,
long rev)
Constructor. |
|
MOOManager.MOOManager(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
Constructor. |
|
MODObject.MODObject(ObjectEntry objEntry)
Constructor. |
|
Replica.Replica(ObjectEntry partition,
ObjectEntry server)
Constructor that contains basic replica information, which includes the partition's fully distinguished name and the fully distinguished name of the server holding the replica. |
|
| Uses of ObjectEntry in com.novell.admin.ns.fs |
| Subclasses of ObjectEntry in com.novell.admin.ns.fs | |
class |
FSRootObjectEntry
This class represents the root Object Entry within the file system namespace It has 2 additional instance variables than the basic Object Entry |
| Methods in com.novell.admin.ns.fs that return ObjectEntry | |
ObjectEntry |
FSRootObjectEntry.getFederationPointObject()
Returns the object entry where the federation started |
ObjectEntry |
FSNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String context)
Deprecated. This routine was used to keep track of the federation point into the file system namespace. This was done in a dangerous way which could cause namespace inconsistencies. Please use getFSRootOE(ObjectEntry federationPointObject) to create initial or root ObjectEntries within the file system namespace. |
ObjectEntry |
FSNamespace.getFederationObjectEntry()
Deprecated. This routine may return erronous results unless specific namespace routines are called in a specific sequence. It will also return incorrect results if the filesystem namespace was federated into from multiple points using now deprecated namespace calls. The file system namespace should be federated into using getFSRootOE(ObjectEntry federationPointObject). Please use getFederationObjectEntry(ObjectEntry obj) in place of this routine. |
ObjectEntry |
FSNamespace.getFederationObjectEntry(ObjectEntry obj)
gets the Object Entry that the File System federated off of. |
ObjectEntry |
FSNamespace.getObjectEntry(java.lang.String objEntryStr,
boolean bUseStoredRootName)
Deprecated. This routine may return erronous results unless specific namespace routines are called in a specific sequence. It will also return incorrect results if the filesystem namespace was federated into from multiple points using now deprecated namespace calls. The file system namespace should be federated into using getFSRootOE(ObjectEntry federationPointObject). Please use getObjectEntry(ObjectEntry parentEntry, String objEntryStr) in place of this routine. |
| Methods in com.novell.admin.ns.fs with parameters of type ObjectEntry | |
ObjectEntry |
FSNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String context)
Deprecated. This routine was used to keep track of the federation point into the file system namespace. This was done in a dangerous way which could cause namespace inconsistencies. Please use getFSRootOE(ObjectEntry federationPointObject) to create initial or root ObjectEntries within the file system namespace. |
FSRootObjectEntry |
FSNamespace.getFSRootOE(ObjectEntry federationPointObject)
get an FSRootObjectEntry for a NDS volume object. |
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 |
ObjectEntry |
FSNamespace.getFederationObjectEntry(ObjectEntry obj)
gets the Object Entry that the File System federated off of. |
ObjectAttribute[] |
FSNamespace.getAttributes(ObjectEntry obj)
gets the attributes of a file, directory or volume in the File System |
Rights |
FSNamespace.getObjectEffectiveRights(ObjectEntry obj,
java.lang.String trustee)
Gets the effect rights a trustee has on a particular File System object |
Rights |
FSNamespace.getObjectEffectiveRights(ObjectEntry obj)
Gets the effect rights the current user has on a particular File System object |
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 |
java.util.Enumeration |
FSNamespace.getDeletedObjectList(ObjectEntry parent,
ResultModifier modifier)
|
java.util.Enumeration |
FSNamespace.getDeletedObjectInformationList(ObjectEntry parent)
|
void |
FSNamespace.setTrusteeRights(ObjectEntry objEntry,
ObjectEntry trusteeOE,
int rights)
Modifies a File System object by assigning a trustee with rights to it |
void |
FSNamespace.setTrusteeRestriction(ObjectEntry volumeObj,
ObjectEntry trusteeOE,
int limit)
Modifies a File System volume by assigning a trustee with restrictions to it. |
java.lang.String[] |
FSNamespace.getTrusteePathList(ObjectEntry obj,
java.lang.String trustee)
return the list of files and directories the trustee has explicit rights to. |
int |
FSNamespace.getUserSpaceInUse(ObjectEntry volumeObj,
java.lang.String user)
Gets the User Space In Use for a volume where a file system object entry resides |
java.lang.String |
FSNamespace.getRootTree(ObjectEntry obj)
Gets the NDS root Tree name for an ObjectEntry in the file system namespace. |
java.lang.String |
FSNamespace.getRootServer(ObjectEntry obj)
Gets the root Server name from an ObjectEntry. |
java.lang.String |
FSNamespace.getFullDirectoryPath(ObjectEntry obj)
Determines the full directory path based on the ObjectEntry name. |
java.lang.String |
FSNamespace.mapVolumeToRootName(ObjectEntry volumeObj)
return the root name of the File System based on the Federation volume. |
long |
FSNamespace.getVolumeBlockSize(ObjectEntry volumeObj)
Gets the Block size from a volume |
boolean |
FSNamespace.canVolumeMigrate(ObjectEntry obj)
A check to determine if the selected File System volume can perform migrations. |
boolean |
FSNamespace.canVolumeCompress(ObjectEntry obj)
A check to determine if the selected File System volume can perform compressions. |
boolean |
FSNamespace.isReadOnly(ObjectEntry obj)
return true if the object is read-only, false otherwise. |
boolean |
FSNamespace.isDeleteInhibit(ObjectEntry obj)
return true if the object is delete inhibited, false otherwise. |
boolean |
FSNamespace.isRenameInhibit(ObjectEntry obj)
return true if the object is rename inhibited, false otherwise. |
boolean |
FSNamespace.isTransactional(ObjectEntry obj)
return true if the object is transactional, false otherwise. |
void |
FSNamespace.removeReadOnly(ObjectEntry obj)
remove the read-only attributes from the object. |
void |
FSNamespace.removeDeleteReadOnly(ObjectEntry obj)
remove the delete read-only attributes from the object. |
void |
FSNamespace.removeRenameReadOnly(ObjectEntry obj)
remove the rename read-only attributes from the object. |
void |
FSNamespace.replaceRenameReadOnly(ObjectEntry obj,
boolean isReadOnly)
replaces the rename read-only attributes to the object. |
java.lang.Object |
FSNamespace.getContext(ObjectEntry objEntry)
return the initial context to be used. |
long |
FSNamespace.getFileSize(ObjectEntry fileOE)
Returns athe size of the file |
java.io.InputStream |
FSNamespace.getFileInputStream(ObjectEntry objToUse)
Returns an InputStream for the specified ObjectEntry. |
java.io.OutputStream |
FSNamespace.getFileOutputStream(ObjectEntry objToUse)
Returns an OutputStream for the specified ObjectEntry. |
void |
FSNamespace.unAuthenticate(ObjectEntry obj)
UnAuthenticates the object from any filesystem (i.e server/filesystem) that it may have created an authenticated identity to. |
| Constructors in com.novell.admin.ns.fs with parameters of type ObjectEntry | |
FSNSObject.FSNSObject(ObjectEntry objEntry,
java.util.Vector attributes,
long rev)
Constructor. |
|
FSRootObjectEntry.FSRootObjectEntry(ObjectEntry federationPointObject,
java.lang.String fullRootContextIdentifer,
ObjectType type,
java.lang.String simpleName)
Contructs an FSRootObjectEntry in the file system namespace. |
|
FSRootObjectEntry.FSRootObjectEntry(ObjectEntry federationPointObject,
java.lang.String fullRootContextIdentifer,
ObjectType type,
java.lang.String simpleName,
long objectFlags)
Contructs an FSRootObjectEntry with the objectFlags in the file system namespace. |
|
FSInputStreamFactory.FSInputStreamFactory(ObjectEntry objEnt)
|
|
FSMODObject.FSMODObject(ObjectEntry objEntry)
Constructor. |
|
| Uses of ObjectEntry in com.novell.admin.ns.fs.nw |
| Methods in com.novell.admin.ns.fs.nw with parameters of type ObjectEntry | |
java.lang.String[] |
NWFSNamespace.getVolumeNameSpaces(ObjectEntry oe)
Get a string array of the volume namespaces. |
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 |
ObjectEntryEnumeration |
NWFSNamespace.getChildren(ObjectEntry obj,
ResultModifier modifiers)
Gets the subordinate objects from an ObjectEntry. |
ValueComponent |
NWFSNamespace.getVolumeUtilization(ObjectEntry obj,
java.lang.String user)
Gets the Volume Utilization ValueComponent from a volume for a particular user. |
ValueComponent |
NWFSNamespace.getVolumeInformation(ObjectEntry obj)
Gets the Volume Information ValueComponent from a volume |
long |
NWFSNamespace.getUserSpaceAvailable(ObjectEntry obj,
java.lang.String user)
Gets the User Space Available for a volume where a file system object entry resides |
java.lang.String |
NWFSNamespace.getRootVolume(ObjectEntry obj)
Gets the root Volume name from an ObjectEntry. |
void |
NWFSNamespace.copyTrustees(ObjectEntry objEntrySource,
ObjectEntry objEntryDestination)
copies trustees from the source file to the destination file |
| Constructors in com.novell.admin.ns.fs.nw with parameters of type ObjectEntry | |
NWFSMODObject.NWFSMODObject(ObjectEntry objEntry)
Constructor. |
|
| Uses of ObjectEntry in com.novell.admin.ns.jfs |
| Methods in com.novell.admin.ns.jfs that return ObjectEntry | |
ObjectEntry[] |
LocalVolumesNamespace.getInitialObjectEntries(ObjectEntry oe,
context)
|
ObjectEntry[] |
LocalVolumesNamespace.getInitialObjectEntries()
|
ObjectEntry |
LocalVolumesNamespace.getObjectEntry(java.lang.String objName)
|
ObjectEntry |
LocalVolumesNamespace.getObjectEntry(ObjectEntry temp,
java.lang.String objName)
|
| Methods in com.novell.admin.ns.jfs with parameters of type ObjectEntry | |
ObjectEntry[] |
LocalVolumesNamespace.getInitialObjectEntries(ObjectEntry oe,
context)
|
ObjectEntry |
LocalVolumesNamespace.getObjectEntry(ObjectEntry temp,
java.lang.String objName)
|
java.lang.String |
LocalVolumesNamespace.getFullName(ObjectEntry oe)
|
ObjectType[] |
LocalVolumesNamespace.getObjectTypes(ObjectEntry oe)
|
ObjectEntryEnumeration |
LocalVolumesNamespace.getChildren(ObjectEntry obj,
context)
|
ObjectEntryEnumeration |
LocalVolumesNamespace.getChildren(ObjectEntry oe)
|
ObjectEntryEnumeration |
LocalVolumesNamespace.getChildren(ObjectEntry oe,
ResultModifier modifiers)
|
ObjectEntryEnumeration |
LocalVolumesNamespace.getChildContainers(ObjectEntry parent,
ResultModifier modifier)
|
| Constructors in com.novell.admin.ns.jfs with parameters of type ObjectEntry | |
JFSNSObject.JFSNSObject(ObjectEntry objEntry,
java.util.Vector attributes,
long rev)
Constructor. |
|
| Uses of ObjectEntry in com.novell.admin.ns.nds |
| Methods in com.novell.admin.ns.nds that return ObjectEntry | |
ObjectEntry |
NDSNCPExtension.getNCPExtensionServerOE()
Returns the server object entry. |
| Methods in com.novell.admin.ns.nds with parameters of type ObjectEntry | |
java.io.InputStream |
NDSInputStreamFactory.getInputStream(ObjectEntry serverObj)
Returns the InputStream from the passed in server |
void |
NDSPartitionService.abortPartitionOperation(ObjectEntry partObjEntry)
Aborts a partition operation on the input partObjEntry |
NDSPartitionInfo |
NDSPartitionService.getPartitionInfo(ObjectEntry partObjEntry)
Returns partition information of a partition. |
int |
NDSPartitionService.getNumberOfReplicasOnServer(ObjectEntry servObjEntry)
Returns the number of replicas stored on the input server object entry. |
OperationStatus |
NDSPartitionService.changeReplicaType(ObjectEntry partObjEntry,
java.lang.String servFDN,
int type)
Changes the replica type of a partition replica on a server |
NDSReplicaInfo |
NDSPartitionService.getReplicaInfo(ObjectEntry pFDN,
ObjectEntry servFDN)
Returns a replica's information. |
java.util.Date |
NDSPartitionService.getUTCTime(ObjectEntry partObjEntry)
Returns the Universal Time Coordinated (UTC) setting of the server. |
NDSReplicaInfo[] |
NDSPartitionService.getDirectedPartitionReplicaList(ObjectEntry partitionOE,
ObjectEntry serverOE)
Returns a list of NDSReplicaInfo of a partition objectEntry from directed server. |
void |
NDSPartitionService.sendUpdates(ObjectEntry partObjEntry,
java.lang.String servFDN)
This replica sends updates to all other replicas. |
void |
NDSPartitionService.receiveUpdates(ObjectEntry partObjEntry,
java.lang.String servFDN)
This replica receives updates from the master replica. |
void |
NDSPartitionService.syncReplica(ObjectEntry partObjEntry,
java.lang.String servFDN)
This method updates each replica of a partition after an addition, deletion, or modification to NDS. |
ObjectEntryEnumeration |
NDSNamespace.getChildContainers(ObjectEntry parent,
ResultModifier modifiers)
Retrieves the child container objects for a given container object. |
java.lang.String |
NDSNamespace.getDereferencedAliasObjectDN(ObjectEntry aliasOE)
Retrieves the DN of the object the alias is pointing to. |
java.lang.String[] |
NDSNamespace.getNameComponents(ObjectEntry oe)
Returns an array of distinguished names. |
ObjectType[] |
NDSNamespace.getObjectType(ObjectEntry tree,
java.lang.String[] objectFDN)
Returns an ObjectType for each object's fully distinguished name (FDN). |
java.lang.String |
NDSNamespace.getFullyTypedName(ObjectEntry objectEntry)
Returns the object's fully typed name, not including the root entry. |
java.util.Date |
NDSNamespace.getLastModificationTime(ObjectEntry objectEntry)
Returns the time of the last modification of the object in NDS. |
java.lang.String |
NDSNamespace.getUnrootedName(ObjectEntry objectEntry)
Returns the object's fully distinguished name, not including the tree. |
PartitionService |
NDSNamespace.getPartitionService(ObjectEntry obj)
Returns the handle to the partition management service. |
boolean |
NDSNamespace.isSkadsServer(ObjectEntry obj)
Determines whether or not the object is in an NDS v8 tree. |
boolean |
NDSNamespace.isServerUp(ObjectEntry obj)
Determines whether or not the particular server is up. |
ObjectAttribute |
NDSNamespace.getAttribute(ObjectEntry obj,
java.lang.String attrStr)
Returns the attribute value(s) for a namespace object's specific attribute. |
NDSNCPExtension |
NDSNamespace.getNCPExtension(java.lang.String name,
ObjectEntry serverOE)
Helper method to the ncp extension device. |
java.lang.Object |
NDSNamespace.getContext(ObjectEntry oe)
Helper method to return a Provider Context |
ObjectAttribute[] |
NDSNamespace.getAttributes(ObjectEntry obj,
java.lang.String[] attrStrings,
ObjectEntry serverObj)
Reads an existing object in the namespace and returns an array containing the object's attributes, including their values. |
NSObject |
NDSNamespace.getDetails(ObjectEntry obj,
ObjectEntry serverObj)
Reads the details for an existing object and returns an NSObject for that object. |
void |
NDSNamespace.setAttribute(ObjectEntry obj,
ObjectAttribute attribute)
Writes the attribute value for a namespace objects particular attribute. |
Rights |
NDSNamespace.getPropertyEffectiveRights(ObjectEntry objForInquire,
ObjectEntry trustee,
java.lang.String attrName)
Get the effective property rights of a trustee on an objects attribute. |
int |
NDSNamespace.ncpFragmentRequest(ObjectEntry oe,
int ncp,
int verb,
byte[][] requestFrags,
byte[][] replyFrags)
Send NCP using a fragmented request |
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. |
NSObject |
NDSObject.clone(ObjectEntry newIdentity)
Creates an exact duplicate of this NSObject but gives it a new identity. |
| Constructors in com.novell.admin.ns.nds with parameters of type ObjectEntry | |
NDSReplica.NDSReplica(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState)
Constructor that contains some NDS replica information. |
|
NDSReplicaInfo.NDSReplicaInfo(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
java.lang.String srvReadFDN,
int ndsRepNum,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState,
java.util.Date lastSuccessfulSyncTime,
java.util.Vector refAddr,
int syncErr)
Constructor that contains NDS replica information. |
|
NDSPartitionOperationStatus.NDSPartitionOperationStatus(ObjectEntry partObjEntry,
NDSPartitionService partitionService,
java.lang.Thread operationT)
Constructor |
|
NDSMOOManagerImpl.NDSMOOManagerImpl(ObjectEntry inTreeOE,
ObjectEntryEnumeration inoeEnumeration)
Constructor. |
|
NDSObject.NDSObject(ObjectEntry objEntry,
java.util.Vector initialAttributes,
long rev)
Constructor. |
|
| Uses of ObjectEntry in com.novell.admin.ns.nw |
| Methods in com.novell.admin.ns.nw that return ObjectEntry | |
ObjectEntry[] |
NetWareNamespace.getInitialObjectEntries(ObjectEntry oe,
context)
|
ObjectEntry[] |
NetWareNamespace.getInitialObjectEntries()
Gets the root object entry. |
ObjectEntry |
NetWareNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String child,
java.lang.String className)
Create an ObjectEntry for a child. |
ObjectEntry |
NetWareNamespace.getObjectEntry(java.lang.String objEntryStr)
Returns an ObjectEntry representation of the tree of the string passed in. |
ObjectEntry |
NetWareNamespace.getObjectEntry(ObjectEntry parentObjEntry,
java.lang.String child)
Returns an ObjectEntry representation of the String passed in. |
ObjectEntry |
NetWareNamespace.NetWareObjectEntryEnumeration.next()
Retrieve the next element in the enumeration. |
| Methods in com.novell.admin.ns.nw with parameters of type ObjectEntry | |
ObjectEntry[] |
NetWareNamespace.getInitialObjectEntries(ObjectEntry oe,
context)
|
ObjectEntry |
NetWareNamespace.createObjectEntry(ObjectEntry parent,
java.lang.String child,
java.lang.String className)
Create an ObjectEntry for a child. |
ObjectType[] |
NetWareNamespace.getObjectTypes(ObjectEntry entry)
Returns all of the posible object types for this namespace. |
java.lang.String |
NetWareNamespace.getFullName(ObjectEntry obj)
Returns the full name of the objectEntry. |
ObjectEntryEnumeration |
NetWareNamespace.getChildContainers(ObjectEntry parent,
ResultModifier modifier)
Gets the subordinate objects from an ObjectEntry. |
java.lang.String |
NetWareNamespace.getUnrootedName(ObjectEntry obj)
Gets the objects name not including the root portion. |
NSObject |
NetWareNamespace.getDetails(ObjectEntry objEntry)
Returns a NSObject from an ObjectEntry. |
ObjectEntry |
NetWareNamespace.getObjectEntry(ObjectEntry parentObjEntry,
java.lang.String child)
Returns an ObjectEntry representation of the String passed in. |
| Constructors in com.novell.admin.ns.nw with parameters of type ObjectEntry | |
NetWareNamespace.NetWareObjectEntryEnumeration.NetWareNamespace.NetWareObjectEntryEnumeration(ObjectEntry[] children)
Constructor |
|
| Uses of ObjectEntry in com.novell.admin.rbs |
| Fields in com.novell.admin.rbs declared as ObjectEntry | |
ObjectEntry |
RBSObject.oe
|
| Methods in com.novell.admin.rbs that return ObjectEntry | |
ObjectEntry |
RBSObject.getObjectEntry()
Returns the object entry |
static ObjectEntry[] |
NSModel.getDN(ObjectEntry oe,
NSObject nsObj,
java.lang.String attrName)
Reads the DNs of an attribute and returns the corresponding ObjectEntries. |
ObjectEntry |
RBSAssociation.getObject()
Returns the User, Group, O, or OU in this Association. |
ObjectEntry |
RBSAssociation.getPreviousScope()
Gets the previous scope of this relationship. |
ObjectEntry |
RBSAssociation.getScope()
Gets the scope of this relationship. |
ObjectEntry[] |
RBSRole.getOwners()
Returns the owners of the role |
| Methods in com.novell.admin.rbs with parameters of type ObjectEntry | |
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 |
void |
RBSAssociation.setObject(ObjectEntry obj)
Sets the ObjectEntry representing the User, Group, O, or OU in this Association. |
void |
RBSAssociation.setScope(ObjectEntry theScope)
Sets the scope scope to be used in this relation. |
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.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. |
static boolean |
RBSUtil.canPerformTask(ObjectEntry identity,
ObjectEntry scope,
RBSTask task)
Checks to see if a user can perform a task at a certain scope; NOTE that this does NOT check for NDS rights to perform the task it only checks to see if the Task is a member of a role assigned to this user. |
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. |
| Constructors in com.novell.admin.rbs with parameters of type ObjectEntry | |
RBSObject.RBSObject(ObjectEntry objectOE)
Constructor. |
|
RBSExternalScope.RBSExternalScope(ObjectEntry objectOE)
Constructor. |
|
RBSAssociation.RBSAssociation(ObjectEntry objectEntry,
RBSRole rbsRole,
ObjectEntry theScope,
long scopeIndex,
boolean inherit)
Constructor. |
|
RBSModule.RBSModule(ObjectEntry objectOE)
Constructor. |
|
RBSSchemaVerifier.RBSSchemaVerifier(InitSnapinInfo snapinInfo,
ObjectEntry treeOE)
Constructor. |
|
RBSAssociatedObject.RBSAssociatedObject(ObjectEntry objectEntry)
Modeling Constructor. |
|
RBSRole.RBSRole(ObjectEntry objectOE)
Constructor. |
|
RBSTask.RBSTask(ObjectEntry objectOE)
Constructor. |
|
| Uses of ObjectEntry in com.novell.admin.snapins.creator |
| Methods in com.novell.admin.snapins.creator that return ObjectEntry | |
ObjectEntry |
CreatorSnapinContext.getObjectEntry()
Returns the currently selected ObjectEntry in the Tree. |
ObjectEntry |
CreatorInfo.getParentOE()
|
ObjectEntry[] |
CreatorInfo.getAllOEs()
|
ObjectEntry |
CreatorInfo.getNewOE()
|
| Methods in com.novell.admin.snapins.creator with parameters of type ObjectEntry | |
void |
CreatorEngine.create(ObjectEntry parentOE)
|
void |
CreatorEngine.create(ObjectEntry parentOE,
java.lang.String objectName)
|
void |
CreatorEngine.create(ObjectEntry parentOE,
java.lang.String objectName,
boolean showNoSnapinsMsg)
|
abstract void |
CreatorSnapinPanel.onPostCreate(ObjectEntry oe)
The snapin gets called via this method as soon as the object is created. |
void |
CreatorSnapin.onPostCreate(ObjectEntry oe)
The snapin gets called via this method as soon as the object is created. |
void |
CreatorInfo.setParentOE(ObjectEntry parentOE)
|
void |
CreatorInfo.setNewOE(ObjectEntry oe)
|
| Constructors in com.novell.admin.snapins.creator with parameters of type ObjectEntry | |
CreatorInfo.CreatorInfo(Shell shell,
ObjectEntry parentOE,
java.lang.String objectName)
|
|
| Uses of ObjectEntry in com.novell.application.console.snapin |
| Methods in com.novell.application.console.snapin that return ObjectEntry | |
ObjectEntry |
ResultModifierSnapin.getCurrentContext()
Returns the current object entry container to which the ResultModifer should be applied. |
ObjectEntry |
ObjectEntryEnumeration.next()
Returns the next ObjectEntry of the enumeration. |
ObjectEntry |
DefaultIndexedObjectEntryEnumeration.next()
Returns the next ObjectEntry element in this enumeration. |
ObjectEntry |
DefaultIndexedObjectEntryEnumeration.previous()
Returns the previous entry in this enumeration and moves the enumeration cursor to the previous entry. |
ObjectEntry[] |
DefaultIndexedObjectEntryEnumeration.getNext(int count)
Returns the next specified number of entries in this enumeration. |
ObjectEntry[] |
DefaultIndexedObjectEntryEnumeration.getPrev(int count)
Returns the previous specified number of entries in this enumeration. |
ObjectEntry[] |
IndexedObjectEntryEnumeration.getNext(int count)
Returns the next entries in the enumeration, as indicated by the count. |
ObjectEntry[] |
IndexedObjectEntryEnumeration.getPrev(int count)
Returns the previous entries in the enumeration, as indicated by the count. |
ObjectEntry |
NamespaceSnapin.getObjectEntry(java.lang.String name)
Returns an ObjectEntry represented by a name. |
ObjectEntry[] |
NamespaceSnapin.getInitialObjectEntries()
Returns the root ObjectEntry array. |
ObjectEntry |
DefaultObjectEntryEnumeration.next()
Return the next child as an ObjectEntry. |
ObjectEntry |
InvalidateCacheEvent.getObjectEntry()
Object to refresh. |
ObjectEntry |
Shell.getTreeSelection()
Returns the ObjectEntry associated with the item selected in the left panel of the shell tree. |
ObjectEntry[] |
Shell.getRootTreeList()
Returns the ObjectEntry array currently making up the root level of the tree. |
ObjectEntry[] |
Shell.mapObjectEntry(ObjectEntry entry)
Returns the ObjectEntries that from other namespaces that this entry maps to. |
ObjectEntry |
Shell.mapObjectEntryToNamespace(ObjectEntry entry,
java.lang.String namespaceUniqueID)
Returns the ObjectEntry from a given namespace that this entry maps to. |
ObjectEntry |
AutoPromoteObjectEntryEnumeration.next()
Returns the next ObjectEntry of the enumeration. |
ObjectEntry |
DefaultBrowserObjectEntryEnumeration.next()
Returns the next ObjectEntry element from the enumeration. |
ObjectEntry |
DefaultBrowserObjectEntryEnumeration.previous()
Returns the previous entry in the enumeration and moves the enumeration cursor to the previous entry. |
ObjectEntry |
SortModifiedEnumeration.next()
Return the next child as an ObjectEntry. |
ObjectEntry |
MapObjectEntrySnapin.mapObjectEntry(ObjectEntry entry)
Maps an ObjectEntry in one namespace to a ObjectEntry in another namespace. |
ObjectEntry |
DefaultVirtualObjectEntryEnumeration.next()
Get the next ObjectEntry element from the enumeration. |
ObjectEntry |
DefaultVirtualObjectEntryEnumeration.previous()
Returns the previous entry in the enumeration and moves the enumeration cursor to the previous entry. |
ObjectEntry[] |
DefaultVirtualObjectEntryEnumeration.getNext(int iCount)
Returns the next count entries in the enumeration. |
ObjectEntry[] |
DefaultVirtualObjectEntryEnumeration.getPrev(int iCount)
Returns the previous count entries in the enumeration. |
ObjectEntry |
BrowserObjectEntryEnumeration.previous()
Returns the previous entry in the enumeration. |
ObjectEntry |
DefaultChildContainersObjectEntryEnumeration.next()
Returns the next ObjectEntry of the enumeration. |
ObjectEntry[] |
VirtualObjectEntryEnumeration.getNext(int count)
Returns the next count entries in the enumeration. |
ObjectEntry[] |
VirtualObjectEntryEnumeration.getPrev(int count)
Returns the previous entries in the enumeration, as indicated by the count. |
ObjectEntry |
ObjectEntry.getParent()
Returns the specified ObjectEntry's parent object. |
ObjectEntry |
ObjectEntry.getRoot()
Returns the root object in the lineage of this ObjectEntry. |
ObjectEntry |
DefaultObjectEntryCollection.getFirstElement()
Returns the first element in the enumeration. |
ObjectEntry |
ResultModifiedEnumeration.next()
Return the next child as an ObjectEntry. |
ObjectEntry |
ObjectEntryCollection.getFirstElement()
Returns the first element in the enumeration. |
| Methods in com.novell.application.console.snapin with parameters of type ObjectEntry | |
java.lang.String |
DisplayNameSnapinRev2.getDisplayName(ObjectEntry entry,
int displayStyle)
Returns the display name associated with the specified ObjectEntry in the tree in the specified display format (SHORT or FULLY_QUALIFIED) |
java.awt.Component |
ResultModifierSnapin.getUIComponent(ObjectEntry oe,
ResultModifier resultModifier)
Returns a Component that contains the UI used to enter the ResultModifer criteria. |
void |
DefaultIndexedObjectEntryEnumeration.insert(ObjectEntry oe,
int index)
Inserts an ObjectEntry object into this enumeration at the
specified index. |
void |
DefaultIndexedObjectEntryEnumeration.append(ObjectEntry oe)
Appends an ObjectEntry object to this enumeration. |
int |
DefaultIndexedObjectEntryEnumeration.remove(ObjectEntry oe)
Removes the specified ObjectEntry from this enumeration. |
void |
DefaultIndexedObjectEntryEnumeration.replace(ObjectEntry oldEntry,
ObjectEntry newEntry)
Replaces an ObjectEntry object in this enumeration with
another ObjectEntry object. |
ObjectEntryEnumeration |
NamespaceSnapin.getChildren(ObjectEntry parent,
ResultModifier modifier)
Returns an enumeration for subordinate objects (children). |
ObjectEntryEnumeration |
NamespaceSnapin.getChildContainers(ObjectEntry parent,
ResultModifier modifier)
Returns an enumeration for subordinate container objects (children). |
ObjectType[] |
NamespaceSnapin.getObjectTypes(ObjectEntry referentContext)
Returns an array of object types contained by the name space. |
java.lang.String |
NamespaceSnapin.getFullName(ObjectEntry entry)
Returns the full name of the ObjectEntry. |
void |
Shell.refreshTreeEntry(ObjectEntry refreshEntry)
Brings the tree view up to date with the actual data at the point where the ObjectEntry exists in the tree. |
javax.swing.Icon |
Shell.getDisplayIcon(ObjectEntry objectEntry)
Returns the snap-in icon associated with the specified ObjectEntry in the tree. |
Snapin[] |
Shell.loadPageSnapins(ObjectEntry objectEntry)
Returns an array of page snap-ins based on the object entry parameter. |
java.lang.String |
Shell.getDisplayName(ObjectEntry object)
Returns the display name associated with the specified ObjectEntry in the tree. |
java.lang.String |
Shell.getDisplayName(ObjectEntry object,
int displayStyle)
Returns the display name associated with the specified ObjectEntry. |
void |
Shell.setTreeSelection(ObjectEntry selection)
Sets the current selection to a particular object in the tree. |
void |
Shell.ensureViewObjectIsVisible(ObjectEntry object)
Ensures the indicated object is visible in the current view. |
boolean |
Shell.isContainer(ObjectEntry entry)
Checks to see if an object is a container. |
ObjectEntryEnumeration |
Shell.getChildren(ObjectEntry entry)
Deprecated. As of ConsoleOne version 1.2, use Shell.getChildren(ObjectEntry, ResultModifier) instead. |
ObjectEntryEnumeration |
Shell.getChildren(ObjectEntry entry,
ResultModifier resultModifier)
Returns the enumeration of children for an ObjectEntry. |
ObjectEntryEnumeration |
Shell.getChildContainers(ObjectEntry entry,
ResultModifier resultModifier)
Returns an ObjectEntry's children that should appear in the tree. |
ObjectType[] |
Shell.getObjectTypes(ObjectEntry referenceContext)
Returns an array of object types contained by the name space. |
boolean |
Shell.executeDefaultPopupMenuItemAction(ObjectEntry entry)
Executes the default action on an ObjectEntry. |
void |
Shell.addObjectEntryToTreeRoot(ObjectEntry entry,
boolean persist)
NOTE: The persist parameter is no longer recognized. |
void |
Shell.removeObjectEntryFromTreeRoot(ObjectEntry entry)
Removes an ObjectEntry from the root level of the tree if it is there. |
ObjectEntry[] |
Shell.mapObjectEntry(ObjectEntry entry)
Returns the ObjectEntries that from other namespaces that this entry maps to. |
ObjectEntry |
Shell.mapObjectEntryToNamespace(ObjectEntry entry,
java.lang.String namespaceUniqueID)
Returns the ObjectEntry from a given namespace that this entry maps to. |
void |
Shell.replaceTreeEntry(ObjectEntry oldEntry,
ObjectEntry newEntry)
Replaces an item in the tree with a new entry because of renaming or other actions. |
void |
Shell.refreshTreeEntryNameAndIcon(ObjectEntry entry)
Refreshes the name and icon for an object in the tree. |
ObjectEntry |
MapObjectEntrySnapin.mapObjectEntry(ObjectEntry entry)
Maps an ObjectEntry in one namespace to a ObjectEntry in another namespace. |
void |
MutableSelectionSet.ensureObjectIsVisible(ObjectEntry object)
Ensures that the indicated object is visible in the view. |
void |
DefaultObjectEntryCollection.addEntries(ObjectEntry[] oes,
boolean allowDuplicates)
|
void |
DefaultObjectEntryCollection.addEntry(ObjectEntry oe,
boolean allowDuplicates)
|
void |
DefaultObjectEntryCollection.removeEntries(ObjectEntry[] oes,
boolean removeDuplicates)
|
void |
DefaultObjectEntryCollection.removeEntry(ObjectEntry oe,
boolean removeDuplicates)
|
javax.swing.Icon |
DisplayIconSnapin.getDisplayIcon(ObjectEntry entry)
Returns the snap-in icon associated with the specified ObjectEntry in the tree. |
java.lang.String |
DisplayNameSnapin.getDisplayName(ObjectEntry entry)
Returns the display name associated with the specified ObjectEntry
object in the tree. |
| Constructors in com.novell.application.console.snapin with parameters of type ObjectEntry | |
DefaultObjectEntryEnumeration.DefaultObjectEntryEnumeration(ObjectEntry entry)
This is a convenience constructor for creating an ObjectEntryEnumeration with a single entry. |
|
DefaultObjectEntryEnumeration.DefaultObjectEntryEnumeration(ObjectEntry[] list)
Creates a DefaultObjectEntryEnumeration from an array of ObjectEntrys. |
|
InvalidateCacheEvent.InvalidateCacheEvent(ObjectEntry entry,
int depth)
Creates an invalidate cache event object. |
|
AutoPromoteObjectEntryEnumeration.AutoPromoteObjectEntryEnumeration(ObjectEntry[] list)
Creates an AutoPromoteObjectEntryEnumeration from an ObjectEntry array. |
|
DefaultChildContainersObjectEntryEnumeration.DefaultChildContainersObjectEntryEnumeration(ObjectEntry[] list)
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry array. |
|
ObjectEntry.ObjectEntry(java.lang.String name,
ObjectType type,
ObjectEntry parent)
Contructs an ObjectEntry of the specified ObjectType with the object parent. |
|
ObjectEntry.ObjectEntry(java.lang.String name,
ObjectType type,
ObjectEntry parent,
long objectFlags)
Contructs an ObjectEntry of the specified ObjectType with objectFlags and object parent. |
|
DefaultObjectEntryCollection.DefaultObjectEntryCollection(ObjectEntry[] oes)
Creates a collection from an array of entries. |
|
DefaultObjectEntryCollection.DefaultObjectEntryCollection(ObjectEntry oe)
Creates a collection from a single entry. |
|
DefaultObjectEntryCollection.DefaultObjectEntryCollection(ObjectEntry[] oes,
boolean allowDuplicates)
Creates a collection that allows duplicates from an array of entries. |
|
DefaultObjectEntryCollection.DefaultObjectEntryCollection(ObjectEntry oe,
boolean allowDuplicates)
Creates a collection from a single object that may allow duplicates. |
|
| Uses of ObjectEntry in com.novell.application.console.snapin.context |
| Methods in com.novell.application.console.snapin.context that return ObjectEntry | |
ObjectEntry |
MapObjectEntrySnapinContext.getObjectEntry()
Retrieves the ObjectEntry from the context. |
ObjectEntry |
PopupMenuSnapinContext.getParentObjectEntry()
Retrieves the ObjectEntry from the context which represents the parent for the popup menu. |
ObjectEntry |
ViewSnapinContext.getObjectEntry()
Returns the currently selected ObjectEntry in the Object Browser window for which a view is needed. |
ObjectEntry |
PlaceholderSnapinContext.getObjectEntry()
Retrieves the ObjectEntry from the context. |
| Uses of ObjectEntry in com.novell.application.console.util.objectentryselector |
| Methods in com.novell.application.console.util.objectentryselector that return ObjectEntry | |
ObjectEntry |
ObjectEntrySelectorPanel.getContext()
Returns starting context that has been setup for the ObjectEntrySelector. |
ObjectEntry[] |
ObjectEntrySelector.getSelectedObjectEntries()
Returns the Object Entries which have been selected by the userObjectEntry selection array, if object entries are selected. |
| Methods in com.novell.application.console.util.objectentryselector with parameters of type ObjectEntry | |
void |
ObjectEntrySelectorPanel.setInitialContext(ObjectEntry context)
Sets what the starting context will be for the ObjectEntrySelectorPanel once the init() method is called. |
void |
ObjectEntrySelectorPanel.setSpecialCaseObjectEntries(ObjectEntry[] entries)
Passes an array of ObjectEntrys that will always appear at the top of the selection list no matter what context the user browses to. |
protected void |
ObjectEntrySelectorPanel.fireObjectEntrySelectorEvent(java.lang.Object source,
ObjectEntry oe,
int action)
Generates an ObjectEntrySelectorEvent event. |
void |
ObjectEntrySelectorPanel.setContext(ObjectEntry context)
Deprecated. Use setInitialContext(oe) |
void |
ObjectEntrySelector.setInitialContext(ObjectEntry context)
Sets the initial context of the ObjectEntrySelector. |
void |
ObjectEntrySelector.setSpecialCaseObjectEntries(ObjectEntry[] entries)
Passes an array of ObjectEntrys that will always appear at the top of the selection list no matter what context the user browses to. |
void |
ObjectEntrySelector.setContext(ObjectEntry context)
Deprecated. Use setInitialContext(contextOE) |
java.lang.String |
OESEntryTextAddin.getName(ObjectEntry oe)
Returns the name for the indicated ObjectEntry. |
| Constructors in com.novell.application.console.util.objectentryselector with parameters of type ObjectEntry | |
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
int selectionMode)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
int selectionMode,
int federationMode,
int dialogMode,
int contextNavMode,
boolean rootSelectable)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
java.lang.String nameFilter,
ObjectType[] typeFilter)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
java.lang.String nameFilter,
java.lang.String[] stringTypeFilter)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
java.lang.String nameFilter,
ObjectType[] typeFilter,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelectorPanel.ObjectEntrySelectorPanel(ObjectEntry context,
java.lang.String nameFilter,
java.lang.String[] stringTypeFilter,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context)
Constructor for the ObjectEntrySelector dialog, including calls to setInitialContext(). |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
int selectionMode)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
java.lang.String nameFilter,
ObjectType[] typeFilter)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
java.lang.String nameFilter,
java.lang.String[] stringTypeFilter)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
java.lang.String nameFilter,
ObjectType[] typeFilter,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
java.lang.String nameFilter,
java.lang.String[] stringTypeFilter,
ObjectEntry[] specialCaseObjectEntries)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
ObjectEntrySelector.ObjectEntrySelector(java.awt.Frame parent,
ObjectEntry context,
int selectionMode,
int federationMode,
int dialogMode,
int contextNavMode,
boolean rootSelectable)
Deprecated. Use ObjectEntrySelector(Frame parent, ObjectEntry context) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||