Class DeleteRestAction
- java.lang.Object
 - 
- com.evolveum.midpoint.ninja.action.Action<T>
 - 
- com.evolveum.midpoint.ninja.action.RestAction<DeleteOptions>
 - 
- com.evolveum.midpoint.ninja.action.DeleteRestAction
 
 
 
 
- 
public class DeleteRestAction extends RestAction<DeleteOptions>
Created by Viliam Repan (lazyman). 
- 
- 
Constructor Summary
Constructors Constructor Description DeleteRestAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()- 
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
getInfoLogTarget, handleResultOnFinish, init 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute() throws Exception- Specified by:
 executein classAction<DeleteOptions>- Throws:
 Exception
 
 - 
 
 -