All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaptecs.jeaf.junit.activities.WegsucheDurchfuehrenActivity Maven / Gradle / Ivy

There is a newer version: 1.24.2
Show newest version
/*
 * anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
 * 
 * Copyright 2004 - 2019. All rights reserved.
 */
package com.anaptecs.jeaf.junit.activities;

import java.util.List;

import com.anaptecs.jeaf.core.api.Activity;
import com.anaptecs.jeaf.junit.domainObjects.InfoPLUSConnection;
import com.anaptecs.jeaf.junit.domainObjects.WegsucheAnfrage;

/**
 * Interface of activity WegsucheDurchfuehrenActivity.
 *
 * 
 */
public interface WegsucheDurchfuehrenActivity extends Activity {
  /**
   * 
   * 
   * @param in
   * @return List
   */
  List execute( WegsucheAnfrage in );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy