Package wt.associativity
Class EquivalenceLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.associativity._EquivalenceLink
wt.associativity.EquivalenceLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.associativity._EquivalenceLinkTypeInterface,wt.associativity.EquivalenceLinkTypeInterface,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,_Filterable,Filterable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={wt.type.Typed.class,Filterable.class,wt.associativity.EquivalenceLinkTypeInterface.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="isConsumable",type=java.lang.Boolean.class,initialValue="true"),@GeneratedProperty(name="description",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=1000)),@GeneratedProperty(name="downstreamContextRef",type=ViewReference.class),@GeneratedProperty(name="upstreamContextRef",type=ViewReference.class),@GeneratedProperty(name="equivalenceIdentifier",type=long.class,accessors=@PropertyAccessors(setAccess=PRIVATE),javaDoc="It is a unique identifier used to associate a consumption link to an equivalence link.This identifier is used to improve efficiency for searching and managing {@link ConsumptionLink} objects."),@GeneratedProperty(name="annotations",type=long.class,accessors=@PropertyAccessors(setAccess=PUBLIC),javaDoc="It is to hold additional flags on EquivalenceLink.",columnProperties=@ColumnProperties(defaultValue="0"))},roleA=@GeneratedRole(name="upstream",type=Iterated.class),roleB=@GeneratedRole(name="downstream",type=Iterated.class),tableProperties=@TableProperties(tableName="EquivalenceLink"),iconProperties=@IconProperties(standardIcon="wtcore/images/part.gif",openIcon="wtcore/images/part.gif"))
public class EquivalenceLink
extends _EquivalenceLink
Use the newEquivalenceLink static factory method(s), not
the EquivalenceLink constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.filter._Filterable
FILTERED_STATUS -
Method Summary
Modifier and TypeMethodDescriptionstatic EquivalenceLinknewEquivalenceLink(ObjectReference upstreamReference, ObjectReference downstreamReference) Default factory for the class.static EquivalenceLinknewEquivalenceLink(Iterated upstream, Iterated downstream) Default factory for the class.Methods inherited from class wt.associativity._EquivalenceLink
getFilteredStatus, setFilteredStatusMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newEquivalenceLink
public static EquivalenceLink newEquivalenceLink(Iterated upstream, Iterated downstream) throws WTException Default factory for the class.
Supported API: true- Parameters:
upstream- Upstream iterationdownstream- Downstream iteration- Returns:
- EquivalenceLink Equivalence link created using upstream and downstream iterations
- Throws:
WTException
-
newEquivalenceLink
public static EquivalenceLink newEquivalenceLink(ObjectReference upstreamReference, ObjectReference downstreamReference) throws WTException Default factory for the class.
Supported API: true- Parameters:
upstreamReference- Upstream object referencedownstream- Downstream iteration- Returns:
- EquivalenceLink Equivalence link created using upstream and downstream object references
- Throws:
WTException
-