Interface WorkflowDescriptor


  • public interface WorkflowDescriptor
    • Method Detail

      • getDisplayName

        String getDisplayName()
                       throws javax.jcr.RepositoryException
        Obtain the human-interpretable display name of this workflow.
        Returns:
        A description of the workflow
        Throws:
        javax.jcr.RepositoryException
      • getAttribute

        String getAttribute​(String name)
                     throws javax.jcr.RepositoryException
        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:
        javax.jcr.RepositoryException
      • hints

        Map<String,​Serializable> hints()
                                      throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException