|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.requireddata.LinkQueryData
Data holder for information needed to query a link class for a set of
roleA and roleB target ids.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Class |
linkClass
|
private static String |
RESOURCE
|
private long[] |
roleAIds
|
private long[] |
roleBIds
|
Constructor Summary | |
LinkQueryData()
|
Method Summary | |
protected String |
getIdString(long[] ids)
|
Class |
getLinkClass()
Gets the value of the attribute: linkClass; Supports ObjectToObjectLink, ObjectToVersionLink and VersionToVersionLink. |
long[] |
getRoleAIds()
Gets the value of the attribute: roleAIds; The long[] can contain either ida2a2s or branchIds. |
long[] |
getRoleBIds()
Gets the value of the attribute: roleBIds; See roleAIds attribute documentation. |
static LinkQueryData |
newInstance(Class linkClass,
long[] roleAIds,
long[] roleBIds)
Supported API: false |
static LinkQueryData |
newInstance(Class linkClass,
Long[] roleAIds,
Long[] roleBIds)
Supported API: false |
void |
setLinkClass(Class a_LinkClass)
Sets the value of the attribute: linkClass; Supports ObjectToObjectLink, ObjectToVersionLink and VersionToVersionLink. |
void |
setRoleAIds(long[] a_RoleAIds)
Sets the value of the attribute: roleAIds; The long[] can contain either ida2a2s or branchIds. |
void |
setRoleBIds(long[] a_RoleBIds)
Sets the value of the attribute: roleBIds; See roleAIds attribute documentation. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Class linkClass
private long[] roleAIds
private long[] roleBIds
Constructor Detail |
public LinkQueryData()
Method Detail |
public Class getLinkClass()
public void setLinkClass(Class a_LinkClass) throws WTPropertyVetoException
a_LinkClass
-
WTPropertyVetoException
public long[] getRoleAIds()
public void setRoleAIds(long[] a_RoleAIds) throws WTPropertyVetoException
a_RoleAIds
-
WTPropertyVetoException
public long[] getRoleBIds()
public void setRoleBIds(long[] a_RoleBIds) throws WTPropertyVetoException
a_RoleBIds
-
WTPropertyVetoException
public static LinkQueryData newInstance(Class linkClass, long[] roleAIds, long[] roleBIds)
linkClass
- roleAIds
- roleBIds
-
public static LinkQueryData newInstance(Class linkClass, Long[] roleAIds, Long[] roleBIds)
linkClass
- roleAIds
- roleBIds
-
public String toString()
protected String getIdString(long[] ids)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |