Package wt.change2
Class IssueImplementedBy
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._IssueImplementedBy
wt.change2.IssueImplementedBy
- All Implemented Interfaces:
Externalizable,Serializable,_IssueImplementedByIfc,wt.change2._IssueImplementedByTypeInterface,IssueImplementedByIfc,wt.change2.IssueImplementedByTypeInterface,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,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=VersionToVersionLink.class,
interfaces={IssueImplementedByIfc.class,wt.type.Typed.class,wt.change2.IssueImplementedByTypeInterface.class},
extendable=true,
roleA=@GeneratedRole(name="theChangeActivity2",type=ChangeActivity2.class,supportedAPI=PUBLIC,cardinality=MANY),
roleB=@GeneratedRole(name="theChangeIssue",type=ChangeIssue.class,supportedAPI=PUBLIC,cardinality=MANY),
tableProperties=@TableProperties(tableName="IssueImplementedBy"),
iconProperties=@IconProperties(standardIcon="netmarkets/images/link_object.gif",openIcon="netmarkets/images/link_object.gif"))
@Deprecated
public class IssueImplementedBy
extends _IssueImplementedBy
Deprecated.
A link between a ChangeActivity2 and a ChangeIssue representing ownership
of the issue by the activity.
Use the newIssueImplementedBy static factory method(s), not the
IssueImplementedBy 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._IssueImplementedBy
CHANGE_ACTIVITY_IFC_ROLE, CHANGE_ACTIVITY2_ROLE, CHANGE_ISSUE_IFC_ROLE, CHANGE_ISSUE_ROLE, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.vc._VersionToVersionLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.change2._IssueImplementedByTypeInterface
TYPE_INFO_ISSUE_IMPLEMENTED_BYFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLES, ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic IssueImplementedBynewIssueImplementedBy(ChangeActivity2 theChangeActivity2, ChangeIssue theChangeIssue) Deprecated.Methods inherited from class wt.change2._IssueImplementedBy
getAttributeContainer, getChangeActivity2, getChangeActivityIfc, getChangeIssue, getChangeIssueIfc, getClassInfo, getConceptualClassname, getType, getTypeDefinitionReference, getTypeInfoIssueImplementedBy, readExternal, readExternal, readVersion, setAttributeContainer, setChangeActivity2, setChangeActivityIfc, setChangeIssue, setChangeIssueIfc, setTypeDefinitionReference, setTypeInfoIssueImplementedBy, super_readExternal_IssueImplementedBy, super_readVersion_IssueImplementedBy, super_writeExternal_IssueImplementedBy, writeExternal, writeExternalMethods inherited from class wt.vc.VersionToVersionLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._VersionToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_VersionToVersionLink, super_readVersion_VersionToVersionLink, super_writeExternal_VersionToVersionLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._BinaryLink
getRoleAObjectRef, getRoleBObjectRef, setRoleAObjectRef, setRoleBObjectRefMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods 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.Persistable
checkAttributes, getIdentity
-
Method Details
-
newIssueImplementedBy
@Deprecated public static IssueImplementedBy newIssueImplementedBy(ChangeActivity2 theChangeActivity2, ChangeIssue theChangeIssue) throws WTException Deprecated.Default factory for the class.
Supported API: true- Parameters:
theChangeActivity2-theChangeIssue-- Returns:
- IssueImplementedBy
- Throws:
WTException
-