| Summary: | Add isDirty() and DirtyStateChangedEvents to CDOWorkspace | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Eike Stepper <stepper> | ||||
| Component: | cdo.core | Assignee: | Eike Stepper <stepper> | ||||
| Status: | CLOSED FIXED | QA Contact: | Eike Stepper <stepper> | ||||
| Severity: | enhancement | ||||||
| Priority: | P3 | ||||||
| Version: | 4.1 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | Power to the People | ||||||
| Attachments: |
|
||||||
Requires an extension interface:
public interface CDOWorkspaceBase2 extends CDOWorkspaceBase
{
public boolean isEmpty();
public boolean containsID(CDOID id);
}
Created attachment 202018 [details]
Patch v1
Committed revision 8943 Closing. |
Proposal: public boolean isDirty(); public interface DirtyStateChangedEvent extends IEvent { public boolean isDirty(); }