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 String
cancel()
void
checkDisabled()
AutoTranslateService.TranslationRun
getModel()
String
rollback()
-
-
-
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.PersistenceException
com.day.cq.wcm.api.WCMException
-
-