|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeIntEnumeration
org.opencms.file.CmsResource.CmsResourceUndoMode
public static final class CmsResource.CmsResourceUndoMode
Enumeration class for resource undo changes modes.
Field Summary | |
---|---|
static CmsResource.CmsResourceUndoMode |
MODE_UNDO_CONTENT
Indicates that the undo method will only undo content changes. |
static CmsResource.CmsResourceUndoMode |
MODE_UNDO_CONTENT_RECURSIVE
Indicates that the undo method will only recursive undo content changes. |
static CmsResource.CmsResourceUndoMode |
MODE_UNDO_MOVE_CONTENT
Indicates that the undo method will undo move operations and content changes. |
static CmsResource.CmsResourceUndoMode |
MODE_UNDO_MOVE_CONTENT_RECURSIVE
Indicates that the undo method will undo move operations and recursive content changes. |
Method Summary | |
---|---|
CmsResource.CmsResourceUndoMode |
includeMove()
Returns a mode that includes the move operation with the same semantic as this mode. |
boolean |
isRecursive()
Returns true if this undo operation is recursive. |
boolean |
isUndoMove()
Returns true if this undo mode will undo move operations. |
java.lang.String |
toString()
|
static CmsResource.CmsResourceUndoMode |
valueOf(int mode)
Returns the undo mode object from the old undo mode integer. |
Methods inherited from class org.opencms.util.A_CmsModeIntEnumeration |
---|
equals, getMode, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CmsResource.CmsResourceUndoMode MODE_UNDO_CONTENT
public static final CmsResource.CmsResourceUndoMode MODE_UNDO_CONTENT_RECURSIVE
public static final CmsResource.CmsResourceUndoMode MODE_UNDO_MOVE_CONTENT
public static final CmsResource.CmsResourceUndoMode MODE_UNDO_MOVE_CONTENT_RECURSIVE
Method Detail |
---|
public static CmsResource.CmsResourceUndoMode valueOf(int mode)
mode
- the old undo mode integer
public CmsResource.CmsResourceUndoMode includeMove()
public boolean isRecursive()
true
if this undo operation is recursive.
true
if this undo operation is recursivepublic boolean isUndoMove()
true
if this undo mode will undo move operations.
true
if this undo mode will undo move operationspublic java.lang.String toString()
toString
in class A_CmsModeIntEnumeration
Object.toString()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |