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 TypeMethodDescriptionboolean
Call 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:
true
if this object contains modifications.
-