org.opencms.workplace.tools.content.check
public interface I_CmsContentCheck
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAMETER
Parameter name for widgets.
|
| Modifier and Type | Method and Description |
|---|---|
CmsContentCheckResource |
executeContentCheck(org.opencms.file.CmsObject cms,
CmsContentCheckResource testResource)
Main method of the content check.
|
java.lang.String |
getDialogParameterName()
Defines the name of the parameter which is used by the CmsContentCheckDialog to enable
or disable the content check.
|
java.util.List |
getMessageBundles()
Gets a list of all required message bundles by this content check.
|
java.lang.String |
getName()
Gets the name of this content check.
|
void |
init(org.opencms.file.CmsObject cms)
Initializer for the content check.
|
boolean |
isActive()
Signals if this content check is active or not.
|
void |
setActive(boolean value)
Sets the active flag for the content check.
|
static final java.lang.String PARAMETER
CmsContentCheckResource executeContentCheck(org.opencms.file.CmsObject cms, CmsContentCheckResource testResource) throws org.opencms.main.CmsException
cms - the CmsObjecttestResource - a CmsContentTestResource containing the results of previous testsorg.opencms.main.CmsException - if an error occursjava.lang.String getDialogParameterName()
java.util.List getMessageBundles()
java.lang.String getName()
void init(org.opencms.file.CmsObject cms)
throws org.opencms.main.CmsException
cms - the current CmsObjectorg.opencms.main.CmsException - if an error occursboolean isActive()
void setActive(boolean value)
value - the value for the active flag