Uses of Class
com.flowable.workobject.spring.autodeployment.AbstractWorkObjectAutoDeploymentStrategy
Package | Description |
---|---|
com.flowable.workobject.spring.autodeployment |
-
Uses of AbstractWorkObjectAutoDeploymentStrategy in com.flowable.workobject.spring.autodeployment
Subclasses of AbstractWorkObjectAutoDeploymentStrategy in com.flowable.workobject.spring.autodeployment Modifier and Type Class Description class
DefaultAutoDeploymentStrategy
Default implementation ofAutoDeploymentStrategy
that groups allResource
s into a single deployment.class
ResourceParentFolderAutoDeploymentStrategy
Implementation of AutoDeploymentStrategy that performs a separate deployment for each set ofResource
s that share the same parent folder.class
SingleResourceAutoDeploymentStrategy
Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.