Package wt.architecture.trace.links
Interface _ArchitectureTraceLinkIfc
- 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:
ArchitectureTraceLinkIfc
- All Known Implementing Classes:
_ArchitectureO2OTraceLink,_ArchitectureV2VTraceLink,ArchitectureO2OTraceLink,ArchitectureV2VTraceLink
-
Field Summary
Fields inherited from interface wt.trace.links._TraceLinkIfc
RESOURCE_LAST_MODIFIED_AT, SUSPECT, TRACEABLE_ROLE, TRACED_TO_ROLE -
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.trace.links._TraceLinkIfc
getResourceLastModifiedAt, getSuspect, setResourceLastModifiedAt, setSuspectMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, 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
-
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:
-