Class CockpitConstants
- java.lang.Object
-
- de.hybris.platform.cockpit.constants.GeneratedCockpitConstants
-
- de.hybris.platform.cockpit.constants.CockpitConstants
-
public final class CockpitConstants extends GeneratedCockpitConstants
Global class for all Cockpit constants. You can add global constants for your extension into this class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.constants.GeneratedCockpitConstants
GeneratedCockpitConstants.Attributes, GeneratedCockpitConstants.Enumerations, GeneratedCockpitConstants.Relations, GeneratedCockpitConstants.TC
-
-
Field Summary
Fields Modifier and Type Field Description static intCHANGEEVENT_THRESHOLD_DEFAULTstatic java.lang.StringCHANGEEVENT_THRESHOLD_PROPERTYstatic java.lang.StringEXTENSIONNAMEstatic java.lang.StringHMC_BASE_URL_KEYproject.properties key this url will be used by a cockpit for jumping 'into' the hMC via an URL like http://localhost:9001/hmc/hybris ?open=6586802708810569040&tk=1132678710737536_9013978058683312_91469945dd74fccbd4a113f8cf7e1fdf Sample: hmc.base.url=http://localhost:9001/hmc/hybrisstatic java.lang.StringJASPER_REPORTS_MEDIA_FOLDERstatic java.lang.StringNO_WIDGETstatic java.lang.StringWORKFLOW_ACTION_SERVICE_BEAN_IDstatic java.lang.StringWORKFLOW_HELPER_BEAN_IDConstant which points to workflow helper bean.static java.lang.StringWORKFLOW_NEWEST_SERVICE_BEAN_IDstatic java.lang.StringWORKFLOW_SERVICE_BEAN_IDConstant which points to new workflow service bean.static java.lang.StringWORKFLOW_TEMPLATE_SERVICE_BEAN_ID
-
-
-
Field Detail
-
HMC_BASE_URL_KEY
public static final java.lang.String HMC_BASE_URL_KEY
project.properties key this url will be used by a cockpit for jumping 'into' the hMC via an URL like http://localhost:9001/hmc/hybris ?open=6586802708810569040&tk=1132678710737536_9013978058683312_91469945dd74fccbd4a113f8cf7e1fdf Sample: hmc.base.url=http://localhost:9001/hmc/hybris- See Also:
- Constant Field Values
-
NO_WIDGET
public static final java.lang.String NO_WIDGET
- See Also:
- Constant Field Values
-
JASPER_REPORTS_MEDIA_FOLDER
public static final java.lang.String JASPER_REPORTS_MEDIA_FOLDER
- See Also:
- Constant Field Values
-
WORKFLOW_SERVICE_BEAN_ID
public static final java.lang.String WORKFLOW_SERVICE_BEAN_ID
Constant which points to new workflow service bean. Use it only directly in cockpit extenstion. In Other extensions useWorkflowConstants.WORKFLOW_SERVICE_BEAN_IDand add alias: <alias alias="workflowService" name="newWorkflowService"/> this constant will be replaced with above one when deprecated workflow service is removed. see PLA-10100- See Also:
- Constant Field Values
-
WORKFLOW_NEWEST_SERVICE_BEAN_ID
public static final java.lang.String WORKFLOW_NEWEST_SERVICE_BEAN_ID
- See Also:
- Constant Field Values
-
WORKFLOW_ACTION_SERVICE_BEAN_ID
public static final java.lang.String WORKFLOW_ACTION_SERVICE_BEAN_ID
- See Also:
- Constant Field Values
-
WORKFLOW_TEMPLATE_SERVICE_BEAN_ID
public static final java.lang.String WORKFLOW_TEMPLATE_SERVICE_BEAN_ID
- See Also:
- Constant Field Values
-
CHANGEEVENT_THRESHOLD_PROPERTY
public static final java.lang.String CHANGEEVENT_THRESHOLD_PROPERTY
- See Also:
- Constant Field Values
-
CHANGEEVENT_THRESHOLD_DEFAULT
public static final int CHANGEEVENT_THRESHOLD_DEFAULT
- See Also:
- Constant Field Values
-
WORKFLOW_HELPER_BEAN_ID
public static final java.lang.String WORKFLOW_HELPER_BEAN_ID
Constant which points to workflow helper bean.- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
-