org.silverpeas.process.annotation
Annotation Type SimulationActionProcess


@Inherited
@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SimulationActionProcess

Annotation to specify a service method that performs an action requesting simulation checks to execute.

User: Yohann Chastagnier Date: 21/10/13


Required Element Summary
 Class<? extends SimulationElementLister> elementLister
          The class that is capable to give the entire list of elements manipulated by the service.
 

Element Detail

elementLister

public abstract Class<? extends SimulationElementLister> elementLister
The class that is capable to give the entire list of elements manipulated by the service.



Copyright © 2016 Silverpeas. All Rights Reserved.