public interface WorkflowDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String name)
Method to access extra information that might be associated with this workflow.
|
String |
getDisplayName()
Obtain the human-interpretable display name of this workflow.
|
Class<Workflow>[] |
getInterfaces()
Obtain the workflow interfaces implemented by this workflow.
|
Map<String,Serializable> |
hints() |
String getDisplayName() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Class<Workflow>[] getInterfaces() throws ClassNotFoundException, javax.jcr.RepositoryException
ClassNotFoundException
javax.jcr.RepositoryException
String getAttribute(String name) throws javax.jcr.RepositoryException
name
- javax.jcr.RepositoryException
Map<String,Serializable> hints() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.