org.opencms.db
public static class CmsPublishedResource.CmsPublishedResourceState extends CmsResourceState
STATE_CHANGED, STATE_DELETED, STATE_KEEP, STATE_NEW, STATE_UNCHANGED
Modifier | Constructor and Description |
---|---|
protected |
CmsPublishedResource.CmsPublishedResourceState(int state,
char abbrev)
protected constructor.
|
Modifier and Type | Method and Description |
---|---|
CmsResourceState |
getResourceState()
Returns the corresponding resource state for this publish resource state.
|
equals, getAbbreviation, getState, hashCode, isChanged, isDeleted, isKeep, isNew, isUnchanged, toString, valueOf
protected CmsPublishedResource.CmsPublishedResourceState(int state, char abbrev)
state
- an integer representing the stateabbrev
- an abbreviation characterpublic CmsResourceState getResourceState()