atg.markers
Interface MarkerConstants

All Known Subinterfaces:
BusinessProcessConstants
All Known Implementing Classes:
AddBusinessProcessStage, AddBusinessProcessStage, AddMarkerToItem, AddMarkerToItem, AddMarkerToOrder, AddMarkerToOrder, AddMarkerToProfile, AddMarkerToProfile, BusinessProcessConfiguration, BusinessProcessDroplet, BusinessProcessExpressionFilter, BusinessProcessManager, BusinessProcessScenarioConfiguration, BusinessProcessServices, BusinessProcessStageAction, CommerceBusinessProcessManager, HasBusinessProcessStage, HasBusinessProcessStage, HasLastMarker, HasLastMarkerWithKey, HasMarker, ItemBasedProcessConfiguration, ItemHasMarker, MarkerAction, MarkerConfiguration, MarkerDroplet, MarkerExpressionFilter, MarkerMessageSource, MostRecentBusinessProcessStage, MostRecentBusinessProcessStage, OrderBasedProcessConfiguration, OrderHasLastMarker, OrderHasLastMarkerWithKey, OrderHasMarker, OrderHasMarker, OrderMarkerConfiguration, OrderMarkerDroplet, OrderMarkerServices, ProfileBasedProcessConfiguration, ProfileHasLastMarker, ProfileHasLastMarkerWithKey, ProfileHasMarker, ProfileHasMarker, ProfileMarkerManager, ProfileMarkerServices, RemoveAllMarkersFromItem, RemoveAllMarkersFromItem, RemoveAllMarkersFromOrder, RemoveAllMarkersFromOrder, RemoveAllMarkersFromProfile, RemoveAllMarkersFromProfile, RemoveBusinessProcessStage, RemoveBusinessProcessStage, RemoveMarkersFromItem, RemoveMarkersFromItem, RemoveMarkersFromOrder, RemoveMarkersFromOrder, RemoveMarkersFromProfile, RemoveMarkersFromProfile, RepositoryMarkerManager

public interface MarkerConstants

Constants file for the marker feature implementation.


Field Summary
static java.lang.String ALLOW_DUPLICATES
          The duplication mode for allowing duplicates when a new marker is added
static java.lang.String ANY_VALUE
          The constant used in compareDefaultProperty and compareExtendedProperties to indicate the value can be any value.
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String DEFAULT_MARKER_ID_PROPERTY_NAME
          The default name of the marker property
static java.lang.String DEFAULT_MARKER_ITEM_TYPE
          The default name of the item descriptor which represents markers
static java.lang.String DEFAULT_MARKER_PROPERTY_NAME
          The default name of the marker property
static java.lang.String DEFAULT_MARKER_SORT_PROPERTY_NAME
          The default name of the marker property used for sorting
static java.lang.String MARKER_CREATIONDATE_PROPERTY_NAME
          The name for the CREATIONDATE property
static java.lang.String MARKER_DATA_PROPERTY_NAME
          The name for the DATA property
static java.lang.String MARKER_DUPLICATIONMODE_PROPERTY_NAME
          The name for the duplicationMode property
static java.lang.String MARKER_KEY_PROPERTY_NAME
          The name for the KEY property
static java.lang.String MARKER_OWNER_PROPERTY_NAME
          The name for the OWNER property - used in set configurations
static java.lang.String MARKER_RESOURCE_NAME
          The resource bundle name for user resources
static java.lang.String MARKER_VALUE_PROPERTY_NAME
          The name for the VALUE property
static java.lang.String NO_DUPLICATES
          The duplication mode to prevent a new marker from being added if a duplicate marker already exists
static java.lang.String PARAM_DATA
          parameter name for data
static java.lang.String PARAM_DUPMODE
          parameter name for duplicationMode
static java.lang.String PARAM_EXTENDED_PROPERTIES
          parameter name for extendedProperties
static java.lang.String PARAM_ITEM
           
static java.lang.String PARAM_ITEM_ID
          parameter name for itemId
static java.lang.String PARAM_KEY
          parameter name for key
static java.lang.String PARAM_MARKED_ITEM_TYPE
          parameter name for markedItemType
static java.lang.String PARAM_MARKER_ITEM_TYPE
          parameter name for markerItemType
static java.lang.String PARAM_MARKER_MANAGER
          parameter name for markerManager
static java.lang.String PARAM_MARKER_PROPERTY_NAME
          parameter name for markerPropertyName
static java.lang.String PARAM_VALUE
          parameter name for value
static java.lang.String REPLACE_DUPLICATES
          The duplication mode for replacing duplicate markers when a new marker is added
static java.util.ResourceBundle sResourceBundle
          The resource bundle gor user resources
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

