jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT

org.jbpm.console.ng.bd.backend.server.provider
Class UserDefinedDeploymentUnitProvider

java.lang.Object
  extended by org.jbpm.console.ng.bd.backend.server.provider.UserDefinedDeploymentUnitProvider
All Implemented Interfaces:
DeploymentUnitProvider<org.jbpm.services.api.model.DeploymentUnit>

@ApplicationScoped
public class UserDefinedDeploymentUnitProvider
extends Object
implements DeploymentUnitProvider<org.jbpm.services.api.model.DeploymentUnit>

Allows to define KModuleDeploymentUnits based on either system property or read from a file.
Structure of the deployment unit must conform to one of the format:
1. groupId:artifactId:version
2. groupId:artifactId:version:kbase-name:ksession-name


Constructor Summary
UserDefinedDeploymentUnitProvider()
           
 
Method Summary
protected  org.jbpm.services.api.model.DeploymentUnit buildDeploymentUnit(String gav)
           
 Set<org.jbpm.services.api.model.DeploymentUnit> getDeploymentUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDefinedDeploymentUnitProvider

public UserDefinedDeploymentUnitProvider()
Method Detail

getDeploymentUnits

public Set<org.jbpm.services.api.model.DeploymentUnit> getDeploymentUnits()
Specified by:
getDeploymentUnits in interface DeploymentUnitProvider<org.jbpm.services.api.model.DeploymentUnit>

buildDeploymentUnit

protected org.jbpm.services.api.model.DeploymentUnit buildDeploymentUnit(String gav)

jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.