public class CmsRemovedElementStatus extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsRemovedElementStatus()
Default constructor for serialization.
|
|
CmsRemovedElementStatus(CmsUUID structureId,
CmsListInfoBean elementInfo,
boolean deletable,
CmsCntPageData.ElementDeleteMode elementDeleteMode)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsCntPageData.ElementDeleteMode |
getElementDeleteMode()
Gets the element delete mode.
|
CmsListInfoBean |
getElementInfo()
Gets the list info bean for the removed element.
|
CmsUUID |
getStructureId()
Gets the structure id of the removed element.
|
boolean |
isDeletionCandidate()
Returns true if the removed element is a possible candidate for deletion.
|
public CmsRemovedElementStatus(CmsUUID structureId, CmsListInfoBean elementInfo, boolean deletable, CmsCntPageData.ElementDeleteMode elementDeleteMode)
structureId - the structure id of the removed elementelementInfo - the list info bean for the removed elementdeletable - true if this is a possible deletion candidateelementDeleteMode - the element delete modeprotected CmsRemovedElementStatus()
public CmsCntPageData.ElementDeleteMode getElementDeleteMode()
public CmsListInfoBean getElementInfo()
public CmsUUID getStructureId()
public boolean isDeletionCandidate()