| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MarkerValidator
This interface defines a marker validator. Objects/Components of this type are called by the Repository Marker Manager prior to adding a new marker.
A false return from a validator component prevents the new marker from being added.
isValidMarker(atg.markers.RepositoryMarkerManager, atg.repository.RepositoryItem, atg.repository.RepositoryItem), 
RepositoryMarkerManager.validateMarker(atg.repository.RepositoryItem, atg.repository.RepositoryItem)| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  boolean | isValidMarker(RepositoryMarkerManager pRepositoryMarkerManager,
              RepositoryItem pMarkedItem,
              RepositoryItem pMarkerToValidate)This method determines if a marker is considered valid. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
boolean isValidMarker(RepositoryMarkerManager pRepositoryMarkerManager,
                      RepositoryItem pMarkedItem,
                      RepositoryItem pMarkerToValidate)
                      throws MarkerException
pRepositoryMarkerManager - the marker manager making the validation requestpMarkedItem - the item being markedpMarkerToValidate - the marker to validate
MarkerException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||