| Modifier and Type | Method and Description |
|---|---|
static Process |
ProcessMapper.mapOmrsEntityDetailToProcess(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ProcessMapper.mapProcessToOmrsEntityDetail(Process process)
Map (convert) the supplied Process to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Process |
ImplementedProcessesReference.process |
| Modifier and Type | Method and Description |
|---|---|
Process |
ImplementedProcessesReference.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplementedProcessesReference.setProcess(Process process) |
| Modifier and Type | Field and Description |
|---|---|
protected Process |
ProducedByProcessReference.process |
protected Process |
ConsumedByProcessReference.process |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProducedByProcessReference.getProcess() |
Process |
ConsumedByProcessReference.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducedByProcessReference.setProcess(Process process) |
void |
ConsumedByProcessReference.setProcess(Process process) |
| Modifier and Type | Field and Description |
|---|---|
protected Process |
ImplementationsReference.process |
| Modifier and Type | Method and Description |
|---|---|
Process |
ImplementationsReference.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplementationsReference.setProcess(Process process) |
| Modifier and Type | Method and Description |
|---|---|
Process |
SubjectAreaBeansToAccessOMRS.addProcessClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied process
|
Process |
SubjectAreaBeansToAccessOMRS.createProcess(String userId,
Process process)
Create new process.
|
Process |
SubjectAreaBeansToAccessOMRS.deleteProcessClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing process represented by a guid.
|
Process |
SubjectAreaBeansToAccessOMRS.getProcessById(String userId,
String entityGuid)
Fetch complete definition of an process given its GUID.
|
Process |
SubjectAreaBeansToAccessOMRS.updateProcess(String userId,
Process process)
Update process
|
Process |
SubjectAreaBeansToAccessOMRS.updateProcessClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing process represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Process |
SubjectAreaBeansToAccessOMRS.createProcess(String userId,
Process process)
Create new process.
|
Process |
SubjectAreaBeansToAccessOMRS.updateProcess(String userId,
Process process)
Update process
|
Copyright © 2018 ODPi. All rights reserved.