public final class BackLinkFacade extends ValueListFacade
valueList| Constructor and Description |
|---|
BackLinkFacade(ValueList valueList)
Facade constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ValueList |
createValueList(java.lang.String objectName,
long remoteId)
Creates a BackLink ValueList.
|
static ValueList |
createValueList(java.lang.String objectName,
long remoteId,
Syntax syn)
Creates a BackLink ValueList.
|
java.lang.String |
getObjectName()
Returns the object name from the valuelist.
|
long |
getRemoteId()
Returns the remote ID from the valuelist.
|
void |
setObjectName(java.lang.String objectName)
Sets the object name in the valuelist.
|
void |
setRemoteId(long id)
Sets the remote ID in the valuelist.
|
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueListpublic BackLinkFacade(ValueList valueList) throws IncompatibleComponentException
valueList - The ValueList that represents the BackLink data.IncompatibleComponentException - Thrown if the 'valueList' syntax is
not "Back Link" or "Tagged Name".public static ValueList createValueList(java.lang.String objectName, long remoteId, Syntax syn)
objectName - Refer to NDS Schema Specification.remoteId - Refer to NDS Schema Specification.syn - The syntax for this value, either NDSSyntax.SYN_BACKLINK
or LDAPSyntax.SYN_TAGGED_NAME.public static ValueList createValueList(java.lang.String objectName, long remoteId)
objectName - Refer to NDS Schema Specification.remoteId - Refer to NDS Schema Specification.public long getRemoteId()
public java.lang.String getObjectName()
public void setRemoteId(long id)
id - The remote ID.public void setObjectName(java.lang.String objectName)
objectName - The object name.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.