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.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()Instantiates a non-persistent/non-inserted ObjectReference.ObjectReferenceTaskService. 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 ObjectReference Modifier and Type Method Description TaskQueryTaskQuery. primaryObjectReferenceIn(ObjectReference... objectReferences)Add the ObjectReference to 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) -
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()Returns the primaryObjectReference of the Attachment.ObjectReferenceTaskSummary. getPrimaryObjRef()Returns the primary ObjectReference of the Task.ObjectReferenceTaskSummary. 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 ObjectReference Modifier and Type Method Description List<ObjectReference>TaskSummary. getSecondaryObjectReferences()Returns 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 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 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.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)
-