public class FlowableDmnProvider extends BaseAnyWorkObjectProvider
Flowable dmn provider implementation
Constructor and Description |
---|
FlowableDmnProvider(org.flowable.dmn.api.DmnRepositoryService repositoryService,
TimeProvider timeProvider) |
Modifier and Type | Method and Description |
---|---|
void |
deployDefinitions(List<? extends org.springframework.core.io.Resource> resources,
String deploymentName)
Deploys the given definition resources.
|
cancel
create, delete, getDefinitions, getWorkObjectType, update
addListener, getId, removeListener
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel
create, delete, getDefinitions, getWorkObjectType, update
addListener, removeListener
getId
public static final String ID
@Autowired public FlowableDmnProvider(org.flowable.dmn.api.DmnRepositoryService repositoryService, TimeProvider timeProvider)
public void deployDefinitions(List<? extends org.springframework.core.io.Resource> resources, String deploymentName)
DomainObjectProvider
Deploys the given definition resources. Typically, the implementation creates definition instances based on the given resources and notifies the provider listeners.
deployDefinitions
in interface DomainObjectProvider
deployDefinitions
in class BaseDomainObjectProvider
resources
- the definition resources to deploydeploymentName
- the name under which to deploy the given resourcesCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.