|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueList | |
| 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.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. |
| Uses of ValueList in com.novell.admin.ns |
| Fields in com.novell.admin.ns declared as ValueList | |
protected ValueList |
ValueListFacade.valueList
The list of value components contained in the facade. |
| Methods in com.novell.admin.ns that return ValueList | |
ValueList |
ValueListPropertyChangeEvent.getRootValueList()
Returns the ValueList on which the change occured. |
ValueList |
ValueListFacade.getValueList()
Returns the ValueList associated with this facade. |
ValueList |
ValueList.getRootListClone()
ObjectAttribute call this get the old value component for the root list. |
| Methods in com.novell.admin.ns with parameters of type ValueList | |
java.util.Vector |
ListStrategy.getAddableSyntaxes(ValueList list)
Get a Vector of all possible syntaxes that can be constructed and added as aggregates of the associated ValueList. |
boolean |
ListStrategy.canInsertComponent(ValueList list,
ValueComponent comp)
Default test to see if the associated ValueList can have a specific type of ValueComponent inserted as an aggregate. |
boolean |
ListStrategy.canRemoveComponent(ValueList list,
ValueComponent comp)
Default test to see if a specific ValueComponent can be removed from the associated ValueList. |
protected void |
ValueListFacade.replaceValueList(ValueList newValue,
int index)
Helper method that encapsulates the procedure for replacing a specific Value in a ValueList with a new component created from a ValueList. |
| Constructors in com.novell.admin.ns with parameters of type ValueList | |
ValueListPropertyChangeEvent.ValueListPropertyChangeEvent(ValueList rootValueList,
java.lang.Object source,
java.lang.String name,
java.lang.Object oldObj,
java.lang.Object newObj)
Constructor. |
|
ValueListFacade.ValueListFacade(ValueList valueList)
Constructor. |
|
| Uses of ValueList in com.novell.admin.ns.fs.nw |
| Methods in com.novell.admin.ns.fs.nw that return ValueList | |
static ValueList |
DeletedFileInfoFacade.createValueList(long parent,
long attributes,
long uniqueID,
long flags,
long nameSpace,
java.lang.String name,
long creationDateAndTime,
long ownerID,
long lastArchiveDateAndTime,
long lastArchiverID,
long updateDateAndTime,
long updatorID,
long fileSize,
long inheritedRightsMask,
long lastAccessDate,
long deletedTime,
long deletedDateAndTime,
long deletorID,
java.lang.String deletor)
File System Deleted File Information ValueList factory. |
static ValueList |
DirectorySpaceInfoFacade.createValueList(long totalBlocks,
long availableBlocks,
long purgeableBlocks,
long notYetPurgeableBlocks,
long totalDirectoryEntries,
long availableDirectoryEntries,
long sectorsPerBlock,
java.lang.String volumeName,
long currentUse)
File System Directory Space Info ValueList factory. |
static ValueList |
VolumeInformationFacade.createValueList(java.lang.String volumeName,
long totalBlocks,
long sectorsPerBlock,
long availableBlocks,
long totalDirectoryEntries,
long availableDirectoryEntries,
boolean volumeIsRemovable,
long volumeType,
long statusFlag,
long sectorSize,
long sectorsPerCluster,
long volumeSizeInClusters,
long freeClusters,
long subAllocationFreeableClusters,
long freeableLimboSectors,
long nonFreeableLimboSectors,
long availableSubAllocationSectors,
long nonUsableSubAllocationSectors,
long subAllocationClusters,
long numberOfDataStreams,
long numberOfLimboDataStreams,
long oldestDeletedFileAgeInTicks,
long numberOfCompressedDataStreams,
long numberOfCompressedLimboDataStreams,
long numberOfNonCompressableDataStreams,
long preCompressedSectors,
long compressedSectors,
long numberOfMigratedDataStreams,
long migratedSectors,
long clustersUsedByFAT,
long clustersUsedByDirectories,
long clustersUsedByExtendedDirectories,
long unusedDirectoryEntries,
long totalExtendedDirectoryExtants,
long unusedExtendedDirectoryExtants,
long extendedAttributesDefined,
long extendedAttributesExtantsUsed,
java.lang.String directoryServicesName,
long volumeLastModifiedDateAndTime,
long purgeableBlocks,
long notYetPurgeableBlocks)
File System Volume Information ValueList factory. |
static ValueList |
VolumeUtilizationFacade.createValueList(java.lang.String name,
long usedDirectories,
long usedFiles,
long usedBlocks)
File System Volume Utilization ValueList factory. |
static ValueList |
DirectoryEntryInfoFacade.createValueList(long flags,
long dataStreamSize,
long totalStreamSize,
long numberOfStreams,
long directoryEntryNumber,
long dosDirectoryNumber,
long volumeNumber,
long extendedAttributeDataSize,
long extendedAttributeKeyCount,
long extendedAttributeKeySize,
long nsCreator,
long nameLength,
java.lang.String entryName,
long modifySearchAttributes,
long spaceAlloc,
long modifyMask)
File System Directory Entry Info ValueList factory. |
static ValueList |
ExtendedAttributeFacade.createValueList(java.lang.String name,
byte[] data)
File System Extended Attribute ValueList factory. |
static ValueList |
DateNameFacade.createValueList(long date,
java.lang.String name)
File System Date Name ValueList factory. |
static ValueList |
TrusteeFacade.createValueList(java.lang.String name,
long rights)
File System Trustee ValueList factory. |
static ValueList |
VolumeRestrictionFacade.createValueList(java.lang.String name,
long objectID,
long restriction,
long inUse)
File System Volume Restriction ValueList factory. |
| Constructors in com.novell.admin.ns.fs.nw with parameters of type ValueList | |
DeletedFileInfoFacade.DeletedFileInfoFacade(ValueList comp)
Facade constructor |
|
DirectorySpaceInfoFacade.DirectorySpaceInfoFacade(ValueList comp)
Facade constructor |
|
VolumeInformationFacade.VolumeInformationFacade(ValueList comp)
Facade constructor |
|
VolumeUtilizationFacade.VolumeUtilizationFacade(ValueList comp)
Facade constructor |
|
DirectoryEntryInfoFacade.DirectoryEntryInfoFacade(ValueList comp)
Facade constructor |
|
ExtendedAttributeFacade.ExtendedAttributeFacade(ValueList comp)
Facade constructor |
|
DateNameFacade.DateNameFacade(ValueList comp)
Facade constructor |
|
TrusteeFacade.TrusteeFacade(ValueList comp)
Facade constructor |
|
VolumeRestrictionFacade.VolumeRestrictionFacade(ValueList comp)
Facade constructor |
|
| Uses of ValueList in com.novell.admin.ns.nds |
| Methods in com.novell.admin.ns.nds that return ValueList | |
static ValueList |
CaseIgnoreListFacade.createValueList(java.lang.String[] strings)
Creates a CI_LIST ValueList. |
static ValueList |
OctetListFacade.createValueList(byte[][] octets)
Creates an NDS octet list ValueList. |
static ValueList |
EmailAddressFacade.createValueList(long type,
java.lang.String address)
Creates an NDS Email-Address ValueList. |
static ValueList |
PathFacade.createValueList(long type,
java.lang.String volume,
java.lang.String path)
Creates an NDS Path ValueList. |
static ValueList |
BackLinkFacade.createValueList(java.lang.String objectName,
long remoteId)
Creates a BackLink ValueList. |
static ValueList |
TimeStampFacade.createValueList(long seconds,
int replica,
int event)
Creates an NDS Time Stamp ValueList. |
static ValueList |
PostalAddressFacade.createValueList(java.lang.String[] lines)
Creates an NDS Postal Address ValueList. |
static ValueList |
NetAddressFacade.createValueList(long addrType,
byte[] addr)
Creates an NDS NET_ADDRESS ValueList. |
static ValueList |
HoldFacade.createValueList(java.lang.String subject,
long amount)
Creates an NDS Hold ValueList. |
static ValueList |
ReplicaPointerFacade.createValueList(java.lang.String serverName,
int repType,
int repNum,
int count,
NetAddressFacade netAddr)
Creates an NDS Replica Pointer ValueList. |
static ValueList |
FaxNumberFacade.createValueList(long bits,
java.lang.String teleNumber)
Creates an NDS Fax-Number ValueList. |
static ValueList |
UnknownFacade.createValueList(java.lang.String attrName,
int synId,
byte[] bytes)
Creates an NDS Unknown ValueList. |
static ValueList |
ObjectACLFacade.createValueList(java.lang.String protectedAttrName,
java.lang.String subjectName,
long privileges)
Creates an NDS Object ACL ValueList. |
static ValueList |
TypedNameFacade.createValueList(java.lang.String object,
long level,
long interval)
Creates an NDS Typed Name ValueList. |
| Constructors in com.novell.admin.ns.nds with parameters of type ValueList | |
CaseIgnoreListFacade.CaseIgnoreListFacade(ValueList comp)
Facade constructor |
|
OctetListFacade.OctetListFacade(ValueList comp)
Facade constructor |
|
EmailAddressFacade.EmailAddressFacade(ValueList comp)
Facade constructor |
|
PathFacade.PathFacade(ValueList comp)
Facade constructor |
|
BackLinkFacade.BackLinkFacade(ValueList valueList)
Facade constructor |
|
TimeStampFacade.TimeStampFacade(ValueList comp)
Facade constructor |
|
PostalAddressFacade.PostalAddressFacade(ValueList comp)
Facade constructor |
|
NetAddressFacade.NetAddressFacade(ValueList comp)
Facade constructor. |
|
HoldFacade.HoldFacade(ValueList comp)
Facade constructor |
|
ReplicaPointerFacade.ReplicaPointerFacade(ValueList comp)
Facade constructor |
|
FaxNumberFacade.FaxNumberFacade(ValueList comp)
Facade constructor |
|
UnknownFacade.UnknownFacade(ValueList comp)
Facade constructor |
|
ObjectACLFacade.ObjectACLFacade(ValueList comp)
Facade constructor. |
|
TypedNameFacade.TypedNameFacade(ValueList comp)
Facade constructor |
|
| Uses of ValueList in com.novell.admin.rbs |
| Methods in com.novell.admin.rbs with parameters of type ValueList | |
void |
RBSModule.setPath(ValueList[] valueList)
Sets the dependent modules of this module. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||