Class AutoTranslateRunModel
- java.lang.Object
 - 
- com.composum.ai.aem.core.impl.autotranslate.AutoTranslateRunModel
 
 
- 
@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) public class AutoTranslateRunModel extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description AutoTranslateRunModel() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcancel()voidcheckDisabled()AutoTranslateService.TranslationRungetModel()Stringrollback() 
 - 
 
- 
- 
Method Detail
- 
checkDisabled
public void checkDisabled()
 
- 
getModel
@Nullable public AutoTranslateService.TranslationRun getModel()
 
- 
cancel
public String cancel()
 
- 
rollback
public String rollback() throws org.apache.sling.api.resource.PersistenceException, com.day.cq.wcm.api.WCMException
- Throws:
 org.apache.sling.api.resource.PersistenceExceptioncom.day.cq.wcm.api.WCMException
 
 - 
 
 -