org.opencms.workplace.tools.content.check
public class CmsContentCheckProperty extends A_CmsContentCheck
The following items can be configured and checked:
PARAMETER| Constructor and Description |
|---|
CmsContentCheckProperty() |
| 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.lang.String |
getHelpText() |
java.lang.String |
getIconPath() |
java.lang.String |
getLink() |
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.
|
java.lang.String |
getPath() |
float |
getPosition() |
java.lang.String |
getShortName() |
void |
init(org.opencms.file.CmsObject cms)
Initializer for the content check.
|
boolean |
isActive()
Gets the active flag.
|
void |
setActive(boolean value)
Sets the active flag.
|
getConfirmationMessage, getDisabledHelpText, getGroup, getParameters, getSmallIconPath, isEnabled, isEnabled, isVisible, isVisible, setuppublic CmsContentCheckResource executeContentCheck(org.opencms.file.CmsObject cms, CmsContentCheckResource testResource) throws org.opencms.main.CmsException
I_CmsContentCheckexecuteContentCheck in interface I_CmsContentCheckexecuteContentCheck in class A_CmsContentCheckcms - the CmsObjecttestResource - a CmsContentTestResource containing the results of previous testsorg.opencms.main.CmsException - if an error occursI_CmsContentCheck.executeContentCheck(org.opencms.file.CmsObject, org.opencms.workplace.tools.content.check.CmsContentCheckResource)public java.lang.String getDialogParameterName()
I_CmsContentCheckgetDialogParameterName in interface I_CmsContentCheckgetDialogParameterName in class A_CmsContentCheckI_CmsContentCheck.getDialogParameterName()public java.lang.String getHelpText()
getHelpText in interface org.opencms.workplace.tools.I_CmsToolHandlergetHelpText in class A_CmsContentCheckI_CmsToolHandler.getHelpText()public java.lang.String getIconPath()
getIconPath in interface org.opencms.workplace.tools.I_CmsToolHandlergetIconPath in class A_CmsContentCheckI_CmsToolHandler.getIconPath()public java.lang.String getLink()
getLink in interface org.opencms.workplace.tools.I_CmsToolHandlergetLink in class A_CmsContentCheckI_CmsToolHandler.getLink()public java.util.List getMessageBundles()
I_CmsContentCheckgetMessageBundles in interface I_CmsContentCheckgetMessageBundles in class A_CmsContentCheckI_CmsContentCheck.getMessageBundles()public java.lang.String getName()
I_CmsContentCheckgetName in interface I_CmsContentCheckgetName in interface org.opencms.workplace.tools.I_CmsToolHandlergetName in class A_CmsContentCheckI_CmsToolHandler.getName()public java.lang.String getPath()
getPath in interface org.opencms.workplace.tools.I_CmsToolHandlergetPath in class A_CmsContentCheckI_CmsToolHandler.getPath()public float getPosition()
getPosition in interface org.opencms.workplace.tools.I_CmsToolHandlergetPosition in class A_CmsContentCheckI_CmsToolHandler.getPosition()public java.lang.String getShortName()
getShortName in interface org.opencms.workplace.tools.I_CmsToolHandlergetShortName in class A_CmsContentCheckI_CmsToolHandler.getShortName()public void init(org.opencms.file.CmsObject cms)
I_CmsContentCheckinit in interface I_CmsContentCheckinit in class A_CmsContentCheckcms - the current CmsObjectI_CmsContentCheck.init(org.opencms.file.CmsObject)public boolean isActive()
isActive in interface I_CmsContentCheckisActive in class A_CmsContentCheckI_CmsContentCheck.isActive()public void setActive(boolean value)
This method is required to build the widget dialog frontend.
setActive in interface I_CmsContentChecksetActive in class A_CmsContentCheckvalue - true if this content check is set to be active, false otherwise.I_CmsContentCheck.setActive(boolean)