com.jamasoftware.contour.domain.visitor.contourItem
Class ToLiteDTOContourItemVisitor
java.lang.Object
com.jamasoftware.contour.domain.visitor.contourItem.SimpleContourItemVisitor<R,P>
com.jamasoftware.contour.domain.visitor.contourItem.ForcedVisitContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
com.jamasoftware.contour.domain.visitor.contourItem.ToLiteDTOContourItemVisitor
- All Implemented Interfaces:
- ContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
public class ToLiteDTOContourItemVisitor
- extends ForcedVisitContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final ToLiteDTOContourItemVisitor INSTANCE
visitDocument
public com.jamasoftware.contour.service.dto.ContourItemDTO visitDocument(Document doc,
ToDTOContourItemOptions options)
- Specified by:
visitDocument in interface ContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>- Overrides:
visitDocument in class SimpleContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
visitTestPlan
public com.jamasoftware.contour.service.dto.ContourItemDTO visitTestPlan(TestPlan testPlan,
ToDTOContourItemOptions options)
- Specified by:
visitTestPlan in interface ContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>- Overrides:
visitTestPlan in class SimpleContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
visitTestCycle
public com.jamasoftware.contour.service.dto.ContourItemDTO visitTestCycle(TestCycle testCycle,
ToDTOContourItemOptions p)
- Specified by:
visitTestCycle in interface ContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>- Overrides:
visitTestCycle in class SimpleContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
visitTestRun
public com.jamasoftware.contour.service.dto.ContourItemDTO visitTestRun(TestRun testRun,
ToDTOContourItemOptions p)
- Specified by:
visitTestRun in interface ContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>- Overrides:
visitTestRun in class SimpleContourItemVisitor<com.jamasoftware.contour.service.dto.ContourItemDTO,ToDTOContourItemOptions>
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.