Uses of Interface
pro.taskana.task.api.models.ObjectReference
-
Packages that use ObjectReference Package Description pro.taskana.task.api pro.taskana.task.api.models pro.taskana.task.internal pro.taskana.task.internal.builder pro.taskana.task.internal.models -
-
Uses of ObjectReference in pro.taskana.task.api
Methods in pro.taskana.task.api that return ObjectReference Modifier and Type Method Description ObjectReferenceTaskService. newObjectReference()Returns a not inserted instance ofObjectReference.ObjectReferenceTaskService. newObjectReference(String company, String system, String systemInstance, String type, String value)Methods in pro.taskana.task.api with parameters of type ObjectReference Modifier and Type Method Description TaskQueryTaskQuery. primaryObjectReferenceIn(ObjectReference... objectReferences)Add theObjectReferenceto exact match to your query.TaskQueryTaskQuery. secondaryObjectReferenceIn(ObjectReference... objectReferences)Add theObjectReferenceto exact match to your query.List<String>TaskService. updateTasks(ObjectReference selectionCriteria, Map<TaskCustomField,String> customFieldsToUpdate)Updates tasks with a matchingObjectReference. -
Uses of ObjectReference in pro.taskana.task.api.models
Methods in pro.taskana.task.api.models that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReference. copy()Duplicates this ObjectReference without the id and taskId.ObjectReferenceAttachmentSummary. getObjectReference()Gets theprimaryObjectReferenceof the attachment.ObjectReferenceTaskSummary. getPrimaryObjRef()Gets the primaryObjectReferenceof the Task.ObjectReferenceTaskSummary. removeSecondaryObjectReference(String objectReferenceID)Removes a secondaryObjectReferenceof the current Task locally, when the ID is represented and does return the removedObjectReferenceor null if there was no match.Methods in pro.taskana.task.api.models that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>TaskSummary. getSecondaryObjectReferences()Gets the secondaryObjectReferences of the Task.Methods in pro.taskana.task.api.models with parameters of type ObjectReference Modifier and Type Method Description voidTaskSummary. addSecondaryObjectReference(ObjectReference objectReference)Add anObjectReferenceto the list of secondaryObjectReferences.
NULL will be ignored and an ObjectReference with the same ID will be replaced by the newer one.voidAttachment. setObjectReference(ObjectReference objectReference)Sets theprimaryObjectReferenceof the attachment.voidTask. setPrimaryObjRef(ObjectReference primaryObjRef)Sets theprimaryObjectReferenceof the Task. -
Uses of ObjectReference in pro.taskana.task.internal
Methods in pro.taskana.task.internal that return ObjectReference Modifier and Type Method Description ObjectReferenceTaskServiceImpl. newObjectReference()ObjectReferenceTaskServiceImpl. newObjectReference(String company, String system, String systemInstance, String type, String value)ObjectReferenceObjectReferenceQueryImpl. single()Methods in pro.taskana.task.internal that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>ObjectReferenceQueryImpl. list()List<ObjectReference>ObjectReferenceQueryImpl. list(int offset, int limit)Methods in pro.taskana.task.internal with parameters of type ObjectReference Modifier and Type Method Description TaskQueryTaskQueryImpl. primaryObjectReferenceIn(ObjectReference... objectReferences)TaskQueryTaskQueryImpl. secondaryObjectReferenceIn(ObjectReference... objectReferences)List<String>TaskServiceImpl. updateTasks(ObjectReference selectionCriteria, Map<TaskCustomField,String> customFieldsToUpdate) -
Uses of ObjectReference in pro.taskana.task.internal.builder
Methods in pro.taskana.task.internal.builder that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReferenceBuilder. build()Methods in pro.taskana.task.internal.builder with parameters of type ObjectReference Modifier and Type Method Description TaskAttachmentBuilderTaskAttachmentBuilder. objectReference(ObjectReference objectReference)TaskBuilderTaskBuilder. objectReferences(ObjectReference... objectReferences)TaskBuilderTaskBuilder. primaryObjRef(ObjectReference primaryObjRef) -
Uses of ObjectReference in pro.taskana.task.internal.models
Classes in pro.taskana.task.internal.models that implement ObjectReference Modifier and Type Class Description classObjectReferenceImplObjectReference entity.Fields in pro.taskana.task.internal.models declared as ObjectReference Modifier and Type Field Description protected ObjectReferenceAttachmentSummaryImpl. objectReferenceprotected ObjectReferenceTaskSummaryImpl. primaryObjRefFields in pro.taskana.task.internal.models with type parameters of type ObjectReference Modifier and Type Field Description protected List<ObjectReference>TaskSummaryImpl. secondaryObjectReferencesMethods in pro.taskana.task.internal.models that return ObjectReference Modifier and Type Method Description ObjectReferenceAttachmentSummaryImpl. getObjectReference()ObjectReferenceTaskSummaryImpl. getPrimaryObjRef()ObjectReferenceTaskSummaryImpl. removeSecondaryObjectReference(String objectReferenceId)Methods in pro.taskana.task.internal.models that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>TaskSummaryImpl. getSecondaryObjectReferences()Methods in pro.taskana.task.internal.models with parameters of type ObjectReference Modifier and Type Method Description voidTaskSummaryImpl. 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 ObjectReference Modifier and Type Method Description voidTaskSummaryImpl. setSecondaryObjectReferences(List<ObjectReference> objectReferences)
-