@ProviderType
public interface Action
| Modifier and Type | Method and Description |
|---|---|
String |
doAction(org.apache.sling.api.resource.Resource resource)
Runs an action.
|
String doAction(@Nonnull org.apache.sling.api.resource.Resource resource) throws org.apache.sling.api.resource.PersistenceException, de.valtech.aecu.api.service.AecuException
resource - resource to run action onorg.apache.sling.api.resource.PersistenceException - error saving to JCRde.valtech.aecu.api.service.AecuException - other errorsCopyright © 2019. All rights reserved.