Package wt.requirement.trace.links
Interface _RequirementTraceLinkIfc
- All Superinterfaces:
wt.fc._BinaryLink,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.federation._RemotelyLinkable,_TraceLinkIfc,BinaryLink,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,Link,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable,TraceLinkIfc
- All Known Subinterfaces:
RequirementTraceLinkIfc
- All Known Implementing Classes:
_RequirementO2OTraceLink,_RequirementV2VTraceLink,RequirementO2OTraceLink,RequirementV2VTraceLink
-
Field Summary
Fields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.trace.links._TraceLinkIfc
RESOURCE_LAST_MODIFIED_AT, SUSPECT, TRACEABLE_ROLE, TRACED_TO_ROLEFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLES, ROLE_AOBJECT_REF, ROLE_BOBJECT_REF, serialVersionUIDFields inherited from interface wt.ufid.Federatable
serialVersionUIDFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueSupported API: truevoidsetTraceable(Traceable the_traceable) Supported API: truevoidsetTracedTo(TracedTo the_tracedTo) Supported API: trueMethods inherited from interface wt.fc._BinaryLink
getRoleAObjectRef, getRoleBObjectRef, setRoleAObjectRef, setRoleBObjectRefMethods inherited from interface wt.ufid._Federatable
getFederatableInfo, setFederatableInfoMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.trace.links._TraceLinkIfc
getResourceLastModifiedAt, getSuspect, setResourceLastModifiedAt, setSuspectMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getTypeMethods inherited from interface wt.trace.links.TraceLinkIfc
duplicate
-
Method Details
-
getTraceable
Traceable getTraceable()Supported API: true- Specified by:
getTraceablein interface_TraceLinkIfc- Specified by:
getTraceablein interfaceTraceLinkIfc- See Also:
-
setTraceable
Supported API: true- Specified by:
setTraceablein interface_TraceLinkIfc- Specified by:
setTraceablein interfaceTraceLinkIfc- Throws:
WTPropertyVetoException- See Also:
-
getTracedTo
TracedTo getTracedTo()Supported API: true- Specified by:
getTracedToin interface_TraceLinkIfc- Specified by:
getTracedToin interfaceTraceLinkIfc- See Also:
-
setTracedTo
Supported API: true- Specified by:
setTracedToin interface_TraceLinkIfc- Specified by:
setTracedToin interfaceTraceLinkIfc- Throws:
WTPropertyVetoException- See Also:
-