Interface Status
- All Known Implementing Classes:
AbstractModuleConfiguration,CatalogImpl,SandBoxImpl,SiteImpl,SiteMapConfigurationImpl,WeaveArchiveStatus
public interface Status
Interface that denotes whether or not an entity is archived. Usually, entities that implement this interface also only
undergo soft-deletes.
- Author:
- Jeff Fischer
-
Method Summary
-
Method Details
-
getArchived
Character getArchived() -
setArchived
-
isActive
boolean isActive()
-