Package org.hippoecm.repository.api
Interface WorkflowDescriptor
public interface WorkflowDescriptor
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) Method to access extra information that might be associated with this workflow.Obtain the human-interpretable display name of this workflow.Obtain the workflow interfaces implemented by this workflow.hints()
-
Method Details
-
getDisplayName
Obtain the human-interpretable display name of this workflow.- Returns:
- A description of the workflow
- Throws:
RepositoryException
-
getInterfaces
Obtain the workflow interfaces implemented by this workflow. -
getAttribute
Method to access extra information that might be associated with this workflow. An example is the plugin class name to be used by a frontend application to access the workflow.- Parameters:
name
-- Returns:
- A String value, can be null.
- Throws:
RepositoryException
-
hints
- Throws:
RepositoryException
-