Uses of Class
pro.taskana.task.rest.models.ObjectReferenceRepresentationModel
-
Packages that use ObjectReferenceRepresentationModel Package Description pro.taskana.task.rest.assembler pro.taskana.task.rest.models -
-
Uses of ObjectReferenceRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return ObjectReferenceRepresentationModel Modifier and Type Method Description ObjectReferenceRepresentationModelObjectReferenceRepresentationModelAssembler. toModel(pro.taskana.task.api.models.ObjectReference entity)Methods in pro.taskana.task.rest.assembler with parameters of type ObjectReferenceRepresentationModel Modifier and Type Method Description pro.taskana.task.api.models.ObjectReferenceObjectReferenceRepresentationModelAssembler. toEntity(ObjectReferenceRepresentationModel repModel) -
Uses of ObjectReferenceRepresentationModel in pro.taskana.task.rest.models
Fields in pro.taskana.task.rest.models declared as ObjectReferenceRepresentationModel Modifier and Type Field Description protected ObjectReferenceRepresentationModelAttachmentSummaryRepresentationModel. objectReferenceThe Objects primary ObjectReference.protected @NotNull ObjectReferenceRepresentationModelTaskSummaryRepresentationModel. primaryObjRefThe Objects primary ObjectReference.Fields in pro.taskana.task.rest.models with type parameters of type ObjectReferenceRepresentationModel Modifier and Type Field Description protected List<ObjectReferenceRepresentationModel>TaskSummaryRepresentationModel. secondaryObjectReferencesSecondary object references of the task.Methods in pro.taskana.task.rest.models that return ObjectReferenceRepresentationModel Modifier and Type Method Description ObjectReferenceRepresentationModelAttachmentSummaryRepresentationModel. getObjectReference()ObjectReferenceRepresentationModelTaskSummaryRepresentationModel. getPrimaryObjRef()Methods in pro.taskana.task.rest.models that return types with arguments of type ObjectReferenceRepresentationModel Modifier and Type Method Description List<ObjectReferenceRepresentationModel>TaskSummaryRepresentationModel. getSecondaryObjectReferences()Methods in pro.taskana.task.rest.models with parameters of type ObjectReferenceRepresentationModel Modifier and Type Method Description voidAttachmentSummaryRepresentationModel. setObjectReference(ObjectReferenceRepresentationModel objectReference)voidTaskSummaryRepresentationModel. setPrimaryObjRef(ObjectReferenceRepresentationModel primaryObjRef)Method parameters in pro.taskana.task.rest.models with type arguments of type ObjectReferenceRepresentationModel Modifier and Type Method Description voidTaskSummaryRepresentationModel. setSecondaryObjectReferences(List<ObjectReferenceRepresentationModel> secondaryObjectReferences)
-