| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.api.models | |
| pro.taskana.task.internal | |
| pro.taskana.task.internal.models |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TaskService.updateTasks(ObjectReference selectionCriteria,
Map<String,String> customFieldsToUpdate)
Updates tasks with a matching
ObjectReference. |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
AttachmentSummary.getObjectReference()
Gets the
primaryObjectReference of the attachment. |
ObjectReference |
TaskSummary.getPrimaryObjRef()
Gets the primary ObjectReference of the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setObjectReference(ObjectReference objectReference)
Sets the
primaryObjectReference of the attachment. |
void |
Task.setPrimaryObjRef(ObjectReference primaryObjRef)
Sets the
primaryObjectReference of the task. |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
ObjectReferenceMapper.findById(String id) |
ObjectReference |
ObjectReferenceMapper.findByObjectReference(ObjectReference objectReference) |
ObjectReference |
ObjectReferenceQueryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReference> |
ObjectReferenceQueryImpl.list() |
List<ObjectReference> |
ObjectReferenceQueryImpl.list(int offset,
int limit) |
List<ObjectReference> |
TaskQueryMapper.queryObjectReferences(ObjectReferenceQueryImpl objectReference) |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
ObjectReferenceMapper.findByObjectReference(ObjectReference objectReference) |
void |
ObjectReferenceMapper.insert(ObjectReference ref) |
void |
ObjectReferenceMapper.update(ObjectReference ref) |
List<String> |
TaskServiceImpl.updateTasks(ObjectReference selectionCriteria,
Map<String,String> customFieldsToUpdate) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectReference |
AttachmentSummaryImpl.objectReference |
protected ObjectReference |
TaskSummaryImpl.primaryObjRef |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
AttachmentSummaryImpl.getObjectReference() |
ObjectReference |
TaskSummaryImpl.getPrimaryObjRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentSummaryImpl.setObjectReference(ObjectReference objectReference) |
void |
TaskSummaryImpl.setPrimaryObjRef(ObjectReference primaryObjRef) |
Copyright © 2020. All rights reserved.