Uses of Interface
org.jbpm.services.api.DefinitionService
-
-
Uses of DefinitionService in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return DefinitionService Modifier and Type Method Description DefinitionService
CaseServiceConfigurator. getBpmn2Service()
-
Uses of DefinitionService in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as DefinitionService Modifier and Type Field Description protected DefinitionService
DefaultCaseServiceConfigurator. bpmn2Service
Methods in org.jbpm.casemgmt.impl.utils that return DefinitionService Modifier and Type Method Description DefinitionService
DefaultCaseServiceConfigurator. getBpmn2Service()
-
Uses of DefinitionService in org.jbpm.kie.services.impl
Fields in org.jbpm.kie.services.impl declared as DefinitionService Modifier and Type Field Description protected DefinitionService
KModuleDeploymentService. bpmn2Service
Methods in org.jbpm.kie.services.impl with parameters of type DefinitionService Modifier and Type Method Description void
KModuleDeploymentService. setBpmn2Service(DefinitionService bpmn2Service)
-
Uses of DefinitionService in org.jbpm.kie.services.impl.bpmn2
Classes in org.jbpm.kie.services.impl.bpmn2 that implement DefinitionService Modifier and Type Class Description class
BPMN2DataServiceImpl
-
Uses of DefinitionService in org.jbpm.kie.services.impl.form
Methods in org.jbpm.kie.services.impl.form with parameters of type DefinitionService Modifier and Type Method Description void
FormProviderServiceImpl. setBpmn2Service(DefinitionService bpmn2Service)
-
Uses of DefinitionService in org.jbpm.kie.services.impl.utils
Fields in org.jbpm.kie.services.impl.utils declared as DefinitionService Modifier and Type Field Description protected DefinitionService
DefaultKieServiceConfigurator. bpmn2Service
Methods in org.jbpm.kie.services.impl.utils that return DefinitionService Modifier and Type Method Description DefinitionService
DefaultKieServiceConfigurator. getBpmn2Service()
-
Uses of DefinitionService in org.jbpm.services.api.utils
Methods in org.jbpm.services.api.utils that return DefinitionService Modifier and Type Method Description DefinitionService
KieServiceConfigurator. getBpmn2Service()
Returns the definition service. -
Uses of DefinitionService in org.jbpm.services.cdi.impl
Classes in org.jbpm.services.cdi.impl that implement DefinitionService Modifier and Type Class Description class
BPMN2DataServiceCDIImpl
Methods in org.jbpm.services.cdi.impl with parameters of type DefinitionService Modifier and Type Method Description void
DeploymentServiceCDIImpl. setBpmn2Service(DefinitionService bpmn2Service)
-
Uses of DefinitionService in org.jbpm.services.cdi.impl.form
Methods in org.jbpm.services.cdi.impl.form with parameters of type DefinitionService Modifier and Type Method Description void
FormProvidesServiceCDIImpl. setBpmn2Service(DefinitionService bpmn2Service)
-
Uses of DefinitionService in org.jbpm.services.ejb.api
Subinterfaces of DefinitionService in org.jbpm.services.ejb.api Modifier and Type Interface Description interface
DefinitionServiceEJBLocal
interface
DefinitionServiceEJBRemote
-
Uses of DefinitionService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement DefinitionService Modifier and Type Class Description class
DefinitionServiceEJBImpl
Methods in org.jbpm.services.ejb.impl with parameters of type DefinitionService Modifier and Type Method Description void
DeploymentServiceEJBImpl. setBpmn2Service(DefinitionService bpmn2Service)
-
Uses of DefinitionService in org.jbpm.test.services
Fields in org.jbpm.test.services declared as DefinitionService Modifier and Type Field Description protected DefinitionService
AbstractCaseServicesTest. bpmn2Service
protected DefinitionService
AbstractKieServicesTest. bpmn2Service
Methods in org.jbpm.test.services with parameters of type DefinitionService Modifier and Type Method Description void
AbstractCaseServicesTest. setBpmn2Service(DefinitionService bpmn2Service)
void
AbstractKieServicesTest. setBpmn2Service(DefinitionService bpmn2Service)
-