| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.mappings |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
Attachment.getObjectReference()
Returns the
primaryObjectReference of the attachment. |
ObjectReference |
Task.getPrimaryObjRef()
Returns the
primaryObjectReference of the task. |
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. |
List<String> |
TaskService.updateTasks(ObjectReference selectionCriteria,
Map<String,String> customFieldsToUpdate)
Completes tasks with a matching
ObjectReference. |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
AttachmentImpl.getObjectReference() |
ObjectReference |
TaskSummaryImpl.getPrimaryObjRef() |
ObjectReference |
TaskImpl.getPrimaryObjRef() |
ObjectReference |
ObjectReferenceQueryImpl.single() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReference> |
ObjectReferenceQueryImpl.list() |
List<ObjectReference> |
ObjectReferenceQueryImpl.list(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentImpl.setObjectReference(ObjectReference objectReference) |
void |
TaskSummaryImpl.setPrimaryObjRef(ObjectReference primaryObjRef) |
void |
TaskImpl.setPrimaryObjRef(ObjectReference primaryObjRef) |
List<String> |
TaskServiceImpl.updateTasks(ObjectReference selectionCriteria,
Map<String,String> customFieldsToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
ObjectReferenceMapper.findById(String id) |
ObjectReference |
ObjectReferenceMapper.findByObjectReference(ObjectReference objectReference) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectReference> |
ObjectReferenceMapper.findAll() |
List<ObjectReference> |
QueryMapper.queryObjectReferences(ObjectReferenceQueryImpl objectReference) |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
ObjectReferenceMapper.findByObjectReference(ObjectReference objectReference) |
void |
ObjectReferenceMapper.insert(ObjectReference ref) |
void |
ObjectReferenceMapper.update(ObjectReference ref) |
Copyright © 2018. All rights reserved.