Modifier and Type | Method and Description |
---|---|
void |
CaseServiceImpl.setProcessService(ProcessService processService) |
Modifier and Type | Method and Description |
---|---|
void |
StartCaseCommand.setProcessService(ProcessService processService) |
void |
ReopenCaseCommand.setProcessService(ProcessService processService) |
void |
CloseCaseCommand.setProcessService(ProcessService processService) |
void |
CancelCaseCommand.setProcessService(ProcessService processService) |
Constructor and Description |
---|
CancelCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String caseId,
ProcessService processService,
RuntimeDataService runtimeDataService,
boolean destroy) |
CloseCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String deploymentId,
String caseId,
String comment,
ProcessService processService,
RuntimeDataService runtimeDataService) |
ReopenCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String caseId,
String deploymentId,
String caseDefinitionId,
Map<String,Object> data,
ProcessService processService) |
StartCaseCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String caseId,
String deploymentId,
String caseDefinitionId,
CaseFileInstance caseFile,
ProcessService processService) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessServiceImpl |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceAdminServiceImpl.setProcessService(ProcessService processService) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessServiceCDIImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessServiceEJBLocal |
interface |
ProcessServiceEJBRemote |
Modifier and Type | Class and Description |
---|---|
class |
ProcessServiceEJBImpl |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.