|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.process.action.ActionImpl
atg.markers.scenario.MarkerAction
atg.markers.scenario.RemoveAllMarkersFromItem
public abstract class RemoveAllMarkersFromItem
Scenario action class for removing all the markers from a repository item.
Extend this class to create actions that remove all markers from a repository item.
getItemToUse(atg.process.ProcessExecutionContext)| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.markers.scenario.MarkerAction |
|---|
mMarkerConfiguration |
| Constructor Summary | |
|---|---|
RemoveAllMarkersFromItem()
|
|
| Method Summary | |
|---|---|
void |
doAction(ProcessExecutionContext pContext)
Removes all markers from the item. |
protected abstract RepositoryItem |
getItemToUse(ProcessExecutionContext pContext)
This method is called by the evaluate method to provide the RepositoryItem that's used in the removeMarker API calls. |
| Methods inherited from class atg.markers.scenario.MarkerAction |
|---|
configure, doesParameterExist, executeAction, getData, getDuplicationMode, getExtendedProperties, getKey, getMarkedItemType, getMarkerConfiguration, getMarkerItemType, getMarkerPropertyName, getValue, initialize, setMarkerConfiguration |
| Methods inherited from class atg.process.action.ActionImpl |
|---|
execute, execute, getActionName, getParameterExpression, getParameterValue, storeOptionalParameter, storeRequiredMutableParameter, storeRequiredParameter, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RemoveAllMarkersFromItem()
| Method Detail |
|---|
protected abstract RepositoryItem getItemToUse(ProcessExecutionContext pContext)
pContext - the scenario execution context
public void doAction(ProcessExecutionContext pContext)
throws ProcessException
doAction in class MarkerActionProcessException - if the action can not be executed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||