com.jamasoftware.contour.domain.visitor.contourItem
Class DeactivateContourItemVisitor
java.lang.Object
com.jamasoftware.contour.domain.visitor.contourItem.SimpleContourItemVisitor<R,P>
com.jamasoftware.contour.domain.visitor.contourItem.ForcedVisitContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
com.jamasoftware.contour.domain.visitor.contourItem.DeactivateContourItemVisitor
- All Implemented Interfaces:
- ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
public class DeactivateContourItemVisitor
- extends ForcedVisitContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DeactivateContourItemVisitor INSTANCE
visitContourItem
public java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo> visitContourItem(ContourItem item,
DeactivateContourItemOptions options)
- Specified by:
visitContourItem in interface ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>- Overrides:
visitContourItem in class ForcedVisitContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
visitDocument
public java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo> visitDocument(Document d,
DeactivateContourItemOptions options)
- Specified by:
visitDocument in interface ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>- Overrides:
visitDocument in class SimpleContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
visitTestPlan
public java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo> visitTestPlan(TestPlan tp,
DeactivateContourItemOptions options)
- Specified by:
visitTestPlan in interface ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>- Overrides:
visitTestPlan in class SimpleContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
visitTestCycle
public java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo> visitTestCycle(TestCycle tc,
DeactivateContourItemOptions options)
- Specified by:
visitTestCycle in interface ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>- Overrides:
visitTestCycle in class SimpleContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
visitTestRun
public java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo> visitTestRun(TestRun tr,
DeactivateContourItemOptions options)
- Specified by:
visitTestRun in interface ContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>- Overrides:
visitTestRun in class SimpleContourItemVisitor<java.util.List<com.jamasoftware.contour.service.documentNode.TreeNodeChangeInfo>,DeactivateContourItemOptions>
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.