Package org.opencms.db
Class CmsPublishedResource.CmsPublishedResourceState
java.lang.Object
org.opencms.db.CmsResourceState
org.opencms.db.CmsPublishedResource.CmsPublishedResourceState
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsPublishedResource
Add new resource states under consideration of the move operation.
- See Also:
-
Field Summary
Fields inherited from class org.opencms.db.CmsResourceState
STATE_CHANGED, STATE_DELETED, STATE_KEEP, STATE_NEW, STATE_UNCHANGED
-
Constructor Summary
ModifierConstructorDescriptionprotected
CmsPublishedResourceState
(int state, char abbrev) protected constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the corresponding resource state for this publish resource state.Methods inherited from class org.opencms.db.CmsResourceState
equals, getAbbreviation, getState, hashCode, isChanged, isDeleted, isKeep, isNew, isUnchanged, toString, valueOf
-
Constructor Details
-
CmsPublishedResourceState
protected constructor.- Parameters:
state
- an integer representing the stateabbrev
- an abbreviation character
-
-
Method Details
-
getResourceState
Returns the corresponding resource state for this publish resource state.- Returns:
- the corresponding resource state
-