org.opencms.db
Class CmsPublishedResource.CmsPublishedResourceState

java.lang.Object
  extended by org.opencms.db.CmsResourceState
      extended by org.opencms.db.CmsPublishedResource.CmsPublishedResourceState
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CmsPublishedResource

public static class CmsPublishedResource.CmsPublishedResourceState
extends CmsResourceState

Add new resource states under consideration of the move operation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opencms.db.CmsResourceState
STATE_CHANGED, STATE_DELETED, STATE_KEEP, STATE_NEW, STATE_UNCHANGED
 
Constructor Summary
protected CmsPublishedResource.CmsPublishedResourceState(int state, char abbrev)
          protected constructor.
 
Method Summary
 CmsResourceState getResourceState()
          Returns the corresponding resource state for this publish resource state.
 
Methods inherited from class org.opencms.db.CmsResourceState
getAbbreviation, getState, isChanged, isDeleted, isKeep, isNew, isUnchanged, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmsPublishedResource.CmsPublishedResourceState

protected CmsPublishedResource.CmsPublishedResourceState(int state,
                                                         char abbrev)
protected constructor.

Parameters:
state - an integer representing the state
abbrev - an abbreviation character
Method Detail

getResourceState

public CmsResourceState getResourceState()
Returns the corresponding resource state for this publish resource state.

Returns:
the corresponding resource state