Package ro.sync.exml.workspace.api.base
Interface ModifiedStatusProvider
- All Known Subinterfaces:
AuthorEditorAccess,IWebappAuthorEditorAccess,WSEditor,WSEditorBase
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ModifiedStatusProvider
Provides access to the modified status of an object.
- Since:
- 18.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCall this method to determine the status of this object.
-
Method Details
-
isModified
boolean isModified()Call this method to determine the status of this object.- Returns:
trueif this object contains modifications.
-