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

Packages that use ValueList
com.novell.admin.ns   
com.novell.admin.ns.nds   
 

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.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
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.