|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.CmsResourceState
org.opencms.db.CmsPublishedResource.CmsPublishedResourceState
Add new resource states under consideration of the move operation.
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 |
protected CmsPublishedResource.CmsPublishedResourceState(int state, char abbrev)
state
- an integer representing the stateabbrev
- an abbreviation characterMethod Detail |
public CmsResourceState getResourceState()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |