예제 #1
0
 @Override
 public void runWithException() throws OseeCoreException {
   if (AtsClientService.get().getVersionService().hasTargetedVersion(sma)) {
     RendererManager.open(
         AtsClientService.get()
             .getConfigArtifact(
                 AtsClientService.get().getVersionService().getTargetedVersion(sma)),
         PresentationType.DEFAULT_OPEN);
   }
 }
 @Override
 public void runWithException() throws OseeCoreException {
   for (Artifact art : selectedAtsArtifacts.getSelectedSMAArtifacts()) {
     RendererManager.open(art, PresentationType.GENERALIZED_EDIT);
   }
 }