Uses of Interface
pro.taskana.task.api.models.ObjectReference
Packages that use ObjectReference
Package
Description
-
Uses of ObjectReference in pro.taskana.task.api
Methods in pro.taskana.task.api that return ObjectReferenceModifier and TypeMethodDescriptionTaskService.newObjectReference()Instantiates a non-persistent/non-inserted ObjectReference.TaskService.newObjectReference(String company, String system, String systemInstance, String type, String value) Instantiates a non-persistent/non-inserted ObjectReference.Methods in pro.taskana.task.api with parameters of type ObjectReferenceModifier and TypeMethodDescriptionTaskQuery.primaryObjectReferenceIn(ObjectReference... objectReferences) Add the ObjectReference to exact match to your query.TaskQuery.secondaryObjectReferenceIn(ObjectReference... objectReferences) Add theObjectReferenceto exact match to your query.TaskService.updateTasks(ObjectReference selectionCriteria, Map<TaskCustomField, String> customFieldsToUpdate) -
Uses of ObjectReference in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return ObjectReferenceModifier and TypeMethodDescriptionObjectReference.copy()Duplicates this ObjectReference without the id and taskId.AttachmentSummary.getObjectReference()Returns the primaryObjectReference of the Attachment.TaskSummary.getPrimaryObjRef()Returns the primary ObjectReference of the Task.TaskSummary.removeSecondaryObjectReference(String objectReferenceID) Removes a secondary ObjectReference of the current Task locally, when the ID is represented and does return the removed ObjectReference or null if there was no match.Methods in pro.taskana.task.api.models that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionTaskSummary.getSecondaryObjectReferences()Returns the secondaryObjectReferences of the Task.Methods in pro.taskana.task.api.models with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidTaskSummary.addSecondaryObjectReference(ObjectReference objectReference) Add an ObjectReference to the List of secondary objectReferences.
NULL will be ignored and an ObjectReference with the same id will be replaced by the newer one.voidAttachment.setObjectReference(ObjectReference objectReference) Sets the primaryObjectReference of the Attachment.voidTask.setPrimaryObjRef(ObjectReference primaryObjRef) Sets the primaryObjectReference of the Task. -
Uses of ObjectReference in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return ObjectReferenceModifier and TypeMethodDescriptionTaskServiceImpl.newObjectReference()TaskServiceImpl.newObjectReference(String company, String system, String systemInstance, String type, String value) ObjectReferenceQueryImpl.single()Methods in pro.taskana.task.internal that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionObjectReferenceQueryImpl.list()ObjectReferenceQueryImpl.list(int offset, int limit) Methods in pro.taskana.task.internal with parameters of type ObjectReferenceModifier and TypeMethodDescriptionTaskQueryImpl.primaryObjectReferenceIn(ObjectReference... objectReferences) TaskQueryImpl.secondaryObjectReferenceIn(ObjectReference... objectReferences) TaskServiceImpl.updateTasks(ObjectReference selectionCriteria, Map<TaskCustomField, String> customFieldsToUpdate) -
Uses of ObjectReference in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement ObjectReferenceFields in pro.taskana.task.internal.models declared as ObjectReferenceModifier and TypeFieldDescriptionprotected ObjectReferenceAttachmentSummaryImpl.objectReferenceprotected ObjectReferenceTaskSummaryImpl.primaryObjRefFields in pro.taskana.task.internal.models with type parameters of type ObjectReferenceModifier and TypeFieldDescriptionprotected List<ObjectReference>TaskSummaryImpl.secondaryObjectReferencesMethods in pro.taskana.task.internal.models that return ObjectReferenceModifier and TypeMethodDescriptionAttachmentSummaryImpl.getObjectReference()TaskSummaryImpl.getPrimaryObjRef()TaskSummaryImpl.removeSecondaryObjectReference(String objectReferenceId) Methods in pro.taskana.task.internal.models that return types with arguments of type ObjectReferenceMethods in pro.taskana.task.internal.models with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidTaskSummaryImpl.addSecondaryObjectReference(ObjectReference objectReferenceToAdd) voidAttachmentSummaryImpl.setObjectReference(ObjectReference objectReference) voidTaskSummaryImpl.setPrimaryObjRef(ObjectReference primaryObjRef) static voidObjectReferenceImpl.validate(ObjectReference objectReference, String objRefType, String objName) Method parameters in pro.taskana.task.internal.models with type arguments of type ObjectReferenceModifier and TypeMethodDescriptionvoidTaskSummaryImpl.setSecondaryObjectReferences(List<ObjectReference> objectReferences)