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 DefinitionServiceCaseServiceConfigurator. 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 DefinitionServiceDefaultCaseServiceConfigurator. bpmn2ServiceMethods in org.jbpm.casemgmt.impl.utils that return DefinitionService Modifier and Type Method Description DefinitionServiceDefaultCaseServiceConfigurator. 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 DefinitionServiceKModuleDeploymentService. bpmn2ServiceMethods in org.jbpm.kie.services.impl with parameters of type DefinitionService Modifier and Type Method Description voidKModuleDeploymentService. 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 classBPMN2DataServiceImpl -
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 voidFormProviderServiceImpl. 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 DefinitionServiceDefaultKieServiceConfigurator. bpmn2ServiceMethods in org.jbpm.kie.services.impl.utils that return DefinitionService Modifier and Type Method Description DefinitionServiceDefaultKieServiceConfigurator. 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 DefinitionServiceKieServiceConfigurator. 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 classBPMN2DataServiceCDIImplMethods in org.jbpm.services.cdi.impl with parameters of type DefinitionService Modifier and Type Method Description voidDeploymentServiceCDIImpl. 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 voidFormProvidesServiceCDIImpl. 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 interfaceDefinitionServiceEJBLocalinterfaceDefinitionServiceEJBRemote -
Uses of DefinitionService in org.jbpm.services.ejb.impl
Classes in org.jbpm.services.ejb.impl that implement DefinitionService Modifier and Type Class Description classDefinitionServiceEJBImplMethods in org.jbpm.services.ejb.impl with parameters of type DefinitionService Modifier and Type Method Description voidDeploymentServiceEJBImpl. 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 DefinitionServiceAbstractCaseServicesTest. bpmn2Serviceprotected DefinitionServiceAbstractKieServicesTest. bpmn2ServiceMethods in org.jbpm.test.services with parameters of type DefinitionService Modifier and Type Method Description voidAbstractCaseServicesTest. setBpmn2Service(DefinitionService bpmn2Service)voidAbstractKieServicesTest. setBpmn2Service(DefinitionService bpmn2Service)
-