Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] ArtifactEdit API cleanup in head


Team,

In order to meet the "API should not call Non-API" standards, we have cleaned up the Artifact Edit classes.

Since, WorkbenchComponent is internal, the following methods were removed form all aritfact edit classes:

public static ArtifactEdit getArtifactEditForRead(WorkbenchComponent aModule)
public static ArtifactEdit getArtifactEditForWrite(WorkbenchComponent aModule)

They are replaced with the following virtual component counterparts:

public static ArtifactEdit getArtifactEditForRead(IVirtualComponent aModule)
public static ArtifactEdit getArtifactEditForWrite(IVirtualComponent aModule)
       
If you use or extend artifact edits, please follow accordingly.  These changes have been released to the HEAD stream.

Thanks,

John Lanuti
Software Engineer, IBM Rational
jlanuti@xxxxxxxxxx
t/l 441-7861

"You see this wandering soul, he's never gonna stop, because he loves and he feels this world can grow.
He's not afraid of feeling, he loves what he believes, he feels, and he grows."  - Of A Revolution

Back to the top