Class ProcessDefinitionsProvider

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
    Direct Known Subclasses:
    TestProcessDefinitionsProvider

    public class ProcessDefinitionsProvider
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • getInitialActiveDefinitions

        public java.lang.Iterable<ProcessDefinition> getInitialActiveDefinitions()