Uses of Interface
com.flowable.policy.api.repository.PolicyResourceConverter
Package | Description |
---|---|
com.flowable.policy.engine | |
com.flowable.policy.engine.autodeployment | |
com.flowable.policy.engine.impl.deployer |
-
Uses of PolicyResourceConverter in com.flowable.policy.engine
Fields in com.flowable.policy.engine declared as PolicyResourceConverter Modifier and Type Field Description protected PolicyResourceConverter
PolicyEngineConfiguration. policyResourceConverter
Methods in com.flowable.policy.engine that return PolicyResourceConverter Modifier and Type Method Description PolicyResourceConverter
PolicyEngineConfiguration. getPolicyResourceConverter()
Methods in com.flowable.policy.engine with parameters of type PolicyResourceConverter Modifier and Type Method Description void
PolicyEngineConfiguration. setPolicyResourceConverter(PolicyResourceConverter policyResourceConverter)
-
Uses of PolicyResourceConverter in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyResourceConverter Modifier and Type Method Description protected java.util.Collection<org.springframework.core.io.Resource>
DefaultAutoDeploymentStrategy. collectDeployments(org.springframework.core.io.Resource[] resources, PolicyResourceConverter policyResourceConverter)
-
Uses of PolicyResourceConverter in com.flowable.policy.engine.impl.deployer
Classes in com.flowable.policy.engine.impl.deployer that implement PolicyResourceConverter Modifier and Type Class Description class
PolicyResourceConverterImpl