Package org.activiti.spring.boot
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 Summary
Constructors Constructor Description ProcessDefinitionResourceFinderDescriptor(ActivitiProperties activitiProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocationPrefix()List<String>getLocationSuffixes()StringgetMsgForEmptyResources()StringgetMsgForResourcesFound(List<String> foundProcessResources)booleanshouldLookUpResources()voidvalidate(List<org.springframework.core.io.Resource> resources)
-
-
-
Constructor Detail
-
ProcessDefinitionResourceFinderDescriptor
public ProcessDefinitionResourceFinderDescriptor(ActivitiProperties activitiProperties)
-
-
Method Detail
-
getLocationSuffixes
public List<String> getLocationSuffixes()
- Specified by:
getLocationSuffixesin interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
getLocationPrefix
public String getLocationPrefix()
- Specified by:
getLocationPrefixin interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
shouldLookUpResources
public boolean shouldLookUpResources()
- Specified by:
shouldLookUpResourcesin interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
getMsgForEmptyResources
public String getMsgForEmptyResources()
- Specified by:
getMsgForEmptyResourcesin interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
getMsgForResourcesFound
public String getMsgForResourcesFound(List<String> foundProcessResources)
- Specified by:
getMsgForResourcesFoundin interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
validate
public void validate(List<org.springframework.core.io.Resource> resources)
- Specified by:
validatein interfaceorg.activiti.spring.resources.ResourceFinderDescriptor
-
-