@ConsumerType public abstract class ProcessDefinition extends Object implements FormProcessor
| Constructor and Description |
|---|
ProcessDefinition() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
buildProcess(ProcessInstance instance,
org.apache.sling.api.resource.ResourceResolver rr) |
String |
getName() |
void |
setName(String n) |
abstract void |
storeReport(ProcessInstance instance,
org.apache.sling.api.resource.ResourceResolver rr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, parseInputspublic final void setName(String n)
public final String getName()
public abstract void buildProcess(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws org.apache.sling.api.resource.LoginException, javax.jcr.RepositoryException
org.apache.sling.api.resource.LoginExceptionjavax.jcr.RepositoryExceptionpublic abstract void storeReport(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws javax.jcr.RepositoryException, org.apache.sling.api.resource.PersistenceException
javax.jcr.RepositoryExceptionorg.apache.sling.api.resource.PersistenceExceptionCopyright © 2013–2020 Adobe. All rights reserved.