MARKER_RESOURCE_NAME

static final java.lang.String MARKER_RESOURCE_NAME
The resource bundle name for user resources

See Also:
Constant Field Values

sResourceBundle

static final java.util.ResourceBundle sResourceBundle
The resource bundle gor user resources


DEFAULT_MARKER_ITEM_TYPE

static final java.lang.String DEFAULT_MARKER_ITEM_TYPE
The default name of the item descriptor which represents markers

See Also:
Constant Field Values

DEFAULT_MARKER_ID_PROPERTY_NAME

static final java.lang.String DEFAULT_MARKER_ID_PROPERTY_NAME
The default name of the marker property

See Also:
Constant Field Values

DEFAULT_MARKER_PROPERTY_NAME

static final java.lang.String DEFAULT_MARKER_PROPERTY_NAME
The default name of the marker property

See Also:
Constant Field Values

MARKER_KEY_PROPERTY_NAME

static final java.lang.String MARKER_KEY_PROPERTY_NAME
The name for the KEY property

See Also:
Constant Field Values

MARKER_VALUE_PROPERTY_NAME

static final java.lang.String MARKER_VALUE_PROPERTY_NAME
The name for the VALUE property

See Also:
Constant Field Values

MARKER_DATA_PROPERTY_NAME

static final java.lang.String MARKER_DATA_PROPERTY_NAME
The name for the DATA property

See Also:
Constant Field Values

MARKER_OWNER_PROPERTY_NAME

static final java.lang.String MARKER_OWNER_PROPERTY_NAME
The name for the OWNER property - used in set configurations

See Also:
Constant Field Values

MARKER_CREATIONDATE_PROPERTY_NAME

static final java.lang.String MARKER_CREATIONDATE_PROPERTY_NAME
The name for the CREATIONDATE property

See Also:
Constant Field Values

DEFAULT_MARKER_SORT_PROPERTY_NAME

static final java.lang.String DEFAULT_MARKER_SORT_PROPERTY_NAME
The default name of the marker property used for sorting

See Also:
Constant Field Values

MARKER_DUPLICATIONMODE_PROPERTY_NAME

static final java.lang.String MARKER_DUPLICATIONMODE_PROPERTY_NAME
The name for the duplicationMode property

See Also:
Constant Field Values

ANY_VALUE

static final java.lang.String ANY_VALUE
The constant used in compareDefaultProperty and compareExtendedProperties to indicate the value can be any value.

See Also:
Constant Field Values

ALLOW_DUPLICATES

static final java.lang.String ALLOW_DUPLICATES
The duplication mode for allowing duplicates when a new marker is added

See Also:
Constant Field Values

REPLACE_DUPLICATES

static final java.lang.String REPLACE_DUPLICATES
The duplication mode for replacing duplicate markers when a new marker is added

See Also:
Constant Field Values

NO_DUPLICATES

static final java.lang.String NO_DUPLICATES
The duplication mode to prevent a new marker from being added if a duplicate marker already exists

See Also:
Constant Field Values

PARAM_ITEM

static final java.lang.String PARAM_ITEM
See Also:
Constant Field Values

PARAM_ITEM_ID

static final java.lang.String PARAM_ITEM_ID
parameter name for itemId

See Also:
Constant Field Values

PARAM_KEY

static final java.lang.String PARAM_KEY
parameter name for key

See Also:
Constant Field Values

PARAM_VALUE

static final java.lang.String PARAM_VALUE
parameter name for value

See Also:
Constant Field Values

PARAM_DATA

static final java.lang.String PARAM_DATA
parameter name for data

See Also:
Constant Field Values

PARAM_DUPMODE

static final java.lang.String PARAM_DUPMODE
parameter name for duplicationMode

See Also:
Constant Field Values

PARAM_MARKER_ITEM_TYPE

static final java.lang.String PARAM_MARKER_ITEM_TYPE
parameter name for markerItemType

See Also:
Constant Field Values

PARAM_MARKED_ITEM_TYPE

static final java.lang.String PARAM_MARKED_ITEM_TYPE
parameter name for markedItemType

See Also:
Constant Field Values

PARAM_MARKER_PROPERTY_NAME

static final java.lang.String PARAM_MARKER_PROPERTY_NAME
parameter name for markerPropertyName

See Also:
Constant Field Values

PARAM_EXTENDED_PROPERTIES

static final java.lang.String PARAM_EXTENDED_PROPERTIES
parameter name for extendedProperties

See Also:
Constant Field Values

PARAM_MARKER_MANAGER

static final java.lang.String PARAM_MARKER_MANAGER
parameter name for markerManager

See Also:
Constant Field Values