Exemplo n.º 1
0
 /**
  * Perform the pre-test passed for this type of operation.
  *
  * @throws PipelineException If the test fails.
  */
 public void performTest(BaseMasterExt ext) throws PipelineException {
   ext.preLinkTest(pAuthor, pView, pTarget, pSource, pPolicy, pRelationship, pFrameOffset);
 }