Class ProcessDefinitionResourceFinderDescriptor

java.lang.Object
org.activiti.spring.boot.ProcessDefinitionResourceFinderDescriptor
All Implemented Interfaces:
org.activiti.spring.resources.ResourceFinderDescriptor

public class ProcessDefinitionResourceFinderDescriptor extends Object implements org.activiti.spring.resources.ResourceFinderDescriptor
  • Constructor Details

    • ProcessDefinitionResourceFinderDescriptor

      public ProcessDefinitionResourceFinderDescriptor(ActivitiProperties activitiProperties)
  • Method Details

    • getLocationSuffixes

      public List<String> getLocationSuffixes()
      Specified by:
      getLocationSuffixes in interface org.activiti.spring.resources.ResourceFinderDescriptor
    • getLocationPrefix

      public String getLocationPrefix()
      Specified by:
      getLocationPrefix in interface org.activiti.spring.resources.ResourceFinderDescriptor
    • shouldLookUpResources

      public boolean shouldLookUpResources()
      Specified by:
      shouldLookUpResources in interface org.activiti.spring.resources.ResourceFinderDescriptor
    • getMsgForEmptyResources

      public String getMsgForEmptyResources()
      Specified by:
      getMsgForEmptyResources in interface org.activiti.spring.resources.ResourceFinderDescriptor
    • getMsgForResourcesFound

      public String getMsgForResourcesFound(List<String> foundProcessResources)
      Specified by:
      getMsgForResourcesFound in interface org.activiti.spring.resources.ResourceFinderDescriptor
    • validate

      public void validate(List<org.springframework.core.io.Resource> resources)
      Specified by:
      validate in interface org.activiti.spring.resources.ResourceFinderDescriptor